tailor 1.2.0 → 1.2.1
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/Gemfile.lock +2 -2
- data/History.rdoc +6 -0
- data/bin/tailor +2 -0
- data/lib/tailor/version.rb +1 -1
- data/spec/unit/tailor/version_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d78f4baea607bd6a2a16460196d7af6b5a577539
|
|
4
|
+
data.tar.gz: e08db059be465ea1f48db027f77630307b3e3b93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f32d71d37de47cfc0f29b927e97690f06678f3b3faa07e8be3495c80abc7c4a5fb386adc8edb1eb3215ea3eaf488ea4a45dfe6dbb4088389f823b7cd9e24057
|
|
7
|
+
data.tar.gz: 281073c232d7b5e5c98776fef62d529e3953a075e4a907de4f3e9f841879af42cba45663ff17810c47ef225e6fa71e7e772bd372145051ff02ad7dfc201c4970
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
tailor (1.2.
|
|
4
|
+
tailor (1.2.1)
|
|
5
5
|
log_switch (>= 0.3.0)
|
|
6
6
|
term-ansicolor (>= 1.0.5)
|
|
7
7
|
text-table (>= 1.2.2)
|
|
@@ -46,7 +46,7 @@ GEM
|
|
|
46
46
|
multi_json (~> 1.0)
|
|
47
47
|
simplecov-html (~> 0.7.1)
|
|
48
48
|
simplecov-html (0.7.1)
|
|
49
|
-
term-ansicolor (1.
|
|
49
|
+
term-ansicolor (1.1.1)
|
|
50
50
|
text-table (1.2.2)
|
|
51
51
|
yard (0.8.5.2)
|
|
52
52
|
|
data/History.rdoc
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
=== 1.2.1 2013-03-12
|
|
2
|
+
|
|
3
|
+
* gh-134[https://github.com/turboladen/tailor/issues/134]
|
|
4
|
+
* Turned logging off by default when using bin/tailor. This was a regression
|
|
5
|
+
introduced in 1.2.0.
|
|
6
|
+
|
|
1
7
|
=== 1.2.0 2013-03-06
|
|
2
8
|
|
|
3
9
|
* gh-119[https://github.com/turboladen/tailor/issues/119]
|
data/bin/tailor
CHANGED
data/lib/tailor/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tailor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Loveless
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-03-
|
|
11
|
+
date: 2013-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: log_switch
|
|
@@ -319,7 +319,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
319
319
|
version: '0'
|
|
320
320
|
requirements: []
|
|
321
321
|
rubyforge_project:
|
|
322
|
-
rubygems_version: 2.0.
|
|
322
|
+
rubygems_version: 2.0.2
|
|
323
323
|
signing_key:
|
|
324
324
|
specification_version: 4
|
|
325
325
|
summary: A Ruby style & complexity measurer
|