diff --git a/c2.gemspec b/c2.gemspec index 73cc310..dde164a 100644 --- a/c2.gemspec +++ b/c2.gemspec @@ -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 = "hexorx@gmail.com" + 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{hexorx@gmail.com} 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",