Skip to content

Commit

Permalink
Tired of rubygems messing with the gemspec in multiple yaml parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 1, 2011
1 parent f72698b commit ee64976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/mongoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# encoding: utf-8
module Mongoid #:nodoc
VERSION = "2.1.2"
VERSION_DATE = "2011-07-31"
end
1 change: 1 addition & 0 deletions mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require "mongoid/version"
Gem::Specification.new do |s|
s.name = "mongoid"
s.version = Mongoid::VERSION
s.date = Mongoid::VERSION_DATE
s.platform = Gem::Platform::RUBY
s.authors = ["Durran Jordan"]
s.email = ["durran@gmail.com"]
Expand Down

0 comments on commit ee64976

Please sign in to comment.