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