contentment 0.6.1 → 0.7.0
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/config/routes.rb +4 -4
- metadata +9 -6
data/config/routes.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Rails.application.routes.draw do
|
|
2
2
|
|
|
3
3
|
# We are adding full resources for bird and declaring which controller to use
|
|
4
|
-
resources :contents
|
|
4
|
+
# resources :contents
|
|
5
5
|
|
|
6
6
|
# If you had nests and wanted to nest your nests you would do:
|
|
7
7
|
|
|
@@ -13,6 +13,6 @@ Rails.application.routes.draw do
|
|
|
13
13
|
# the routes from the engine listed after any routes you define in the main
|
|
14
14
|
# app.
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
end
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
end
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: contentment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 3
|
|
5
|
+
prerelease:
|
|
5
6
|
segments:
|
|
6
7
|
- 0
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
version: 0.
|
|
8
|
+
- 7
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.7.0
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Bob Larrick
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2011-
|
|
18
|
+
date: 2011-09-21 00:00:00 -04:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies: []
|
|
20
21
|
|
|
@@ -59,6 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
59
60
|
requirements:
|
|
60
61
|
- - ">="
|
|
61
62
|
- !ruby/object:Gem::Version
|
|
63
|
+
hash: 3
|
|
62
64
|
segments:
|
|
63
65
|
- 0
|
|
64
66
|
version: "0"
|
|
@@ -67,13 +69,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
67
69
|
requirements:
|
|
68
70
|
- - ">="
|
|
69
71
|
- !ruby/object:Gem::Version
|
|
72
|
+
hash: 3
|
|
70
73
|
segments:
|
|
71
74
|
- 0
|
|
72
75
|
version: "0"
|
|
73
76
|
requirements: []
|
|
74
77
|
|
|
75
78
|
rubyforge_project: contentment
|
|
76
|
-
rubygems_version: 1.3.
|
|
79
|
+
rubygems_version: 1.3.9.2
|
|
77
80
|
signing_key:
|
|
78
81
|
specification_version: 3
|
|
79
82
|
summary: Rails Engine for simple content management.
|