]> git.r.bdr.sh - rbdr/cologne/blob - cobalt.gemspec
gemspec
[rbdr/cologne] / cobalt.gemspec
1 # Generated by jeweler
2 # DO NOT EDIT THIS FILE DIRECTLY
3 # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4 # -*- encoding: utf-8 -*-
5
6 Gem::Specification.new do |s|
7 s.name = %q{cobalt}
8 s.version = "0.0.1"
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-03-02}
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 ".gitignore",
22 "LICENSE",
23 "README.rdoc",
24 "Rakefile",
25 "VERSION",
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.rdoc_options = ["--charset=UTF-8"]
32 s.require_paths = ["lib"]
33 s.rubygems_version = %q{1.3.7}
34 s.summary = %q{Console for ruby.}
35 s.test_files = [
36 "test/helper.rb",
37 "test/test_cobalt.rb"
38 ]
39
40 if s.respond_to? :specification_version then
41 current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
42 s.specification_version = 3
43
44 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
45 s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
46 s.add_development_dependency(%q<isna>, [">= 0"])
47 else
48 s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
49 s.add_dependency(%q<isna>, [">= 0"])
50 end
51 else
52 s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
53 s.add_dependency(%q<isna>, [">= 0"])
54 end
55 end
56