tango 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Tango
4
4
  module TermANSIColorStubs
5
- ALLOWED_COLOURS = [:red, :green, :yellow]
5
+ ALLOWED_COLOURS = [:red, :green, :yellow, :blue, :cyan, :magenta]
6
6
  ALLOWED_COLOURS.each do |color|
7
7
  define_method(color) { |str| str }
8
8
  end
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
2
 
3
3
  module Tango
4
- VERSION = "0.1.12"
4
+ VERSION = "0.1.13"
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.12
4
+ version: 0.1.13
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: &70144225128300 !ruby/object:Gem::Requirement
16
+ requirement: &70306786978620 !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: *70144225128300
24
+ version_requirements: *70306786978620
25
25
  description: Experiment in deployment tools, taking ideas from babushka and elsewhere.
26
26
  email:
27
27
  - pete@notahat.com