mikowitz-color 0.1.2 → 0.2.0

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.
Files changed (3) hide show
  1. data/Rakefile +0 -2
  2. data/VERSION +1 -1
  3. metadata +3 -22
data/Rakefile CHANGED
@@ -10,8 +10,6 @@ begin
10
10
  gem.email = "michael.berkowitz@gmail.com"
11
11
  gem.homepage = "http://github.com/mikowitz/color"
12
12
  gem.authors = ["Michael Berkowitz"]
13
- gem.add_development_dependency "rspec"
14
- gem.add_development_dependency "yard"
15
13
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
16
14
  end
17
15
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.2.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mikowitz-color
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Berkowitz
@@ -11,27 +11,8 @@ cert_chain: []
11
11
 
12
12
  date: 2009-11-08 00:00:00 -05:00
13
13
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: rspec
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- version:
25
- - !ruby/object:Gem::Dependency
26
- name: yard
27
- type: :development
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ">="
32
- - !ruby/object:Gem::Version
33
- version: "0"
34
- version:
14
+ dependencies: []
15
+
35
16
  description: A simple, flexible gem that provides an open-ended API to print colored and styled output in a terminal.
36
17
  email: michael.berkowitz@gmail.com
37
18
  executables: []