Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Sep 27, 2016
1 parent 006ad22 commit 212f300
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.1
- ruby-head
- rbx-20mode
- jruby-head
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-20mode
- rvm: jruby
env:
- CODECLIMATE_REPO_TOKEN=ef2c31d6fd3c385eef57dcb62374be51b56af36dd4405763d3e43a1c06330b33
sudo: false
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2016-09-27 - 1.4.0 * Extend colorized strings with Term::ANSIColor
2015-06-23 - 1.3.2 * Fix release 1.3.1
2014-06-17 - 1.3.1 * This release was a bit premature, yanked it.
2014-02-06 - 1.3.0 * Support bright and faint color names.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2
1.4.0
2 changes: 1 addition & 1 deletion lib/term/ansicolor/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Term::ANSIColor
# Term::ANSIColor version
VERSION = '1.3.2'
VERSION = '1.4.0'
VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down
4 changes: 2 additions & 2 deletions term-ansicolor.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# stub: term-ansicolor 1.3.2 ruby lib
# stub: term-ansicolor 1.4.0 ruby lib

Gem::Specification.new do |s|
s.name = "term-ansicolor"
s.version = "1.3.2"
s.version = "1.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
Expand Down

0 comments on commit 212f300

Please sign in to comment.