Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
shuber committed Mar 5, 2009
1 parent 0db7ae1 commit f998024
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Merge pixeltrix/master * Merge pixeltrix/master
* Include Huberry::HattrAccessor in Object instead of Class * Include Huberry::HattrAccessor in Object instead of Class
* Update README * Update README
* Update gemspec


2009-01-18 - Sean Huber (shuber@huberry.com) 2009-01-18 - Sean Huber (shuber@huberry.com)
* Boolean type casted empty strings should return false * Boolean type casted empty strings should return false
Expand Down
7 changes: 5 additions & 2 deletions hattr_accessor.gemspec
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'hattr_accessor' s.name = 'hattr_accessor'
s.version = '1.0.5' s.version = '1.1.0'
s.date = '2009-01-18' s.date = '2009-03-05'


s.summary = 'Allows you to define attr_accessors that reference members of a hash' s.summary = 'Allows you to define attr_accessors that reference members of a hash'
s.description = 'Allows you to define attr_accessors that reference members of a hash' s.description = 'Allows you to define attr_accessors that reference members of a hash'
Expand All @@ -18,9 +18,12 @@ Gem::Specification.new do |s|
MIT-LICENSE MIT-LICENSE
Rakefile Rakefile
README.markdown README.markdown
test/fixtures/manufacturers.yml
test/fixtures/products.yml
) )


s.test_files = %w( s.test_files = %w(
test/active_record_test.rb
test/hattr_accessor_test.rb test/hattr_accessor_test.rb
) )
end end

0 comments on commit f998024

Please sign in to comment.