tango 0.1.11 → 0.1.12

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tango (0.1.10)
4
+ tango (0.1.12)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -41,7 +41,7 @@ module Tango
41
41
  end
42
42
 
43
43
  def log(message, colour = nil)
44
- if colour && ALLOWED_COLOURS.include?(colour)
44
+ if colour && ::Tango::TermANSIColorStubs::ALLOWED_COLOURS.include?(colour)
45
45
  @io.puts send(colour,"#{indent}#{message}")
46
46
 
47
47
  else
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
2
 
3
3
  module Tango
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tango
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70352874942700 !ruby/object:Gem::Requirement
16
+ requirement: &70144225128300 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70352874942700
24
+ version_requirements: *70144225128300
25
25
  description: Experiment in deployment tools, taking ideas from babushka and elsewhere.
26
26
  email:
27
27
  - pete@notahat.com