browsercms 3.1.2 → 3.1.3
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.
- data/app/models/page.rb +7 -2
- data/browsercms.gemspec +1393 -1394
- data/lib/cms/version.rb +1 -1
- metadata +6 -6
data/lib/cms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: browsercms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 3.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 3.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- BrowserMedia
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-03-22 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -1430,8 +1430,8 @@ homepage: http://www.browsercms.org
|
|
|
1430
1430
|
licenses: []
|
|
1431
1431
|
|
|
1432
1432
|
post_install_message:
|
|
1433
|
-
rdoc_options:
|
|
1434
|
-
|
|
1433
|
+
rdoc_options: []
|
|
1434
|
+
|
|
1435
1435
|
require_paths:
|
|
1436
1436
|
- lib
|
|
1437
1437
|
required_ruby_version: !ruby/object:Gem::Requirement
|