Skip to content

Commit

Permalink
upped gemspec for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dettmann committed Jan 11, 2010
1 parent 80bc1f8 commit fce330f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions bcms_news.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{bcms_news}
s.version = "1.0.0"
s.version = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["BrowserMedia"]
s.date = %q{2009-07-02}
s.date = %q{2010-01-11}
s.description = %q{The News Module for BrowserCMS}
s.email = %q{github@browsermedia.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -34,24 +37,23 @@ Gem::Specification.new do |s|
"lib/bcms_news/routes.rb",
"rails/init.rb"
]
s.has_rdoc = true
s.homepage = %q{http://browsercms.org}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{browsercms}
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.5}
s.summary = %q{The News Module for BrowserCMS}
s.test_files = [
"test/functional/news_articles_controller_test.rb",
"test/performance/browsing_test.rb",
"test/test_helper.rb",
"test/performance/browsing_test.rb",
"test/unit/news_article_test.rb",
"test/unit/recent_news_portlet_test.rb"
"test/unit/recent_news_portlet_test.rb",
"test/test_helper.rb",
"test/functional/news_articles_controller_test.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
Expand Down

0 comments on commit fce330f

Please sign in to comment.