Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
[fixes #274] [ci skip]
  • Loading branch information
tute committed Jul 20, 2017
1 parent 3802735 commit f9f3982
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

User-visible changes worth mentioning.

## 3.0.0

- [#276] Drops Rails <5 version support. Drops deprecated `action_filter` call.
- Fix deprecation warnings

## 2.4.0

- [#260] Works with Rails 5
Expand Down
4 changes: 2 additions & 2 deletions merit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
s.test_files = `git ls-files -- test/*`.split("\n")
s.license = 'MIT'
s.version = '2.4.0'
s.version = '3.0.0'
s.authors = ["Tute Costa"]
s.email = '[email protected]'

s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 2.2.2'

s.add_dependency 'ambry', '~> 1.0.0'
s.add_development_dependency 'rails', '>= 5.0.0'
Expand Down

0 comments on commit f9f3982

Please sign in to comment.