ledge 0.1.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.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +32 -0
- data/app/assets/javascripts/ledge/index.coffee +138 -0
- data/app/assets/javascripts/ledge/rows/heading.coffee +20 -0
- data/app/assets/javascripts/ledge/rows/heading.rb +19 -0
- data/app/assets/javascripts/ledge/rows/row.coffee +9 -0
- data/app/assets/javascripts/ledge/rows/row.rb +9 -0
- data/app/assets/javascripts/ledge/rows/text.coffee +6 -0
- data/app/assets/javascripts/ledge/rows/text.rb +5 -0
- data/app/assets/stylesheets/ledge/index.scss +165 -0
- data/lib/ledge/column.rb +20 -0
- data/lib/ledge/columns.rb +21 -0
- data/lib/ledge/row.rb +25 -0
- data/lib/ledge/row_heading.rb +13 -0
- data/lib/ledge/uses_ledge.rb +50 -0
- data/lib/ledge/version.rb +3 -0
- data/lib/ledge.rb +6 -0
- data/lib/tasks/ledge_tasks.rake +4 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +14 -0
- data/test/dummy/app/assets/javascripts/jquery-1.11.2.min.js +4 -0
- data/test/dummy/app/assets/javascripts/pages.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +16 -0
- data/test/dummy/app/assets/stylesheets/pages.css +4 -0
- data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/controllers/pages_controller.rb +58 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/pages_helper.rb +2 -0
- data/test/dummy/app/models/page.rb +3 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/pages/_form.html.erb +22 -0
- data/test/dummy/app/views/pages/edit.html.erb +6 -0
- data/test/dummy/app/views/pages/index.html.erb +27 -0
- data/test/dummy/app/views/pages/new.html.erb +5 -0
- data/test/dummy/app/views/pages/show.html.erb +8 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +23 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +78 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/assets.rb +8 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20150117205728_create_pages.rb +10 -0
- data/test/dummy/db/schema.rb +23 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +31988 -0
- data/test/dummy/log/test.log +5 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/test/controllers/pages_controller_test.rb +49 -0
- data/test/dummy/test/fixtures/pages.yml +9 -0
- data/test/dummy/test/helpers/pages_helper_test.rb +4 -0
- data/test/dummy/test/models/page_test.rb +7 -0
- data/test/dummy/tmp/cache/assets/development/sass/54bc5845a5f08ddefe5e6129fbfbcfb558803baa/index.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/098457da4db950157d6036137af33f0a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0f1e224003d74d132651ab92f55c07cd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/0f37e92e88f4c499c249b9cc41b4934b +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1bb9d859b60e4d4d172d0add00b00c6e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1f178edd2e49aaded12690c902dbc08a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/23bd01f0b9d4c39189b2656987b34fc7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/250642107cf0f70ba78131e594a4f018 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2aa25ec184514bb7dd20b552e78db810 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/31002ec7f30dc508e631e1e5e7de35de +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/50dd5048cba4d140a7e7bc341b7f5fb8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/524593e2befad4fd9aa51cb8783cae20 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/58e369b37e5157ea746a485eea17e9f7 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/634d5e38cd0bb46b9824d6bdef4033a8 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6bf8868ce94dffa71bcb360c1ec27f12 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/748ad4e3b45037904c6542e308ebc4bd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7ae10239eda2588a95fdcc7d871bef52 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/7e8959ae4ffe0a173b25b1887e335126 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/8d5d60255600aa010a32e1d1a9bc6db6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/98f11b8b54ab770bc4be1edf16cf659a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/9ae6aabb17f9b9e45c62912f21f52883 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b3d9b0e88cdded276ebdce333e338a85 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b8c3c878749c531d3d75b1ae89675b53 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b9d0d3f5d1a22e97fe46db5da4c6a129 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c545cb75e6b46b9004b22dd12ec23abb +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d8a859e7c3478ca6cbfcfbf2ced98000 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/dd4918aca468e2fe7bf61814631a1758 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e17e7b5a8e469593820bdbb4bed3283e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e372415e69cccb3eda079f6be49ad225 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f6501694c4b72c124f167de3e87b8cee +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f72e72ebd1884d808afb460eaafa915f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/ledge_test.rb +7 -0
- data/test/test_helper.rb +16 -0
- metadata +328 -0
metadata
ADDED
@@ -0,0 +1,328 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: ledge
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- James Birtles
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2015-02-07 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rails
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 4.2.0
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 4.2.0
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: coffee-rails
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 4.1.0
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 4.1.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: jquery-rails
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 4.0.0
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 4.0.0
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: sass-rails
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 4.0.3
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 4.0.3
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: sqlite3
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
description: A wysiwyg page editor allowing advanced layouts of pages, with a simple
|
84
|
+
interface
|
85
|
+
email:
|
86
|
+
- jameshbirtles@gmail.com
|
87
|
+
executables: []
|
88
|
+
extensions: []
|
89
|
+
extra_rdoc_files: []
|
90
|
+
files:
|
91
|
+
- MIT-LICENSE
|
92
|
+
- README.rdoc
|
93
|
+
- Rakefile
|
94
|
+
- app/assets/javascripts/ledge/index.coffee
|
95
|
+
- app/assets/javascripts/ledge/rows/heading.coffee
|
96
|
+
- app/assets/javascripts/ledge/rows/heading.rb
|
97
|
+
- app/assets/javascripts/ledge/rows/row.coffee
|
98
|
+
- app/assets/javascripts/ledge/rows/row.rb
|
99
|
+
- app/assets/javascripts/ledge/rows/text.coffee
|
100
|
+
- app/assets/javascripts/ledge/rows/text.rb
|
101
|
+
- app/assets/stylesheets/ledge/index.scss
|
102
|
+
- lib/ledge.rb
|
103
|
+
- lib/ledge/column.rb
|
104
|
+
- lib/ledge/columns.rb
|
105
|
+
- lib/ledge/row.rb
|
106
|
+
- lib/ledge/row_heading.rb
|
107
|
+
- lib/ledge/uses_ledge.rb
|
108
|
+
- lib/ledge/version.rb
|
109
|
+
- lib/tasks/ledge_tasks.rake
|
110
|
+
- test/dummy/README.rdoc
|
111
|
+
- test/dummy/Rakefile
|
112
|
+
- test/dummy/app/assets/javascripts/application.js
|
113
|
+
- test/dummy/app/assets/javascripts/jquery-1.11.2.min.js
|
114
|
+
- test/dummy/app/assets/javascripts/pages.js
|
115
|
+
- test/dummy/app/assets/stylesheets/application.css
|
116
|
+
- test/dummy/app/assets/stylesheets/pages.css
|
117
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
118
|
+
- test/dummy/app/controllers/application_controller.rb
|
119
|
+
- test/dummy/app/controllers/pages_controller.rb
|
120
|
+
- test/dummy/app/helpers/application_helper.rb
|
121
|
+
- test/dummy/app/helpers/pages_helper.rb
|
122
|
+
- test/dummy/app/models/page.rb
|
123
|
+
- test/dummy/app/views/layouts/application.html.erb
|
124
|
+
- test/dummy/app/views/pages/_form.html.erb
|
125
|
+
- test/dummy/app/views/pages/edit.html.erb
|
126
|
+
- test/dummy/app/views/pages/index.html.erb
|
127
|
+
- test/dummy/app/views/pages/new.html.erb
|
128
|
+
- test/dummy/app/views/pages/show.html.erb
|
129
|
+
- test/dummy/bin/bundle
|
130
|
+
- test/dummy/bin/rails
|
131
|
+
- test/dummy/bin/rake
|
132
|
+
- test/dummy/config.ru
|
133
|
+
- test/dummy/config/application.rb
|
134
|
+
- test/dummy/config/boot.rb
|
135
|
+
- test/dummy/config/database.yml
|
136
|
+
- test/dummy/config/environment.rb
|
137
|
+
- test/dummy/config/environments/development.rb
|
138
|
+
- test/dummy/config/environments/production.rb
|
139
|
+
- test/dummy/config/environments/test.rb
|
140
|
+
- test/dummy/config/initializers/assets.rb
|
141
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
142
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
143
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
144
|
+
- test/dummy/config/initializers/inflections.rb
|
145
|
+
- test/dummy/config/initializers/mime_types.rb
|
146
|
+
- test/dummy/config/initializers/session_store.rb
|
147
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
148
|
+
- test/dummy/config/locales/en.yml
|
149
|
+
- test/dummy/config/routes.rb
|
150
|
+
- test/dummy/config/secrets.yml
|
151
|
+
- test/dummy/db/development.sqlite3
|
152
|
+
- test/dummy/db/migrate/20150117205728_create_pages.rb
|
153
|
+
- test/dummy/db/schema.rb
|
154
|
+
- test/dummy/db/test.sqlite3
|
155
|
+
- test/dummy/log/development.log
|
156
|
+
- test/dummy/log/test.log
|
157
|
+
- test/dummy/public/404.html
|
158
|
+
- test/dummy/public/422.html
|
159
|
+
- test/dummy/public/500.html
|
160
|
+
- test/dummy/public/favicon.ico
|
161
|
+
- test/dummy/test/controllers/pages_controller_test.rb
|
162
|
+
- test/dummy/test/fixtures/pages.yml
|
163
|
+
- test/dummy/test/helpers/pages_helper_test.rb
|
164
|
+
- test/dummy/test/models/page_test.rb
|
165
|
+
- test/dummy/tmp/cache/assets/development/sass/54bc5845a5f08ddefe5e6129fbfbcfb558803baa/index.scssc
|
166
|
+
- test/dummy/tmp/cache/assets/development/sprockets/098457da4db950157d6036137af33f0a
|
167
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0f1e224003d74d132651ab92f55c07cd
|
168
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0f37e92e88f4c499c249b9cc41b4934b
|
169
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
170
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1bb9d859b60e4d4d172d0add00b00c6e
|
171
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1f178edd2e49aaded12690c902dbc08a
|
172
|
+
- test/dummy/tmp/cache/assets/development/sprockets/23bd01f0b9d4c39189b2656987b34fc7
|
173
|
+
- test/dummy/tmp/cache/assets/development/sprockets/250642107cf0f70ba78131e594a4f018
|
174
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2aa25ec184514bb7dd20b552e78db810
|
175
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
176
|
+
- test/dummy/tmp/cache/assets/development/sprockets/31002ec7f30dc508e631e1e5e7de35de
|
177
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
178
|
+
- test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212
|
179
|
+
- test/dummy/tmp/cache/assets/development/sprockets/50dd5048cba4d140a7e7bc341b7f5fb8
|
180
|
+
- test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5
|
181
|
+
- test/dummy/tmp/cache/assets/development/sprockets/524593e2befad4fd9aa51cb8783cae20
|
182
|
+
- test/dummy/tmp/cache/assets/development/sprockets/58e369b37e5157ea746a485eea17e9f7
|
183
|
+
- test/dummy/tmp/cache/assets/development/sprockets/634d5e38cd0bb46b9824d6bdef4033a8
|
184
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6bf8868ce94dffa71bcb360c1ec27f12
|
185
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2
|
186
|
+
- test/dummy/tmp/cache/assets/development/sprockets/748ad4e3b45037904c6542e308ebc4bd
|
187
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7ae10239eda2588a95fdcc7d871bef52
|
188
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7e8959ae4ffe0a173b25b1887e335126
|
189
|
+
- test/dummy/tmp/cache/assets/development/sprockets/8d5d60255600aa010a32e1d1a9bc6db6
|
190
|
+
- test/dummy/tmp/cache/assets/development/sprockets/98f11b8b54ab770bc4be1edf16cf659a
|
191
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9ae6aabb17f9b9e45c62912f21f52883
|
192
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b3d9b0e88cdded276ebdce333e338a85
|
193
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b8c3c878749c531d3d75b1ae89675b53
|
194
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b9d0d3f5d1a22e97fe46db5da4c6a129
|
195
|
+
- test/dummy/tmp/cache/assets/development/sprockets/c545cb75e6b46b9004b22dd12ec23abb
|
196
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
197
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
198
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d8a859e7c3478ca6cbfcfbf2ced98000
|
199
|
+
- test/dummy/tmp/cache/assets/development/sprockets/dd4918aca468e2fe7bf61814631a1758
|
200
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e17e7b5a8e469593820bdbb4bed3283e
|
201
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e372415e69cccb3eda079f6be49ad225
|
202
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f6501694c4b72c124f167de3e87b8cee
|
203
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f72e72ebd1884d808afb460eaafa915f
|
204
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
205
|
+
- test/ledge_test.rb
|
206
|
+
- test/test_helper.rb
|
207
|
+
homepage: http://github.com/JamesHBirtles/ledge
|
208
|
+
licenses:
|
209
|
+
- MPL-2.0
|
210
|
+
metadata: {}
|
211
|
+
post_install_message:
|
212
|
+
rdoc_options: []
|
213
|
+
require_paths:
|
214
|
+
- lib
|
215
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
216
|
+
requirements:
|
217
|
+
- - ">="
|
218
|
+
- !ruby/object:Gem::Version
|
219
|
+
version: '0'
|
220
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
221
|
+
requirements:
|
222
|
+
- - ">="
|
223
|
+
- !ruby/object:Gem::Version
|
224
|
+
version: '0'
|
225
|
+
requirements: []
|
226
|
+
rubyforge_project:
|
227
|
+
rubygems_version: 2.4.4
|
228
|
+
signing_key:
|
229
|
+
specification_version: 4
|
230
|
+
summary: A wysiwyg page editor allowing advanced layouts of pages, with a simple interface
|
231
|
+
test_files:
|
232
|
+
- test/dummy/app/assets/javascripts/application.js
|
233
|
+
- test/dummy/app/assets/javascripts/jquery-1.11.2.min.js
|
234
|
+
- test/dummy/app/assets/javascripts/pages.js
|
235
|
+
- test/dummy/app/assets/stylesheets/application.css
|
236
|
+
- test/dummy/app/assets/stylesheets/pages.css
|
237
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
238
|
+
- test/dummy/app/controllers/application_controller.rb
|
239
|
+
- test/dummy/app/controllers/pages_controller.rb
|
240
|
+
- test/dummy/app/helpers/application_helper.rb
|
241
|
+
- test/dummy/app/helpers/pages_helper.rb
|
242
|
+
- test/dummy/app/models/page.rb
|
243
|
+
- test/dummy/app/views/layouts/application.html.erb
|
244
|
+
- test/dummy/app/views/pages/edit.html.erb
|
245
|
+
- test/dummy/app/views/pages/index.html.erb
|
246
|
+
- test/dummy/app/views/pages/new.html.erb
|
247
|
+
- test/dummy/app/views/pages/show.html.erb
|
248
|
+
- test/dummy/app/views/pages/_form.html.erb
|
249
|
+
- test/dummy/bin/bundle
|
250
|
+
- test/dummy/bin/rails
|
251
|
+
- test/dummy/bin/rake
|
252
|
+
- test/dummy/config/application.rb
|
253
|
+
- test/dummy/config/boot.rb
|
254
|
+
- test/dummy/config/database.yml
|
255
|
+
- test/dummy/config/environment.rb
|
256
|
+
- test/dummy/config/environments/development.rb
|
257
|
+
- test/dummy/config/environments/production.rb
|
258
|
+
- test/dummy/config/environments/test.rb
|
259
|
+
- test/dummy/config/initializers/assets.rb
|
260
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
261
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
262
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
263
|
+
- test/dummy/config/initializers/inflections.rb
|
264
|
+
- test/dummy/config/initializers/mime_types.rb
|
265
|
+
- test/dummy/config/initializers/session_store.rb
|
266
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
267
|
+
- test/dummy/config/locales/en.yml
|
268
|
+
- test/dummy/config/routes.rb
|
269
|
+
- test/dummy/config/secrets.yml
|
270
|
+
- test/dummy/config.ru
|
271
|
+
- test/dummy/db/development.sqlite3
|
272
|
+
- test/dummy/db/migrate/20150117205728_create_pages.rb
|
273
|
+
- test/dummy/db/schema.rb
|
274
|
+
- test/dummy/db/test.sqlite3
|
275
|
+
- test/dummy/log/development.log
|
276
|
+
- test/dummy/log/test.log
|
277
|
+
- test/dummy/public/404.html
|
278
|
+
- test/dummy/public/422.html
|
279
|
+
- test/dummy/public/500.html
|
280
|
+
- test/dummy/public/favicon.ico
|
281
|
+
- test/dummy/Rakefile
|
282
|
+
- test/dummy/README.rdoc
|
283
|
+
- test/dummy/test/controllers/pages_controller_test.rb
|
284
|
+
- test/dummy/test/fixtures/pages.yml
|
285
|
+
- test/dummy/test/helpers/pages_helper_test.rb
|
286
|
+
- test/dummy/test/models/page_test.rb
|
287
|
+
- test/dummy/tmp/cache/assets/development/sass/54bc5845a5f08ddefe5e6129fbfbcfb558803baa/index.scssc
|
288
|
+
- test/dummy/tmp/cache/assets/development/sprockets/098457da4db950157d6036137af33f0a
|
289
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0f1e224003d74d132651ab92f55c07cd
|
290
|
+
- test/dummy/tmp/cache/assets/development/sprockets/0f37e92e88f4c499c249b9cc41b4934b
|
291
|
+
- test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
|
292
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1bb9d859b60e4d4d172d0add00b00c6e
|
293
|
+
- test/dummy/tmp/cache/assets/development/sprockets/1f178edd2e49aaded12690c902dbc08a
|
294
|
+
- test/dummy/tmp/cache/assets/development/sprockets/23bd01f0b9d4c39189b2656987b34fc7
|
295
|
+
- test/dummy/tmp/cache/assets/development/sprockets/250642107cf0f70ba78131e594a4f018
|
296
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2aa25ec184514bb7dd20b552e78db810
|
297
|
+
- test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
|
298
|
+
- test/dummy/tmp/cache/assets/development/sprockets/31002ec7f30dc508e631e1e5e7de35de
|
299
|
+
- test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
|
300
|
+
- test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212
|
301
|
+
- test/dummy/tmp/cache/assets/development/sprockets/50dd5048cba4d140a7e7bc341b7f5fb8
|
302
|
+
- test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5
|
303
|
+
- test/dummy/tmp/cache/assets/development/sprockets/524593e2befad4fd9aa51cb8783cae20
|
304
|
+
- test/dummy/tmp/cache/assets/development/sprockets/58e369b37e5157ea746a485eea17e9f7
|
305
|
+
- test/dummy/tmp/cache/assets/development/sprockets/634d5e38cd0bb46b9824d6bdef4033a8
|
306
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6bf8868ce94dffa71bcb360c1ec27f12
|
307
|
+
- test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2
|
308
|
+
- test/dummy/tmp/cache/assets/development/sprockets/748ad4e3b45037904c6542e308ebc4bd
|
309
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7ae10239eda2588a95fdcc7d871bef52
|
310
|
+
- test/dummy/tmp/cache/assets/development/sprockets/7e8959ae4ffe0a173b25b1887e335126
|
311
|
+
- test/dummy/tmp/cache/assets/development/sprockets/8d5d60255600aa010a32e1d1a9bc6db6
|
312
|
+
- test/dummy/tmp/cache/assets/development/sprockets/98f11b8b54ab770bc4be1edf16cf659a
|
313
|
+
- test/dummy/tmp/cache/assets/development/sprockets/9ae6aabb17f9b9e45c62912f21f52883
|
314
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b3d9b0e88cdded276ebdce333e338a85
|
315
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b8c3c878749c531d3d75b1ae89675b53
|
316
|
+
- test/dummy/tmp/cache/assets/development/sprockets/b9d0d3f5d1a22e97fe46db5da4c6a129
|
317
|
+
- test/dummy/tmp/cache/assets/development/sprockets/c545cb75e6b46b9004b22dd12ec23abb
|
318
|
+
- test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
|
319
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
|
320
|
+
- test/dummy/tmp/cache/assets/development/sprockets/d8a859e7c3478ca6cbfcfbf2ced98000
|
321
|
+
- test/dummy/tmp/cache/assets/development/sprockets/dd4918aca468e2fe7bf61814631a1758
|
322
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e17e7b5a8e469593820bdbb4bed3283e
|
323
|
+
- test/dummy/tmp/cache/assets/development/sprockets/e372415e69cccb3eda079f6be49ad225
|
324
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f6501694c4b72c124f167de3e87b8cee
|
325
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f72e72ebd1884d808afb460eaafa915f
|
326
|
+
- test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
327
|
+
- test/ledge_test.rb
|
328
|
+
- test/test_helper.rb
|