Rakefile in distributed_mutex-1.0.1 vs Rakefile in distributed_mutex-1.0.2
- old
+ new
@@ -3,15 +3,15 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = %q{distributed_mutex}
s.authors = ["Birkir A. Barkarson"]
- s.description = %q{Framework for using a distributed mutex. Implementation of a mutex stored on a MySQL database.}
- s.summary = s.description
+ s.description = %q{Framework for using a distributed mutex along with an implementation of a mutex stored on a MySQL database.}
+ s.summary = %q{API for using a unique mutex across all instances of your application.}
s.email = %q{birkirb@stoicviking.net}
s.has_rdoc = true
s.homepage = %q{http://github.com/birkirb/distributed_mutex}
- s.add_dependency(%q<activerecord>, [">= 1.2"])
+ # s.add_dependency(%q<activerecord>, ["> 1.2"])
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end