Skip to content

Commit

Permalink
support for ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Mar 22, 2017
1 parent bccfa63 commit 10618cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rvm:
- 2.3.1
- 2.3.2
- 2.3.3
- 2.4.0
env:
- RAILS_ENV=test RACK_ENV=test
notifications:
Expand Down
1 change: 1 addition & 0 deletions capistrano_multiconfig_parallel.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'date'
require File.expand_path('../lib/capistrano_multiconfig_parallel/version', __FILE__)

Gem::Specification.new do |s|
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano_multiconfig_parallel/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module VERSION

MAJOR = 2
MINOR = 6
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit 10618cf

Please sign in to comment.