Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hexorx committed Oct 31, 2011
1 parent c173a6a commit e03f37e
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 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 = "c2"
s.version = "0.1.9"
s.name = %q{c2}
s.version = "0.1.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["hexorx"]
s.date = "2011-10-31"
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.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.extra_rdoc_files = [
"LICENSE",
"README.md"
Expand Down Expand Up @@ -60,6 +60,7 @@ Gem::Specification.new do |s|
"public/images/c2/new-section.png",
"public/images/c2/ops.png",
"public/images/c2/trashcan.png",
"public/javascripts/c2/common.js",
"public/javascripts/c2/informant/application.js",
"public/javascripts/c2/informant/collections/buckets.js",
"public/javascripts/c2/informant/collections/entries.js",
Expand All @@ -84,12 +85,16 @@ Gem::Specification.new do |s|
"public/javascripts/c2/lib/jquery.timeago.js",
"public/javascripts/c2/lib/pure_min.js",
"public/javascripts/c2/lib/underscore.min.js",
"public/javascripts/c2/reporter_lib.js",
"public/javascripts/c2/reporter_templates.js",
"public/javascripts/c2/reporter_vertebrae.js",
"public/javascripts/c2/vertebrae.js",
"public/stylesheets/c2.css"
]
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.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.test_files = [
"spec/dummy/app/controllers/application_controller.rb",
"spec/dummy/app/helpers/application_helper.rb",
Expand Down

0 comments on commit e03f37e

Please sign in to comment.