v1.3.0
This commit is contained in:
parent
99e2747a0c
commit
b823b46425
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
.glimpse*
|
||||
.todo
|
||||
a.rb
|
||||
b.rb
|
||||
db/
|
||||
pkg/
|
||||
test/db.yml
|
||||
TODO
|
||||
*.sw*
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
module Mongoid
|
||||
class GridFS
|
||||
const_set :Version, '1.2.1'
|
||||
const_set :Version, '1.3.0'
|
||||
|
||||
class << GridFS
|
||||
def version
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Gem::Specification::new do |spec|
|
||||
spec.name = "mongoid-grid_fs"
|
||||
spec.version = "1.2.1"
|
||||
spec.version = "1.3.0"
|
||||
spec.platform = Gem::Platform::RUBY
|
||||
spec.summary = "mongoid-grid_fs"
|
||||
spec.description = "a mongoid 3/moped compatible implementation of the grid_fs specification"
|
||||
|
Loading…
Reference in New Issue
Block a user