Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hexorx committed Nov 1, 2011
1 parent 81f55dd commit bc3eef4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions c2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{c2}
s.version = "0.1.12"
s.name = "c2"
s.version = "0.1.13"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{hexorx}]
s.date = %q{2011-10-31}
s.description = %q{ C2 aspires to be a simple, drop in, Admin Portal + CMS for apps based on Rails 3 + Mongoid. }
s.email = %q{[email protected]}
s.authors = ["hexorx"]
s.date = "2011-11-01"
s.description = " C2 aspires to be a simple, drop in, Admin Portal + CMS for apps based on Rails 3 + Mongoid. "
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE",
"README.md"
Expand Down Expand Up @@ -91,10 +91,10 @@ Gem::Specification.new do |s|
"public/javascripts/c2/vertebrae.js",
"public/stylesheets/c2.css"
]
s.homepage = %q{http://crackersnack.com/Command-And-Control}
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{Take control of your Rails 3 and Mongoid based site with the Comand & Control Admin Portal + CMS.}
s.homepage = "http://crackersnack.com/Command-And-Control"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "Take control of your Rails 3 and Mongoid based site with the Comand & Control Admin Portal + CMS."
s.test_files = [
"spec/dummy/app/controllers/application_controller.rb",
"spec/dummy/app/helpers/application_helper.rb",
Expand Down Expand Up @@ -125,23 +125,23 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, [">= 3.0.0"])
s.add_runtime_dependency(%q<mongoid>, [">= 0"])
s.add_runtime_dependency(%q<bson_ext>, [">= 0"])
s.add_runtime_dependency(%q<mongoid>, ["~> 2.1"])
s.add_runtime_dependency(%q<bson_ext>, ["~> 1.3"])
s.add_runtime_dependency(%q<haml>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
else
s.add_dependency(%q<rails>, [">= 3.0.0"])
s.add_dependency(%q<mongoid>, [">= 0"])
s.add_dependency(%q<bson_ext>, [">= 0"])
s.add_dependency(%q<mongoid>, ["~> 2.1"])
s.add_dependency(%q<bson_ext>, ["~> 1.3"])
s.add_dependency(%q<haml>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
end
else
s.add_dependency(%q<rails>, [">= 3.0.0"])
s.add_dependency(%q<mongoid>, [">= 0"])
s.add_dependency(%q<bson_ext>, [">= 0"])
s.add_dependency(%q<mongoid>, ["~> 2.1"])
s.add_dependency(%q<bson_ext>, ["~> 1.3"])
s.add_dependency(%q<haml>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
Expand Down

0 comments on commit bc3eef4

Please sign in to comment.