mongoid-lock.gemspec in mongoid-lock-0.0.8 vs mongoid-lock.gemspec in mongoid-lock-0.0.9
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "mongoid-lock"
- s.version = "0.0.8"
+ s.version = "0.0.9"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Petty"]
- s.date = "2012-03-26"
+ s.date = "2012-04-02"
s.description = "Adds synchronized lock-like behavior to a mongoid model instance"
s.email = "jp@jibe.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -31,10 +31,10 @@
"test/test_mongoid-lock.rb"
]
s.homepage = "http://github.com/pettyjamesm/mongoid-lock"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
+ s.rubygems_version = "1.8.15"
s.summary = "Locks for Mongoid Instances"
if s.respond_to? :specification_version then
s.specification_version = 3