cmsable 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/MIT-LICENSE +0 -0
  2. data/README.rdoc +2 -0
  3. data/Rakefile +0 -0
  4. data/app/assets/images/cmsable/ajax-loader.gif +0 -0
  5. data/app/assets/images/cmsable/construction.png +0 -0
  6. data/app/assets/javascripts/cmsable/application.js +0 -0
  7. data/app/assets/javascripts/cmsable/cmsable.js +0 -0
  8. data/app/assets/stylesheets/cmsable/application.css +0 -0
  9. data/app/assets/stylesheets/cmsable/cmsable.css +0 -0
  10. data/app/controllers/cmsable/cmsable_controller.rb +0 -0
  11. data/app/helpers/cmsable/application_helper.rb +0 -0
  12. data/app/helpers/cmsable/cmsable_helper.rb +0 -0
  13. data/app/models/cmsable/content.rb +0 -0
  14. data/app/views/cmsable/cmsable/control.html.erb +0 -0
  15. data/config/routes.rb +0 -0
  16. data/db/migrate/20130308053818_create_cmsable_contents.rb +0 -0
  17. data/lib/cmsable/engine.rb +0 -0
  18. data/lib/cmsable/version.rb +1 -1
  19. data/lib/cmsable.rb +0 -0
  20. data/lib/tasks/cmsable_tasks.rake +0 -0
  21. data/test/cmsable_test.rb +0 -0
  22. data/test/dummy/README.rdoc +0 -0
  23. data/test/dummy/Rakefile +0 -0
  24. data/test/dummy/app/assets/javascripts/application.js +0 -0
  25. data/test/dummy/app/assets/stylesheets/application.css +0 -0
  26. data/test/dummy/app/controllers/application_controller.rb +0 -0
  27. data/test/dummy/app/helpers/application_helper.rb +0 -0
  28. data/test/dummy/app/views/layouts/application.html.erb +0 -0
  29. data/test/dummy/config/application.rb +0 -0
  30. data/test/dummy/config/boot.rb +0 -0
  31. data/test/dummy/config/database.yml +0 -0
  32. data/test/dummy/config/environment.rb +0 -0
  33. data/test/dummy/config/environments/development.rb +0 -0
  34. data/test/dummy/config/environments/production.rb +0 -0
  35. data/test/dummy/config/environments/test.rb +0 -0
  36. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -0
  37. data/test/dummy/config/initializers/inflections.rb +0 -0
  38. data/test/dummy/config/initializers/mime_types.rb +0 -0
  39. data/test/dummy/config/initializers/secret_token.rb +0 -0
  40. data/test/dummy/config/initializers/session_store.rb +0 -0
  41. data/test/dummy/config/initializers/wrap_parameters.rb +0 -0
  42. data/test/dummy/config/locales/en.yml +0 -0
  43. data/test/dummy/config/routes.rb +0 -0
  44. data/test/dummy/config.ru +0 -0
  45. data/test/dummy/public/404.html +0 -0
  46. data/test/dummy/public/422.html +0 -0
  47. data/test/dummy/public/500.html +0 -0
  48. data/test/dummy/public/favicon.ico +0 -0
  49. data/test/functional/cmsable/cmsable_controller_test.rb +0 -0
  50. data/test/integration/navigation_test.rb +0 -0
  51. data/test/test_helper.rb +0 -0
  52. data/test/unit/helpers/cmsable/cmsable_helper_test.rb +0 -0
  53. metadata +49 -49
data/MIT-LICENSE CHANGED
File without changes
data/README.rdoc CHANGED
@@ -54,3 +54,5 @@ TODO
54
54
  Add other auth library support?
55
55
  Setup config initializer for added customizability
56
56
  Create some tests, I guess
57
+ Add support for "image mode" content
58
+ Change highlight so empty areas are still visible
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
File without changes
@@ -1,3 +1,3 @@
1
1
  module Cmsable
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/lib/cmsable.rb CHANGED
File without changes
File without changes
data/test/cmsable_test.rb CHANGED
File without changes
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
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.ru CHANGED
File without changes
File without changes
File without changes
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.5
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: 2013-06-25 00:00:00.000000000 Z
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.11
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.11
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/images/cmsable/construction.png
89
- - app/assets/images/cmsable/ajax-loader.gif
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/stylesheets/cmsable/cmsable.css
93
- - app/assets/stylesheets/cmsable/application.css
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/initializers/inflections.rb
123
- - test/dummy/config/database.yml
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/app/controllers/application_controller.rb
128
- - test/dummy/app/assets/javascripts/application.js
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/views/layouts/application.html.erb
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/public/422.html
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/dummy/Rakefile
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/initializers/inflections.rb
181
- - test/dummy/config/database.yml
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/app/controllers/application_controller.rb
186
- - test/dummy/app/assets/javascripts/application.js
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/views/layouts/application.html.erb
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/public/422.html
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/dummy/Rakefile
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