Sha256: f192c7ddefc5f4026785ac69b742ff34a6e1dfc76c459d7f376b1004a53d9fa2
Contents?: true
Size: 1.82 KB
Versions: 0
Compression: gzip
Compressed size: 742 Bytes
Stored size: 742 Bytes
Contents
--- !ruby/object:Gem::Specification name: maskable_attributes version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 0 - 1 version: 0.0.1 platform: ruby authors: - Michael Guterl autorequire: bindir: bin cert_chain: [] date: 2010-04-29 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 2 - 9 version: 1.2.9 type: :development version_requirements: *id001 description: maskable attributes provides a simple way to mask the output of a method. maskable attributes works really well with the decorator / presenter pattern email: mguterl@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .document - .gitignore - LICENSE - README.md - Rakefile - VERSION - lib/maskable_attributes.rb - maskable_attributes.gemspec - spec/maskable_attributes_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/mguterl/maskable_attributes licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: maskable attributes provides a simple way to mask or filter the output of a method. test_files: - spec/maskable_attributes_spec.rb - spec/spec_helper.rb