Rakefile in acts-as-joinable-0.1.3 vs Rakefile in acts-as-joinable-0.1.4
- 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.3"
+ s.version = "0.1.4"
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