we5-browsercms 3.0.1.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: we5-browsercms
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BrowserMedia
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-14 00:00:00 -07:00
12
+ date: 2009-10-14 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -233,7 +233,6 @@ files:
233
233
  - app/views/portlets/portlets/_form.html.erb
234
234
  - app/views/portlets/tag_cloud/_form.html.erb
235
235
  - app/views/portlets/tag_cloud/render.html.erb
236
- - browsercms.gemspec
237
236
  - db/demo/data.rb
238
237
  - db/demo/page_partials/_footer.html.erb
239
238
  - db/demo/page_partials/_header.html.erb
@@ -553,6 +552,7 @@ files:
553
552
  - doc/app/index.html
554
553
  - doc/app/rdoc-style.css
555
554
  - doc/guides/html/build_it_yourself.html
555
+ - doc/guides/html/building_modules.html
556
556
  - doc/guides/html/deployment_guide.html
557
557
  - doc/guides/html/designer_guide.html
558
558
  - doc/guides/html/developer_guide.html
@@ -1233,11 +1233,13 @@ files:
1233
1233
  - templates/blank.rb
1234
1234
  - templates/demo.rb
1235
1235
  - templates/module.rb
1236
+ - we5-browsercms.gemspec
1236
1237
  - LICENSE.txt
1237
1238
  - README.markdown
1238
1239
  has_rdoc: true
1239
1240
  homepage: http://www.browsercms.org
1240
- licenses:
1241
+ licenses: []
1242
+
1241
1243
  post_install_message:
1242
1244
  rdoc_options:
1243
1245
  - --charset=UTF-8
@@ -1260,7 +1262,7 @@ requirements: []
1260
1262
  rubyforge_project: browsercms
1261
1263
  rubygems_version: 1.3.5
1262
1264
  signing_key:
1263
- specification_version: 2
1265
+ specification_version: 3
1264
1266
  summary: BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails.
1265
1267
  test_files:
1266
1268
  - test/custom_assertions.rb
@@ -1303,6 +1305,7 @@ test_files:
1303
1305
  - test/unit/helpers/path_helper_test.rb
1304
1306
  - test/unit/lib/content_block_test.rb
1305
1307
  - test/unit/lib/generators_test.rb
1308
+ - test/unit/lib/routes_test.rb
1306
1309
  - test/unit/models/attachment_test.rb
1307
1310
  - test/unit/models/category_test.rb
1308
1311
  - test/unit/models/category_type_test.rb
@@ -1324,3 +1327,4 @@ test_files:
1324
1327
  - test/unit/models/site_test.rb
1325
1328
  - test/unit/models/task_test.rb
1326
1329
  - test/unit/models/user_test.rb
1330
+ - test/unit/schema_statements_test.rb