This commit is contained in:
ahoward 2012-07-24 21:17:05 -06:00
parent 99e2747a0c
commit b823b46425
3 changed files with 11 additions and 2 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
.glimpse*
.todo
a.rb
b.rb
db/
pkg/
test/db.yml
TODO
*.sw*

View File

@ -2,7 +2,7 @@
#
module Mongoid
class GridFS
const_set :Version, '1.2.1'
const_set :Version, '1.3.0'
class << GridFS
def version

View File

@ -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"