Rakefile in anaf_habtm-0.0.2 vs Rakefile in anaf_habtm-0.0.3

- old
+ new

@@ -20,21 +20,24 @@ rdoc.options << '--line-numbers' << '--inline-source' rdoc.rdoc_files.include('README') rdoc.rdoc_files.include('lib/**/*.rb') end PKG_FILES = FileList[ - '[a-zA-Z]*', + 'anaf_habtm.gemspec', + 'Gemfile', + 'install.rb', + 'Rakefile', 'README', 'uninstall.rb', 'assets/**/*', 'lib/**/*', 'rails/**/*', 'test/**/*' ] begin require 'jeweler' Jeweler::Tasks.new do |s| s.name = "anaf_habtm" - s.version = "0.0.2" + s.version = "0.0.3" s.author = "Tyler Gannon" s.email = "t--g__a--nnon@gmail.com" s.homepage = "http://github.com/tylergannon/anaf_habtm" s.platform = Gem::Platform::RUBY s.description = "accepts_nested_attributes_for habtm"