Skip to content

Commit

Permalink
gems
Browse files Browse the repository at this point in the history
  • Loading branch information
glebtv committed Dec 3, 2013
1 parent b5b5937 commit 32286b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in mongoid-audit.gemspec
gem "mongoid", github: "mongoid/mongoid"

gemspec
2 changes: 1 addition & 1 deletion lib/mongoid-audit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mongoid
module Audit
VERSION = "0.3.1"
VERSION = "0.3.2"
end
end
2 changes: 1 addition & 1 deletion mongoid-audit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency 'easy_diff', '~> 0.0.2'
gem.add_dependency 'mongoid', ['>= 4.0.0.alpha1', '< 5.0']
gem.add_dependency 'mongoid', '~> 4.0.0.alpha1'
gem.add_dependency 'rails-observers', '~> 0.1.2'

gem.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit 32286b0

Please sign in to comment.