Sha256: 5c272b237d121ea3067181a2e7cc04e39ccf1fc74914fd4d0beb62041b55cd83
Contents?: true
Size: 1.76 KB
Versions: 0
Compression: gzip
Compressed size: 798 Bytes
Stored size: 798 Bytes
Contents
--- !ruby/object:Gem::Specification name: valuable version: !ruby/object:Gem::Version version: 0.9.13 platform: ruby authors: - Johnathon Wright autorequire: bindir: bin cert_chain: [] date: 2016-09-02 00:00:00.000000000 Z dependencies: [] description: Valuable is a ruby base class that is essentially attr_accessor on steroids. A simple and intuitive interface allows you to get on with modeling in your app. email: jw@mustmodify.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - Gemfile.lock - LICENSE - README.markdown - Rakefile - docs/validations.markdown - examples/baseball.rb - examples/person.rb - examples/phone_number.rb - examples/rails_presenter.rb - examples/search-medium.rb - examples/search-simple.rb - lib/valuable.rb - lib/valuable/utils.rb - test/alias_test.rb - test/bad_attributes_test.rb - test/custom_formatter_test.rb - test/custom_initializer_test.rb - test/default_values_from_anon_methods.rb - test/deprecated_test.rb - test/extending_test.rb - test/inheritance_test.rb - test/parse_with_test.rb - test/typical_test.rb - test/valuable_test.rb - test/write_and_read_attribute_test.rb - valuable.gemspec - valuable.version homepage: http://valuable.mustmodify.com/ licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: attr_accessor on steroids with defaults, attribute formatting, alias methods, etc. test_files: []