Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdiet committed Jan 10, 2012
1 parent 4aba42f commit 7d5b0b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'mongoid', '~> 2.3', :git => 'git://github.com/mongoid/mongoid.git', :tag => 'v2.4.0'
gem 'mongoid', '~> 2.3', :git => 'git://github.com/mongoid/mongoid.git', :tag => 'v2.3.4'
gem 'bson_ext', '>= 1.3'

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: git://github.com/mongoid/mongoid.git
revision: d4ae10be8e972e3a52371ed35692cde504190675
tag: v2.4.0
revision: d8aa8a7730d8c352ecf5027a57764ebf92c0f363
tag: v2.3.4
specs:
mongoid (2.4.0)
mongoid (2.3.4)
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
Expand Down
2 changes: 1 addition & 1 deletion mongoid_globalize.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "mongoid_globalize"
s.version = "0.1.4"
s.version = "0.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mik-die"]
Expand Down

0 comments on commit 7d5b0b5

Please sign in to comment.