colorer 0.2.2 → 0.2.3
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/colorer.gemspec +4 -1
- metadata +20 -5
data/Rakefile
CHANGED
|
@@ -10,7 +10,7 @@ begin
|
|
|
10
10
|
gem.email = "dd.nexus@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/ddnexus/colorer"
|
|
12
12
|
gem.authors = ["Domizio Demichelis"]
|
|
13
|
-
|
|
13
|
+
gem.add_development_dependency "irt", ">= 0.7.1"
|
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
15
15
|
end
|
|
16
16
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
data/colorer.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{colorer}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Domizio Demichelis"]
|
|
@@ -40,9 +40,12 @@ Gem::Specification.new do |s|
|
|
|
40
40
|
s.specification_version = 3
|
|
41
41
|
|
|
42
42
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
43
|
+
s.add_development_dependency(%q<irt>, [">= 0.7.1"])
|
|
43
44
|
else
|
|
45
|
+
s.add_dependency(%q<irt>, [">= 0.7.1"])
|
|
44
46
|
end
|
|
45
47
|
else
|
|
48
|
+
s.add_dependency(%q<irt>, [">= 0.7.1"])
|
|
46
49
|
end
|
|
47
50
|
end
|
|
48
51
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colorer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.2.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Domizio Demichelis
|
|
@@ -17,8 +17,23 @@ cert_chain: []
|
|
|
17
17
|
|
|
18
18
|
date: 2010-09-17 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
|
-
dependencies:
|
|
21
|
-
|
|
20
|
+
dependencies:
|
|
21
|
+
- !ruby/object:Gem::Dependency
|
|
22
|
+
name: irt
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 1
|
|
30
|
+
segments:
|
|
31
|
+
- 0
|
|
32
|
+
- 7
|
|
33
|
+
- 1
|
|
34
|
+
version: 0.7.1
|
|
35
|
+
type: :development
|
|
36
|
+
version_requirements: *id001
|
|
22
37
|
description: Colorer adds the basic ANSI styles to any string, allowing also to define your own stiles
|
|
23
38
|
email: dd.nexus@gmail.com
|
|
24
39
|
executables: []
|