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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f695173027042af6a56e7cada6e1b408a9b5ce5a
4
- data.tar.gz: 516aaac032622983b31d33148f14240b1be63d1b
3
+ metadata.gz: d78f4baea607bd6a2a16460196d7af6b5a577539
4
+ data.tar.gz: e08db059be465ea1f48db027f77630307b3e3b93
5
5
  SHA512:
6
- metadata.gz: 98bd7768f8d97ffdeead10bbff2010c25236873499eb2eb62f0ecf6a94b1c0b921ad3e088e722752cbbd7c965c6b54b05e23bb5e01e1cb3bf9eea60eb30efecc
7
- data.tar.gz: da3a3b39e51d1542cc86d975b209352d883e3b1569300f46f1387b569426cd945393ba0b7aa789ba2785e46efd1e53f69fc6f62772728f24dc96ca55bc6218e9
6
+ metadata.gz: 8f32d71d37de47cfc0f29b927e97690f06678f3b3faa07e8be3495c80abc7c4a5fb386adc8edb1eb3215ea3eaf488ea4a45dfe6dbb4088389f823b7cd9e24057
7
+ data.tar.gz: 281073c232d7b5e5c98776fef62d529e3953a075e4a907de4f3e9f841879af42cba45663ff17810c47ef225e6fa71e7e772bd372145051ff02ad7dfc201c4970
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tailor (1.2.0)
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.0.7)
49
+ term-ansicolor (1.1.1)
50
50
  text-table (1.2.2)
51
51
  yard (0.8.5.2)
52
52
 
@@ -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
@@ -4,6 +4,8 @@ require_relative '../lib/tailor/cli'
4
4
  require_relative '../lib/tailor/runtime_error'
5
5
 
6
6
 
7
+ Tailor::Logger.log = false
8
+
7
9
  begin
8
10
  failure = Tailor::CLI.run(ARGV.dup)
9
11
  exit(1) if failure
@@ -1,3 +1,3 @@
1
1
  class Tailor
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
@@ -3,5 +3,5 @@ require 'tailor/version'
3
3
 
4
4
 
5
5
  describe Tailor::VERSION do
6
- it { should == '1.2.0' }
6
+ it { should == '1.2.1' }
7
7
  end
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.0
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-08 00:00:00.000000000 Z
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.0
322
+ rubygems_version: 2.0.2
323
323
  signing_key:
324
324
  specification_version: 4
325
325
  summary: A Ruby style & complexity measurer