Skip to content

Commit

Permalink
0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jun 4, 2014
1 parent eb5b71c commit 5fb5f6b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelogs.md
@@ -1,3 +1,7 @@
## 0.6.5

* MongoDb Replicate Set support. by @junwchina

## 0.6.4

* Rails 4.1.0 support.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source 'http://ruby.taobao.org'
source 'https://ruby.taobao.org'
gem "rake"
group :test do
gem 'activesupport', "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -9,7 +9,7 @@ GIT
tzinfo (>= 0.3.37)

GEM
remote: http://ruby.taobao.org/
remote: https://ruby.taobao.org/
specs:
activemodel (4.1.0)
activesupport (= 4.1.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ gem 'mongoid_auto_increment_id', "0.6.1"
gem 'mongoid_auto_increment_id', "0.6.2"

# Mongoid 4.0.0+
gem 'mongoid_auto_increment_id', "0.6.4"
gem 'mongoid_auto_increment_id', "0.6.5"
```

## USAGE
Expand Down
2 changes: 1 addition & 1 deletion mongoid_auto_increment_id.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "mongoid_auto_increment_id"
s.version = "0.6.4"
s.version = "0.6.5"
s.platform = Gem::Platform::RUBY
s.authors = ["Jason Lee"]
s.email = ["huacnlee@gmail.com"]
Expand Down

0 comments on commit 5fb5f6b

Please sign in to comment.