Skip to content

Commit a96f2bc

Browse files
committed
Regenerated gemspec for version 3.1.2
1 parent 74015b8 commit a96f2bc

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

browsercms.gemspec

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{browsercms}
8-
s.version = "3.1.1"
8+
s.version = "3.1.2"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["BrowserMedia"]
12-
s.date = %q{2010-06-28}
12+
s.date = %q{2010-06-30}
1313
s.description = %q{General purpose Web Content Management in Rails.}
1414
s.email = %q{github@browsermedia.com}
1515
s.executables = ["browsercms", "bcms"]
@@ -1342,88 +1342,88 @@ Gem::Specification.new do |s|
13421342
s.rdoc_options = ["--charset=UTF-8"]
13431343
s.require_paths = ["lib"]
13441344
s.rubyforge_project = %q{browsercms}
1345-
s.rubygems_version = %q{1.3.5}
1345+
s.rubygems_version = %q{1.3.7}
13461346
s.summary = %q{BrowserCMS is a general purpose, open source Web Content Management System (CMS) written in Ruby on Rails. Designed for web developers who want to create great looking websites while using standard Rails tools for customizing it.}
13471347
s.test_files = [
1348-
"test/integration/login_test.rb",
1349-
"test/integration/cms/password_management_test.rb",
1350-
"test/integration/cms/ckeditor_test.rb",
1351-
"test/functional/tests/pretend_controller_test.rb",
1352-
"test/functional/cms/links_controller_test.rb",
1353-
"test/functional/cms/image_blocks_controller_test.rb",
1348+
"test/custom_assertions.rb",
1349+
"test/factories.rb",
13541350
"test/functional/cms/cache_controller_test.rb",
1355-
"test/functional/cms/home_controller_test.rb",
1356-
"test/functional/cms/pages_controller_test.rb",
1351+
"test/functional/cms/categories_controller_test.rb",
1352+
"test/functional/cms/connectors_controller_test.rb",
13571353
"test/functional/cms/content_block_controller_test.rb",
1358-
"test/functional/cms/dashboard_controller_test.rb",
1354+
"test/functional/cms/content_controller_test.rb",
13591355
"test/functional/cms/content_types_controller_test.rb",
1360-
"test/functional/cms/portlets_controller_test.rb",
1356+
"test/functional/cms/dashboard_controller_test.rb",
1357+
"test/functional/cms/dynamic_views_controller_test.rb",
1358+
"test/functional/cms/file_blocks_controller_test.rb",
1359+
"test/functional/cms/groups_controller_test.rb",
1360+
"test/functional/cms/home_controller_test.rb",
13611361
"test/functional/cms/html_blocks_controller_test.rb",
1362+
"test/functional/cms/image_blocks_controller_test.rb",
1363+
"test/functional/cms/links_controller_test.rb",
1364+
"test/functional/cms/pages_controller_test.rb",
1365+
"test/functional/cms/portlets_controller_test.rb",
13621366
"test/functional/cms/section_nodes_controller_test.rb",
1363-
"test/functional/cms/toolbar_controller_test.rb",
1367+
"test/functional/cms/sections_controller_test.rb",
13641368
"test/functional/cms/sessions_controller_test.rb",
1369+
"test/functional/cms/toolbar_controller_test.rb",
13651370
"test/functional/cms/users_controller_test.rb",
1366-
"test/functional/cms/categories_controller_test.rb",
1367-
"test/functional/cms/file_blocks_controller_test.rb",
1368-
"test/functional/cms/content_controller_test.rb",
1369-
"test/functional/cms/connectors_controller_test.rb",
1370-
"test/functional/cms/dynamic_views_controller_test.rb",
1371-
"test/functional/cms/sections_controller_test.rb",
1372-
"test/functional/cms/groups_controller_test.rb",
1373-
"test/unit/behaviors/searching_test.rb",
1371+
"test/functional/tests/pretend_controller_test.rb",
1372+
"test/integration/cms/ckeditor_test.rb",
1373+
"test/integration/cms/password_management_test.rb",
1374+
"test/integration/login_test.rb",
1375+
"test/test_helper.rb",
1376+
"test/test_logging.rb",
13741377
"test/unit/behaviors/attaching_test.rb",
13751378
"test/unit/behaviors/dynamic_attributes_test.rb",
1376-
"test/unit/behaviors/taggable_test.rb",
13771379
"test/unit/behaviors/publishable_test.rb",
1380+
"test/unit/behaviors/searching_test.rb",
1381+
"test/unit/behaviors/taggable_test.rb",
1382+
"test/unit/extensions/active_record/base_test.rb",
13781383
"test/unit/extensions/hash_test.rb",
13791384
"test/unit/extensions/integer_test.rb",
1380-
"test/unit/extensions/active_record/base_test.rb",
1381-
"test/unit/models/page_test.rb",
1382-
"test/unit/models/email_page_portlet_test.rb",
1385+
"test/unit/helpers/application_helper_test.rb",
1386+
"test/unit/helpers/form_builder_test.rb",
1387+
"test/unit/helpers/menu_helper_test.rb",
1388+
"test/unit/helpers/page_helper_test.rb",
1389+
"test/unit/helpers/path_helper_test.rb",
1390+
"test/unit/lib/acts_as_content_page_test.rb",
1391+
"test/unit/lib/cms/authentication/controller_test.rb",
1392+
"test/unit/lib/cms_domain_support_test.rb",
1393+
"test/unit/lib/command_line_test.rb",
1394+
"test/unit/lib/content_block_test.rb",
1395+
"test/unit/lib/content_rendering_support_test.rb",
1396+
"test/unit/lib/generators_test.rb",
1397+
"test/unit/lib/routes_test.rb",
13831398
"test/unit/models/attachment_test.rb",
1399+
"test/unit/models/category_test.rb",
1400+
"test/unit/models/category_type_test.rb",
13841401
"test/unit/models/connector_test.rb",
1385-
"test/unit/models/html_block_test.rb",
1386-
"test/unit/models/portlet_test.rb",
1387-
"test/unit/models/section_node_test.rb",
13881402
"test/unit/models/content_type_test.rb",
1403+
"test/unit/models/email_page_portlet_test.rb",
1404+
"test/unit/models/file_block_test.rb",
13891405
"test/unit/models/group_test.rb",
1390-
"test/unit/models/page_template_test.rb",
1391-
"test/unit/models/site_test.rb",
1392-
"test/unit/models/permission_test.rb",
1406+
"test/unit/models/html_block_test.rb",
13931407
"test/unit/models/link_test.rb",
1394-
"test/unit/models/task_test.rb",
13951408
"test/unit/models/page_partial_test.rb",
1396-
"test/unit/models/user_test.rb",
1397-
"test/unit/models/file_block_test.rb",
1398-
"test/unit/models/category_type_test.rb",
13991409
"test/unit/models/page_route_test.rb",
1410+
"test/unit/models/page_template_test.rb",
1411+
"test/unit/models/page_test.rb",
1412+
"test/unit/models/permission_test.rb",
1413+
"test/unit/models/portlet_test.rb",
1414+
"test/unit/models/section_node_test.rb",
14001415
"test/unit/models/sections_test.rb",
1401-
"test/unit/models/category_test.rb",
1402-
"test/unit/schema_statements_test.rb",
1403-
"test/unit/lib/acts_as_content_page_test.rb",
1404-
"test/unit/lib/generators_test.rb",
1405-
"test/unit/lib/routes_test.rb",
1406-
"test/unit/lib/cms_domain_support_test.rb",
1407-
"test/unit/lib/cms/authentication/controller_test.rb",
1408-
"test/unit/lib/content_rendering_support_test.rb",
1409-
"test/unit/lib/command_line_test.rb",
1410-
"test/unit/lib/content_block_test.rb",
1411-
"test/unit/helpers/menu_helper_test.rb",
1412-
"test/unit/helpers/application_helper_test.rb",
1413-
"test/unit/helpers/page_helper_test.rb",
1414-
"test/unit/helpers/form_builder_test.rb",
1415-
"test/unit/helpers/path_helper_test.rb",
1416-
"test/custom_assertions.rb",
1417-
"test/test_logging.rb",
1418-
"test/factories.rb",
1419-
"test/test_helper.rb"
1416+
"test/unit/models/site_test.rb",
1417+
"test/unit/models/task_test.rb",
1418+
"test/unit/models/user_test.rb",
1419+
"test/unit/schema_statements_test.rb"
14201420
]
14211421

14221422
if s.respond_to? :specification_version then
14231423
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
14241424
s.specification_version = 3
14251425

1426-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
1426+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
14271427
else
14281428
end
14291429
else

0 commit comments

Comments
 (0)