Skip to content

Commit e16dfa6

Browse files
committed
Release version 2.4.0
[ci skip]
1 parent 1a76dde commit e16dfa6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
User-visible changes worth mentioning.
44

5+
## 2.4.0
6+
7+
- [#260] Works with Rails 5
8+
59
## 2.3.4
610

711
- [#247] Fix Ruby warnings

merit.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
77
s.test_files = `git ls-files -- test/*`.split("\n")
88
s.license = 'MIT'
9-
s.version = '2.3.4'
9+
s.version = '2.4.0'
1010
s.authors = ["Tute Costa"]
1111
s.email = 'tutecosta@gmail.com'
1212

0 commit comments

Comments
 (0)