This commit is contained in:
ahoward 2012-07-23 22:10:12 -06:00
parent f816a41b34
commit 8c4184e436
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## ##
# #
class GridFS class GridFS
const_set :Version, '1.1.1' const_set :Version, '1.1.2'
class << GridFS class << GridFS
def version def version
@ -77,6 +77,7 @@
find find
[] []
[]= []=
clear
) )
to_delegate.each do |method| to_delegate.each do |method|

View File

@ -3,7 +3,7 @@
Gem::Specification::new do |spec| Gem::Specification::new do |spec|
spec.name = "mongoid-grid_fs" spec.name = "mongoid-grid_fs"
spec.version = "1.1.1" spec.version = "1.1.2"
spec.platform = Gem::Platform::RUBY spec.platform = Gem::Platform::RUBY
spec.summary = "mongoid-grid_fs" spec.summary = "mongoid-grid_fs"
spec.description = "a mongoid 3/moped compatible implementation of the grid_fs specification" spec.description = "a mongoid 3/moped compatible implementation of the grid_fs specification"