Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guyboertje committed Oct 18, 2011
1 parent 6d93e32 commit 33787ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -5,4 +5,7 @@ gem 'rake'
gem 'shoulda'
gem 'mocha'


if RUBY_PLATFORM !~ /java/
gem 'bson_ext'
gem 'mongo'
end
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -32,6 +32,7 @@ GEM

PLATFORMS
java
ruby

DEPENDENCIES
awesome_print (~> 0.4)
Expand Down
4 changes: 2 additions & 2 deletions jmongo.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'jmongo'
s.version = '1.1.1'
s.date = '2011-10-06'
s.version = '1.1.2'
s.date = '2011-10-18'
s.platform = Gem::Platform::RUBY
s.authors = ["Chuck Remes","Guy Boertje", "Lee Henson"]
s.email = ["cremes@mac.com", "guyboertje@gmail.com", "lee.m.henson@gmail.com"]
Expand Down

0 comments on commit 33787ce

Please sign in to comment.