From 5fb5f6b6c31b5fe53a338c5aa376a547c8017102 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Wed, 4 Jun 2014 15:13:11 +0800 Subject: [PATCH] 0.6.5 --- Changelogs.md | 4 ++++ Gemfile | 2 +- Gemfile.lock | 2 +- README.md | 2 +- mongoid_auto_increment_id.gemspec | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelogs.md b/Changelogs.md index 405855b..fddbf10 100644 --- a/Changelogs.md +++ b/Changelogs.md @@ -1,3 +1,7 @@ +## 0.6.5 + +* MongoDb Replicate Set support. by @junwchina + ## 0.6.4 * Rails 4.1.0 support. diff --git a/Gemfile b/Gemfile index f14c1c8..8caca45 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 26165d3..1944e22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/README.md b/README.md index 35ad164..f8353f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mongoid_auto_increment_id.gemspec b/mongoid_auto_increment_id.gemspec index 8922ad6..5c52278 100644 --- a/mongoid_auto_increment_id.gemspec +++ b/mongoid_auto_increment_id.gemspec @@ -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"]