-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate gemspec for version 0.1.10
- Loading branch information
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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", | ||
|
@@ -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", | ||
|