colors 0.0.4 → 0.0.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.
- data/colors.gemspec +2 -2
- metadata +2 -2
data/colors.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "colors"
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.5"
|
|
4
4
|
s.date = "2009-07-15"
|
|
5
5
|
s.summary = "Ruby String extesion for colored strings"
|
|
6
6
|
s.email = "apohllo@o2.pl"
|
|
7
|
-
s.homepage = "http://apohllo
|
|
7
|
+
s.homepage = "http://github.com/apohllo/colors"
|
|
8
8
|
s.description = "Extensions for String highliting"
|
|
9
9
|
s.has_rdoc = false
|
|
10
10
|
s.authors = ['Aleksander Pohl']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colors
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleksander Pohl
|
|
@@ -30,7 +30,7 @@ files:
|
|
|
30
30
|
- README.txt
|
|
31
31
|
- changelog.txt
|
|
32
32
|
has_rdoc: true
|
|
33
|
-
homepage: http://apohllo
|
|
33
|
+
homepage: http://github.com/apohllo/colors
|
|
34
34
|
licenses: []
|
|
35
35
|
|
|
36
36
|
post_install_message:
|