Rakefile in acts-as-joinable-0.1.7.2 vs Rakefile in acts-as-joinable-0.1.7.3

- old
+ new

@@ -3,10 +3,10 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = "acts-as-joinable" s.authors = ["Lance Pollard"] - s.version = "0.1.7.2" + s.version = "0.1.7.3" s.summary = "ActsAsJoinable: DRYing up Many-to-Many Relationships in ActiveRecord" s.homepage = "http://github.com/viatropos/acts-as-joinable" s.email = "lancejpollard@gmail.com" s.description = "DRYing up Many-to-Many Relationships in ActiveRecord" s.has_rdoc = false \ No newline at end of file