0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 0.2. More... over 4 years ago
Merge pull request #6 from rchekaluk/master More... over 4 years ago
Fix warning "Gem::Specification#has_rdoc= is deprecated with no replacement." More... over 4 years ago
Expand test coverage UTF-16LE and UTF-16BE More... over 4 years ago
Fix Ruby 2.7 warning "Using the last argument as keyword parameters is deprecated" More... over 4 years ago
Updates to get specs working More... over 4 years ago
Confim behaviour for garbled input. More... over 15 years ago
Don't run the tests through a test task. Use test-unit output on exit. More... over 15 years ago
Start notes about development. Make tests run on Bacon. More... over 15 years ago
Add a gemspec and Rake tasks to generate gems. More... over 16 years ago
Don't use a separate core_ext include. More... over 16 years ago
Add some API documentation to the source. More... over 16 years ago
First version of sniff_encoding checks for byte order marks. More... over 16 years ago
Remove unused code. More... over 16 years ago
Add specs for methods added to String. More... over 16 years ago
Add specs for Ensure::Encoding.force_encoding!. More... over 16 years ago
Add specs for Ensure::Encoding.encoding_to_name. More... over 16 years ago
Revert back form Iconv to using String#encode! More... over 16 years ago
Fix Japanese spelling. More... over 16 years ago
Add regression tests for guessing encodings. More... over 16 years ago
Complete the API specs. More... over 16 years ago
Change the default for :invalid_characters to :transcode. More... over 16 years ago
Implement the API proposed in the README, needs extensive regression testing. More... over 16 years ago
Fix a small rdoc markup mistake. More... over 16 years ago
Write up some scenarios we would like to support. More... over 16 years ago
Start refactoring code into an actual library with documentation. More... over 16 years ago
Add a method to sniff encodings. More... over 16 years ago
Add more elaborate testing and make the code leaner. More... over 16 years ago
Add failing tests for little and big endian UTF-16. More... over 16 years ago
Add more assertions with different encodings. More... over 16 years ago