]> git.r.bdr.sh - rbdr/cologne/blob - cobalt.gemspec
Regenerate gemspec for version 0.1.0
[rbdr/cologne] / cobalt.gemspec
1 # Generated by jeweler
2 # DO NOT EDIT THIS FILE DIRECTLY
3 # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4 # -*- encoding: utf-8 -*-
5
6 Gem::Specification.new do |s|
7 s.name = %q{cobalt}
8 s.version = "0.1.0"
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"]
12 s.date = %q{2012-04-03}
13 s.description = %q{Colored, Nesting, Multiple logging management.}
14 s.email = %q{kazu.dev@gmail.com}
15 s.extra_rdoc_files = [
16 "LICENSE",
17 "README.rdoc"
18 ]
19 s.files = [
20 ".document",
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"
29 ]
30 s.homepage = %q{http://github.com/ktlacaelel/cobalt}
31 s.require_paths = ["lib"]
32 s.rubygems_version = %q{1.3.7}
33 s.summary = %q{Console for ruby.}
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