Rakefile in anaf_habtm-0.0.1 vs Rakefile in anaf_habtm-0.0.2
- old
+ new
@@ -31,13 +31,15 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "anaf_habtm"
- s.version = "0.0.1"
+ s.version = "0.0.2"
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"
s.summary = "accepts_nested_attributes_for habtm"
s.files = PKG_FILES.to_a
s.require_path = "lib"
s.has_rdoc = false
s.extra_rdoc_files = ["README"]