0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from ricardohsd/v1.beta More... over 8 years ago
Merge pull request #7 from abernardes/master More... about 11 years ago
Make attribute name available to typecaster object More... about 11 years ago
Bump version to 1.0.0.beta More... over 11 years ago
Move typecasters used in the tests to the spec_helper More... over 11 years ago
Update README More... over 11 years ago
Refactor Typecaster::Parser More... over 11 years ago
Refactor Typecaster More... over 11 years ago
Merge pull request #5 from ricardohsd/parsing_file More... over 11 years ago
Update README with example of how parse a uniform file More... over 11 years ago
Adding support to parse a file using only the Typecaster object More... over 11 years ago
Merge pull request #4 from caironoleto/master More... over 11 years ago
Adding support to create an typecaster with a collection of objects. More... over 11 years ago
Merge pull request #2 from caironoleto/master More... over 11 years ago
Merge pull request #3 from fellix/attribute-validation More... over 11 years ago
Add a simple validation when defining some values inside the Typecaster object More... over 11 years ago
Adding support to custom separator. More... over 11 years ago
Fix indentation in project's README More... over 11 years ago
Update project's README More... over 11 years ago
Remove blank line in hash file More... over 11 years ago
Fix bug that was overriding options of the attribute when called outside of the with_options block More... over 11 years ago
Add `with_options` method in order to improve the gem API to avoid repetition in declarations of the attribute method. More... over 11 years ago
Change option's name `:class` to `:caster` changing API to: More... over 11 years ago
Remove unecessary string concatenation on parser More... over 11 years ago
Fix typo on README More... over 11 years ago
README updated More... over 11 years ago
Created TypeCaster::Parser More... over 11 years ago
Return a hash instead of a array when parse a text More... over 11 years ago
Add text parse More... over 11 years ago
Fix typo on README More... over 11 years ago