Skip to content

Commit

Permalink
approximate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Jul 25, 2012
1 parent 3e71a3a commit 99e2747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/mongoid-grid_fs.rb
Expand Up @@ -11,8 +11,8 @@ def version

def dependencies
{
'mongoid' => [ 'mongoid' , '>= 3.0.1' ] ,
'mime/types' => [ 'mime-types' , '>= 1.19' ] ,
'mongoid' => [ 'mongoid' , '~> 3.0.1' ] ,
'mime/types' => [ 'mime-types' , '~> 1.19' ] ,
}
end

Expand Down
6 changes: 3 additions & 3 deletions mongoid-grid_fs.gemspec
Expand Up @@ -3,7 +3,7 @@

Gem::Specification::new do |spec|
spec.name = "mongoid-grid_fs"
spec.version = "1.2.0"
spec.version = "1.2.1"
spec.platform = Gem::Platform::RUBY
spec.summary = "mongoid-grid_fs"
spec.description = "a mongoid 3/moped compatible implementation of the grid_fs specification"
Expand All @@ -26,9 +26,9 @@ Gem::Specification::new do |spec|
spec.test_files = nil


spec.add_dependency(*["mongoid", " >= 3.0.1"])
spec.add_dependency(*["mongoid", "~> 3.0.1"])

spec.add_dependency(*["mime-types", " >= 1.19"])
spec.add_dependency(*["mime-types", "~> 1.19"])


spec.extensions.push(*[])
Expand Down

0 comments on commit 99e2747

Please sign in to comment.