Skip to content

Commit

Permalink
Bump to to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Trimble committed Dec 20, 2015
1 parent 0c8fda4 commit 0ac0656
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Ruby Holidays Gem CHANGELOG

## 3.1.0

* Fix St. Stephen observance holiday for Ireland (https://github.com/gumchum)
* Add Bulgarian holidays (https://github.com/thekazak)
* Add new mountain holiday for Japan (https://github.com/ttwo32)
* Add ability to calculate Easter in either Gregorian (existing) or Julian (new) dates

## 3.0.0

* Major refactor! Lots of code moved around and some methods were removed from the public api (they were never intended to be public).
Expand Down
6 changes: 3 additions & 3 deletions holidays.gemspec
Expand Up @@ -7,9 +7,9 @@ require 'holidays/version'
Gem::Specification.new do |gem|
gem.name = 'holidays'
gem.version = Holidays::VERSION
gem.authors = ['Alex Dunae']
gem.email = ['code@dunae.ca']
gem.homepage = 'https://github.com/alexdunae/holidays'
gem.authors = ['Alex Dunae', 'Phil Trimble']
gem.email = ['code@dunae.ca', 'holidaysgem@gmail.com']
gem.homepage = 'https://github.com/holidays/holidays'
gem.description = %q(A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!)
gem.summary = %q(A collection of Ruby methods to deal with statutory and other holidays.)
gem.files = `git ls-files`.split("\n") - ['.gitignore', '.travis.yml', '.coveralls.yml']
Expand Down
2 changes: 1 addition & 1 deletion lib/holidays/version.rb
@@ -1,3 +1,3 @@
module Holidays
VERSION = '3.0.0'
VERSION = '3.1.0'
end

0 comments on commit 0ac0656

Please sign in to comment.