tco 0.1.2 → 0.1.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/tco/version.rb +1 -1
- data/tco.gemspec +0 -1
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8243ccc5a5dda73c772ea3fe8241f5529ad7cab7
|
|
4
|
+
data.tar.gz: 0dd668bc9775a1d8c89101531c73f9349e155819
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbf7069d2873edd80e188b059d710715b7e48ca6e1d32cd71493c4fe746dd3c0ecc64db4c9aea11631291b8e3c6f8ed4374b105b19443e3a5a4cd41ef94829b4
|
|
7
|
+
data.tar.gz: 0a3451d6158bfad953ab32432ea41379eba531ca654b13fd60b66346ca59f6e56f970cfa283302322d6386ba5739050eee1837fabaf6df7c6afbe25b73c82a8e
|
data/CHANGELOG.md
CHANGED
data/lib/tco/version.rb
CHANGED
data/tco.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Radek Pazdera
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -52,20 +52,6 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: rspec
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - '>='
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '0'
|
|
62
|
-
type: :runtime
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - '>='
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '0'
|
|
69
55
|
description: |-
|
|
70
56
|
tco is a commandline tool and also a Ruby module that
|
|
71
57
|
allows its users to easily colourize the terminal
|
|
@@ -124,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
124
110
|
version: '0'
|
|
125
111
|
requirements: []
|
|
126
112
|
rubyforge_project: tco
|
|
127
|
-
rubygems_version: 2.0.
|
|
113
|
+
rubygems_version: 2.0.14
|
|
128
114
|
signing_key:
|
|
129
115
|
specification_version: 4
|
|
130
116
|
summary: A tool and a library for terminal output colouring
|