]>
Commit | Line | Data |
---|---|---|
7a52bc07 | 1 | # Generated by jeweler |
2 | # DO NOT EDIT THIS FILE DIRECTLY | |
7282c0b7 | 3 | # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' |
7a52bc07 | 4 | # -*- encoding: utf-8 -*- |
5 | ||
6 | Gem::Specification.new do |s| | |
7 | s.name = %q{cobalt} | |
7282c0b7 | 8 | s.version = "0.1.0" |
7a52bc07 | 9 | |
10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | |
11 | s.authors = ["Fernando Trasvi\303\261a", "Pablo Antonio Gonzalez Cervantes", "kazuyoshi tlacaelel"] | |
7282c0b7 | 12 | s.date = %q{2012-04-03} |
7a52bc07 | 13 | s.description = %q{Colored, Nesting, Multiple logging management.} |
14 | s.email = %q{kazu.dev@gmail.com} | |
15 | s.extra_rdoc_files = [ | |
16 | "LICENSE", | |
7282c0b7 | 17 | "README.rdoc" |
7a52bc07 | 18 | ] |
19 | s.files = [ | |
20 | ".document", | |
7282c0b7 | 21 | "LICENSE", |
22 | "README.rdoc", | |
23 | "Rakefile", | |
24 | "VERSION", | |
25 | "cobalt.gemspec", | |
26 | "lib/cobalt.rb", | |
27 | "test/helper.rb", | |
28 | "test/test_cobalt.rb" | |
7a52bc07 | 29 | ] |
30 | s.homepage = %q{http://github.com/ktlacaelel/cobalt} | |
7a52bc07 | 31 | s.require_paths = ["lib"] |
32 | s.rubygems_version = %q{1.3.7} | |
33 | s.summary = %q{Console for ruby.} | |
7a52bc07 | 34 | |
35 | if s.respond_to? :specification_version then | |
36 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION | |
37 | s.specification_version = 3 | |
38 | ||
39 | if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then | |
40 | s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"]) | |
41 | s.add_development_dependency(%q<isna>, [">= 0"]) | |
42 | else | |
43 | s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) | |
44 | s.add_dependency(%q<isna>, [">= 0"]) | |
45 | end | |
46 | else | |
47 | s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"]) | |
48 | s.add_dependency(%q<isna>, [">= 0"]) | |
49 | end | |
50 | end | |
51 |