cmsable 0.0.5 → 0.0.6
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/MIT-LICENSE +0 -0
- data/README.rdoc +2 -0
- data/Rakefile +0 -0
- data/app/assets/images/cmsable/ajax-loader.gif +0 -0
- data/app/assets/images/cmsable/construction.png +0 -0
- data/app/assets/javascripts/cmsable/application.js +0 -0
- data/app/assets/javascripts/cmsable/cmsable.js +0 -0
- data/app/assets/stylesheets/cmsable/application.css +0 -0
- data/app/assets/stylesheets/cmsable/cmsable.css +0 -0
- data/app/controllers/cmsable/cmsable_controller.rb +0 -0
- data/app/helpers/cmsable/application_helper.rb +0 -0
- data/app/helpers/cmsable/cmsable_helper.rb +0 -0
- data/app/models/cmsable/content.rb +0 -0
- data/app/views/cmsable/cmsable/control.html.erb +0 -0
- data/config/routes.rb +0 -0
- data/db/migrate/20130308053818_create_cmsable_contents.rb +0 -0
- data/lib/cmsable/engine.rb +0 -0
- data/lib/cmsable/version.rb +1 -1
- data/lib/cmsable.rb +0 -0
- data/lib/tasks/cmsable_tasks.rake +0 -0
- data/test/cmsable_test.rb +0 -0
- data/test/dummy/README.rdoc +0 -0
- data/test/dummy/Rakefile +0 -0
- data/test/dummy/app/assets/javascripts/application.js +0 -0
- data/test/dummy/app/assets/stylesheets/application.css +0 -0
- data/test/dummy/app/controllers/application_controller.rb +0 -0
- data/test/dummy/app/helpers/application_helper.rb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +0 -0
- data/test/dummy/config/application.rb +0 -0
- data/test/dummy/config/boot.rb +0 -0
- data/test/dummy/config/database.yml +0 -0
- data/test/dummy/config/environment.rb +0 -0
- data/test/dummy/config/environments/development.rb +0 -0
- data/test/dummy/config/environments/production.rb +0 -0
- data/test/dummy/config/environments/test.rb +0 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -0
- data/test/dummy/config/initializers/inflections.rb +0 -0
- data/test/dummy/config/initializers/mime_types.rb +0 -0
- data/test/dummy/config/initializers/secret_token.rb +0 -0
- data/test/dummy/config/initializers/session_store.rb +0 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +0 -0
- data/test/dummy/config/locales/en.yml +0 -0
- data/test/dummy/config/routes.rb +0 -0
- data/test/dummy/config.ru +0 -0
- data/test/dummy/public/404.html +0 -0
- data/test/dummy/public/422.html +0 -0
- data/test/dummy/public/500.html +0 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/functional/cmsable/cmsable_controller_test.rb +0 -0
- data/test/integration/navigation_test.rb +0 -0
- data/test/test_helper.rb +0 -0
- data/test/unit/helpers/cmsable/cmsable_helper_test.rb +0 -0
- metadata +49 -49
data/MIT-LICENSE
CHANGED
File without changes
|
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/config/routes.rb
CHANGED
File without changes
|
File without changes
|
data/lib/cmsable/engine.rb
CHANGED
File without changes
|
data/lib/cmsable/version.rb
CHANGED
data/lib/cmsable.rb
CHANGED
File without changes
|
File without changes
|
data/test/cmsable_test.rb
CHANGED
File without changes
|
data/test/dummy/README.rdoc
CHANGED
File without changes
|
data/test/dummy/Rakefile
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/dummy/config/boot.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/dummy/config/routes.rb
CHANGED
File without changes
|
data/test/dummy/config.ru
CHANGED
File without changes
|
data/test/dummy/public/404.html
CHANGED
File without changes
|
data/test/dummy/public/422.html
CHANGED
File without changes
|
data/test/dummy/public/500.html
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/test_helper.rb
CHANGED
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cmsable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,24 +9,24 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-01-30 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.2
|
21
|
+
version: '3.2'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
none: false
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 3.2
|
29
|
+
version: '3.2'
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: ckeditor
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -83,59 +83,59 @@ executables: []
|
|
83
83
|
extensions: []
|
84
84
|
extra_rdoc_files: []
|
85
85
|
files:
|
86
|
-
- app/controllers/cmsable/cmsable_controller.rb
|
87
86
|
- app/models/cmsable/content.rb
|
88
|
-
- app/assets/
|
89
|
-
- app/assets/
|
87
|
+
- app/assets/stylesheets/cmsable/application.css
|
88
|
+
- app/assets/stylesheets/cmsable/cmsable.css
|
90
89
|
- app/assets/javascripts/cmsable/cmsable.js
|
91
90
|
- app/assets/javascripts/cmsable/application.js
|
92
|
-
- app/assets/
|
93
|
-
- app/assets/
|
94
|
-
- app/views/cmsable/cmsable/control.html.erb
|
91
|
+
- app/assets/images/cmsable/construction.png
|
92
|
+
- app/assets/images/cmsable/ajax-loader.gif
|
95
93
|
- app/helpers/cmsable/cmsable_helper.rb
|
96
94
|
- app/helpers/cmsable/application_helper.rb
|
95
|
+
- app/views/cmsable/cmsable/control.html.erb
|
96
|
+
- app/controllers/cmsable/cmsable_controller.rb
|
97
97
|
- config/routes.rb
|
98
98
|
- db/migrate/20130308053818_create_cmsable_contents.rb
|
99
|
+
- lib/cmsable.rb
|
99
100
|
- lib/cmsable/version.rb
|
100
101
|
- lib/cmsable/engine.rb
|
101
|
-
- lib/cmsable.rb
|
102
102
|
- lib/tasks/cmsable_tasks.rake
|
103
103
|
- MIT-LICENSE
|
104
104
|
- Rakefile
|
105
105
|
- README.rdoc
|
106
|
-
- test/integration/navigation_test.rb
|
107
|
-
- test/unit/helpers/cmsable/cmsable_helper_test.rb
|
108
|
-
- test/functional/cmsable/cmsable_controller_test.rb
|
109
|
-
- test/test_helper.rb
|
110
106
|
- test/cmsable_test.rb
|
111
107
|
- test/dummy/config.ru
|
112
|
-
- test/dummy/config/environments/test.rb
|
113
|
-
- test/dummy/config/environments/development.rb
|
114
|
-
- test/dummy/config/environments/production.rb
|
115
|
-
- test/dummy/config/environment.rb
|
116
|
-
- test/dummy/config/boot.rb
|
117
108
|
- test/dummy/config/initializers/mime_types.rb
|
118
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
119
109
|
- test/dummy/config/initializers/session_store.rb
|
110
|
+
- test/dummy/config/initializers/inflections.rb
|
111
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
120
112
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
121
113
|
- test/dummy/config/initializers/secret_token.rb
|
122
|
-
- test/dummy/config/
|
123
|
-
- test/dummy/config/
|
114
|
+
- test/dummy/config/environments/production.rb
|
115
|
+
- test/dummy/config/environments/test.rb
|
116
|
+
- test/dummy/config/environments/development.rb
|
124
117
|
- test/dummy/config/locales/en.yml
|
125
118
|
- test/dummy/config/routes.rb
|
119
|
+
- test/dummy/config/environment.rb
|
126
120
|
- test/dummy/config/application.rb
|
127
|
-
- test/dummy/
|
128
|
-
- test/dummy/
|
121
|
+
- test/dummy/config/boot.rb
|
122
|
+
- test/dummy/config/database.yml
|
129
123
|
- test/dummy/app/assets/stylesheets/application.css
|
130
|
-
- test/dummy/app/
|
124
|
+
- test/dummy/app/assets/javascripts/application.js
|
131
125
|
- test/dummy/app/helpers/application_helper.rb
|
126
|
+
- test/dummy/app/views/layouts/application.html.erb
|
127
|
+
- test/dummy/app/controllers/application_controller.rb
|
132
128
|
- test/dummy/script/rails
|
133
|
-
- test/dummy/
|
134
|
-
- test/dummy/public/favicon.ico
|
129
|
+
- test/dummy/Rakefile
|
135
130
|
- test/dummy/public/404.html
|
131
|
+
- test/dummy/public/favicon.ico
|
132
|
+
- test/dummy/public/422.html
|
136
133
|
- test/dummy/public/500.html
|
137
134
|
- test/dummy/README.rdoc
|
138
|
-
- test/
|
135
|
+
- test/integration/navigation_test.rb
|
136
|
+
- test/functional/cmsable/cmsable_controller_test.rb
|
137
|
+
- test/test_helper.rb
|
138
|
+
- test/unit/helpers/cmsable/cmsable_helper_test.rb
|
139
139
|
homepage: http://www.hardhatdigital.com.au/
|
140
140
|
licenses: []
|
141
141
|
post_install_message:
|
@@ -161,36 +161,36 @@ signing_key:
|
|
161
161
|
specification_version: 3
|
162
162
|
summary: Inline editing of page content
|
163
163
|
test_files:
|
164
|
-
- test/integration/navigation_test.rb
|
165
|
-
- test/unit/helpers/cmsable/cmsable_helper_test.rb
|
166
|
-
- test/functional/cmsable/cmsable_controller_test.rb
|
167
|
-
- test/test_helper.rb
|
168
164
|
- test/cmsable_test.rb
|
169
165
|
- test/dummy/config.ru
|
170
|
-
- test/dummy/config/environments/test.rb
|
171
|
-
- test/dummy/config/environments/development.rb
|
172
|
-
- test/dummy/config/environments/production.rb
|
173
|
-
- test/dummy/config/environment.rb
|
174
|
-
- test/dummy/config/boot.rb
|
175
166
|
- test/dummy/config/initializers/mime_types.rb
|
176
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
177
167
|
- test/dummy/config/initializers/session_store.rb
|
168
|
+
- test/dummy/config/initializers/inflections.rb
|
169
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
178
170
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
179
171
|
- test/dummy/config/initializers/secret_token.rb
|
180
|
-
- test/dummy/config/
|
181
|
-
- test/dummy/config/
|
172
|
+
- test/dummy/config/environments/production.rb
|
173
|
+
- test/dummy/config/environments/test.rb
|
174
|
+
- test/dummy/config/environments/development.rb
|
182
175
|
- test/dummy/config/locales/en.yml
|
183
176
|
- test/dummy/config/routes.rb
|
177
|
+
- test/dummy/config/environment.rb
|
184
178
|
- test/dummy/config/application.rb
|
185
|
-
- test/dummy/
|
186
|
-
- test/dummy/
|
179
|
+
- test/dummy/config/boot.rb
|
180
|
+
- test/dummy/config/database.yml
|
187
181
|
- test/dummy/app/assets/stylesheets/application.css
|
188
|
-
- test/dummy/app/
|
182
|
+
- test/dummy/app/assets/javascripts/application.js
|
189
183
|
- test/dummy/app/helpers/application_helper.rb
|
184
|
+
- test/dummy/app/views/layouts/application.html.erb
|
185
|
+
- test/dummy/app/controllers/application_controller.rb
|
190
186
|
- test/dummy/script/rails
|
191
|
-
- test/dummy/
|
192
|
-
- test/dummy/public/favicon.ico
|
187
|
+
- test/dummy/Rakefile
|
193
188
|
- test/dummy/public/404.html
|
189
|
+
- test/dummy/public/favicon.ico
|
190
|
+
- test/dummy/public/422.html
|
194
191
|
- test/dummy/public/500.html
|
195
192
|
- test/dummy/README.rdoc
|
196
|
-
- test/
|
193
|
+
- test/integration/navigation_test.rb
|
194
|
+
- test/functional/cmsable/cmsable_controller_test.rb
|
195
|
+
- test/test_helper.rb
|
196
|
+
- test/unit/helpers/cmsable/cmsable_helper_test.rb
|