From be2f49b2e4aebcfe166f658aaa7b4e930c0e413d Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 28 Dec 2014 03:56:51 -0800 Subject: [PATCH] Version bump to 2.4.0 --- CHANGELOG.md | 8 +++----- README.md | 12 ------------ lib/groupdate/version.rb | 2 +- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4376e..c8b699a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ -## 2.4.0 [unreleased] +## 2.4.0 - Added localization -- Fixed issue w/ Brasilia Summer Time - Added `carry_forward` option - -## 2.3.1 - - Added `series: false` option for arrays and hashes +- Fixed issue w/ Brasilia Summer Time +- Fixed issues w/ ActiveRecord 4.2 ## 2.3.0 diff --git a/README.md b/README.md index c9cec82..dfa0f0a 100644 --- a/README.md +++ b/README.md @@ -175,18 +175,6 @@ mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql or copy and paste [these statements](https://gist.githubusercontent.com/ankane/1d6b0022173186accbf0/raw/time_zone_support.sql) into a SQL console. -#### For JRuby - -Use the master version of your JDBC adapter. You will get incorrect results for versions before [this commit](https://github.com/jruby/activerecord-jdbc-adapter/commit/c1cdb7cec8d3f06fc54995e8d872d830bd0a4d91). - -```ruby -# postgresql -gem "activerecord-jdbcpostgresql-adapter", :github => "jruby/activerecord-jdbc-adapter" - -# mysql -gem "activerecord-jdbcmysql-adapter", :github => "jruby/activerecord-jdbc-adapter" -``` - ## Upgrading to 2.0 Groupdate 2.0 brings a number a great improvements. Here are two things to be aware of: diff --git a/lib/groupdate/version.rb b/lib/groupdate/version.rb index 1d0ad97..9b38dd6 100644 --- a/lib/groupdate/version.rb +++ b/lib/groupdate/version.rb @@ -1,3 +1,3 @@ module Groupdate - VERSION = "2.3.0" + VERSION = "2.4.0" end -- libgit2 0.21.0