Skip to content

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Aug 1, 2024
1 parent 6c9c96c commit 89e6ea7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.4
1.11.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.10.4'
VERSION = '1.11.0'
VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down
6 changes: 3 additions & 3 deletions term-ansicolor.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: term-ansicolor 1.10.4 ruby lib
# stub: term-ansicolor 1.11.0 ruby lib

Gem::Specification.new do |s|
s.name = "term-ansicolor".freeze
s.version = "1.10.4".freeze
s.version = "1.11.0".freeze

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Florian Frank".freeze]
s.date = "2024-07-23"
s.date = "2024-08-01"
s.description = "This library uses ANSI escape sequences to control the attributes of terminal output".freeze
s.email = "[email protected]".freeze
s.executables = ["term_cdiff".freeze, "term_colortab".freeze, "term_decolor".freeze, "term_display".freeze, "term_mandel".freeze, "term_plasma".freeze, "term_snow".freeze]
Expand Down

0 comments on commit 89e6ea7

Please sign in to comment.