|
5 | 5 |
|
6 | 6 | Gem::Specification.new do |s| |
7 | 7 | s.name = %q{browsercms} |
8 | | - s.version = "3.1.1" |
| 8 | + s.version = "3.1.2" |
9 | 9 |
|
10 | 10 | s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= |
11 | 11 | s.authors = ["BrowserMedia"] |
12 | | - s.date = %q{2010-06-28} |
| 12 | + s.date = %q{2010-06-30} |
13 | 13 | s.description = %q{General purpose Web Content Management in Rails.} |
14 | 14 | s.email = %q{github@browsermedia.com} |
15 | 15 | s.executables = ["browsercms", "bcms"] |
@@ -1342,88 +1342,88 @@ Gem::Specification.new do |s| |
1342 | 1342 | s.rdoc_options = ["--charset=UTF-8"] |
1343 | 1343 | s.require_paths = ["lib"] |
1344 | 1344 | s.rubyforge_project = %q{browsercms} |
1345 | | - s.rubygems_version = %q{1.3.5} |
| 1345 | + s.rubygems_version = %q{1.3.7} |
1346 | 1346 | 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.} |
1347 | 1347 | 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", |
1354 | 1350 | "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", |
1357 | 1353 | "test/functional/cms/content_block_controller_test.rb", |
1358 | | - "test/functional/cms/dashboard_controller_test.rb", |
| 1354 | + "test/functional/cms/content_controller_test.rb", |
1359 | 1355 | "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", |
1361 | 1361 | "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", |
1362 | 1366 | "test/functional/cms/section_nodes_controller_test.rb", |
1363 | | - "test/functional/cms/toolbar_controller_test.rb", |
| 1367 | + "test/functional/cms/sections_controller_test.rb", |
1364 | 1368 | "test/functional/cms/sessions_controller_test.rb", |
| 1369 | + "test/functional/cms/toolbar_controller_test.rb", |
1365 | 1370 | "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", |
1374 | 1377 | "test/unit/behaviors/attaching_test.rb", |
1375 | 1378 | "test/unit/behaviors/dynamic_attributes_test.rb", |
1376 | | - "test/unit/behaviors/taggable_test.rb", |
1377 | 1379 | "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", |
1378 | 1383 | "test/unit/extensions/hash_test.rb", |
1379 | 1384 | "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", |
1383 | 1398 | "test/unit/models/attachment_test.rb", |
| 1399 | + "test/unit/models/category_test.rb", |
| 1400 | + "test/unit/models/category_type_test.rb", |
1384 | 1401 | "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", |
1388 | 1402 | "test/unit/models/content_type_test.rb", |
| 1403 | + "test/unit/models/email_page_portlet_test.rb", |
| 1404 | + "test/unit/models/file_block_test.rb", |
1389 | 1405 | "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", |
1393 | 1407 | "test/unit/models/link_test.rb", |
1394 | | - "test/unit/models/task_test.rb", |
1395 | 1408 | "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", |
1399 | 1409 | "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", |
1400 | 1415 | "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" |
1420 | 1420 | ] |
1421 | 1421 |
|
1422 | 1422 | if s.respond_to? :specification_version then |
1423 | 1423 | current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION |
1424 | 1424 | s.specification_version = 3 |
1425 | 1425 |
|
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 |
1427 | 1427 | else |
1428 | 1428 | end |
1429 | 1429 | else |
|
0 commit comments