term-ansicolor 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NmJjN2JlMmUwMTMwOGYzYzZjNTU2NGMyZDc2N2UyMDdmYmFlNTRjZg==
5
- data.tar.gz: !binary |-
6
- ZGExZTJkNWY3NWQ5OGI0YmYyYjQ2ZGRiMDQyZGQ2OGJlYjUzNmY2Nw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MGRjODI4NWNiMzAwY2MzODBlMzUzZTNiNWM0OTAxYzI5NmUyMmMxOGJlZTZi
10
- ZDJkYTQ0ZTlhMjJlMzhlZTBkZTZjNmIyMDI5MzljOGJmZTUxZTk2N2QyN2Fi
11
- OGExNjJkOTg5NzhmZTZmZjIxMWZkZmViMTc1NmU3ODI2MTgxZjQ=
12
- data.tar.gz: !binary |-
13
- ZjhlZGUwNTExNDk2NTNjNWMyOTY5NWJmNzYzZjZjZDcxYWZiYjY4MjA3MGEx
14
- MmM3ZTBiMzRkZjEyOTAzNzk0YjRkMjZiNjNkMzgwNTVkZTMwMjAzZTA2OTZh
15
- YjcwZTI2MTI5ZmUzMzg3Y2Y0ZWY4ZWY0Nzc4MzU4ODcyMTE4Y2E=
2
+ SHA1:
3
+ metadata.gz: 4e87520103afc6ad7866c8f53d7f69543f2e34c4
4
+ data.tar.gz: 2acd9fcd522f0a461f5ad4198e2800219e7a6d0d
5
+ SHA512:
6
+ metadata.gz: b1780b21998f041f4d5ac2d0d481c670a7a7168f09cbabb974c1317fa49bf0c715f1e13e3c0806ddad30e488db602d1d46caeea67c7599bec8a1c4cbfd7b9ce7
7
+ data.tar.gz: 719ab987185dcccf196eba49391f6b785db7c6c43a17d02895d210b80a4e02b670a9fa29ffa3c9b8642c55c062a3be9c182af682f386ae3e30c92005416f3e8e
data/CHANGES CHANGED
@@ -1,3 +1,4 @@
1
+ 2013-04-18 - 1.1.5 * Add colortab executable to rubygem binary config
1
2
  2013-03-26 - 1.1.4 * Easier access to color attributes via color(123) or
2
3
  approximate html colors like color('#336caf').
3
4
  2013-03-26 - 1.1.3 * Fix a bug where respond_to could overflow the stack.
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ GemHadar do
15
15
  test_dir 'tests'
16
16
  ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', '.rvmrc', 'coverage'
17
17
  readme 'README.rdoc'
18
- executables << 'cdiff' << 'decolor'
18
+ executables << 'cdiff' << 'decolor' << 'colortab'
19
19
 
20
20
  development_dependency 'simplecov'
21
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.1.5
data/bin/colortab CHANGED
File without changes
@@ -1,6 +1,6 @@
1
1
  module Term::ANSIColor
2
2
  # Term::ANSIColor version
3
- VERSION = '1.1.4'
3
+ VERSION = '1.1.5'
4
4
  VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
@@ -2,14 +2,14 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "term-ansicolor"
5
- s.version = "1.1.4"
5
+ s.version = "1.1.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Florian Frank"]
9
- s.date = "2013-03-26"
9
+ s.date = "2013-04-18"
10
10
  s.description = "This library uses ANSI escape sequences to control the attributes of terminal output"
11
11
  s.email = "flori@ping.de"
12
- s.executables = ["cdiff", "decolor"]
12
+ s.executables = ["cdiff", "decolor", "colortab"]
13
13
  s.extra_rdoc_files = ["README.rdoc", "lib/term/ansicolor.rb", "lib/term/ansicolor/attribute.rb", "lib/term/ansicolor/rgb_triple.rb", "lib/term/ansicolor/version.rb"]
14
14
  s.files = [".gitignore", ".travis.yml", "CHANGES", "COPYING", "Gemfile", "README.rdoc", "Rakefile", "VERSION", "bin/cdiff", "bin/colortab", "bin/decolor", "examples/example.rb", "lib/term/ansicolor.rb", "lib/term/ansicolor/.keep", "lib/term/ansicolor/attribute.rb", "lib/term/ansicolor/rgb_triple.rb", "lib/term/ansicolor/version.rb", "term-ansicolor.gemspec", "tests/ansicolor_test.rb", "tests/attribute_test.rb", "tests/rgb_triple_test.rb", "tests/test_helper.rb"]
15
15
  s.homepage = "http://flori.github.com/term-ansicolor"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: term-ansicolor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-26 00:00:00.000000000 Z
11
+ date: 2013-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem_hadar
@@ -28,14 +28,14 @@ dependencies:
28
28
  name: simplecov
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description: This library uses ANSI escape sequences to control the attributes of
@@ -44,6 +44,7 @@ email: flori@ping.de
44
44
  executables:
45
45
  - cdiff
46
46
  - decolor
47
+ - colortab
47
48
  extensions: []
48
49
  extra_rdoc_files:
49
50
  - README.rdoc
@@ -88,12 +89,12 @@ require_paths:
88
89
  - lib
89
90
  required_ruby_version: !ruby/object:Gem::Requirement
90
91
  requirements:
91
- - - ! '>='
92
+ - - '>='
92
93
  - !ruby/object:Gem::Version
93
94
  version: '0'
94
95
  required_rubygems_version: !ruby/object:Gem::Requirement
95
96
  requirements:
96
- - - ! '>='
97
+ - - '>='
97
98
  - !ruby/object:Gem::Version
98
99
  version: '0'
99
100
  requirements: []