beyond 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ 6355
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mihail Zdravkov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-10 00:00:00.000000000 Z
11
+ date: 2014-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -116,83 +116,90 @@ executables: []
116
116
  extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
- - app/controllers/beyond/tenants_controller.rb
120
- - app/controllers/beyond/plugins_controller.rb
119
+ - MIT-LICENSE
120
+ - README.rdoc
121
+ - Rakefile
122
+ - app/assets/javascripts/beyond/application.js
123
+ - app/assets/stylesheets/beyond/application.css
121
124
  - app/controllers/beyond/application_controller.rb
125
+ - app/controllers/beyond/plugins_controller.rb
126
+ - app/controllers/beyond/tenants_controller.rb
122
127
  - app/helpers/beyond/application_helper.rb
123
128
  - app/models/beyond/plugin.rb
124
- - app/models/beyond/user.rb
125
129
  - app/models/beyond/tenant.rb
126
- - app/assets/javascripts/beyond/application.js
127
- - app/assets/stylesheets/beyond/application.css
130
+ - app/models/beyond/user.rb
128
131
  - app/views/beyond/plugins/new.html.haml
129
132
  - app/views/beyond/tenants/edit.html.haml
130
- - app/views/beyond/tenants/show.html.haml
131
133
  - app/views/beyond/tenants/new.html.haml
134
+ - app/views/beyond/tenants/show.html.haml
132
135
  - app/views/beyond/users/_new.html.haml
133
136
  - config/initializers/devise.rb
134
- - config/routes.rb
135
137
  - config/locales/devise.en.yml
136
- - db/migrate/20140205145109_add_archive_to_plugins.rb
137
- - db/migrate/20140204173902_create_beyond_tenants.rb
138
+ - config/routes.rb
138
139
  - db/migrate/20140204173749_devise_create_beyond_users.rb
139
140
  - db/migrate/20140204173856_create_beyond_plugins.rb
140
- - lib/tasks/beyond_tasks.rake
141
+ - db/migrate/20140204173902_create_beyond_tenants.rb
142
+ - db/migrate/20140205145109_add_archive_to_plugins.rb
141
143
  - lib/beyond.rb
142
144
  - lib/beyond/engine.rb
143
145
  - lib/beyond/version.rb
144
- - MIT-LICENSE
145
- - Rakefile
146
- - README.rdoc
147
- - test/fixtures/beyond/plugins.yml
148
- - test/fixtures/beyond/tenants.yml
149
- - test/fixtures/beyond/users.yml
150
- - test/models/beyond/user_test.rb
151
- - test/models/beyond/tenant_test.rb
152
- - test/models/beyond/plugin_test.rb
153
- - test/integration/navigation_test.rb
146
+ - lib/tasks/beyond_tasks.rake
154
147
  - test/beyond_test.rb
155
- - test/dummy/tmp/cache/assets/development/sprockets/43d3076c25d714cbb447da5a78c73911
156
- - test/dummy/tmp/cache/assets/development/sprockets/a6ad7cf3aadcbe2d521f45adc1432fa8
157
- - test/dummy/tmp/cache/assets/development/sprockets/8fb0c7e5315821c90e3641f1b22d0947
158
- - test/dummy/tmp/cache/assets/development/sprockets/ae14fa652db78218572bb9d1bf21b675
159
- - test/dummy/tmp/cache/assets/development/sprockets/329c8e74ee84b2fbddd8695906f28ca4
160
- - test/dummy/tmp/cache/assets/development/sprockets/a778481f9e2ae19e9b47c1a12a5f36f1
161
- - test/dummy/public/500.html
162
- - test/dummy/public/422.html
163
- - test/dummy/public/favicon.ico
164
- - test/dummy/public/404.html
148
+ - test/dummy/README.rdoc
165
149
  - test/dummy/Rakefile
166
- - test/dummy/db/schema.rb
167
- - test/dummy/db/development.sqlite3
168
- - test/dummy/bin/rake
150
+ - test/dummy/app/assets/javascripts/application.js
151
+ - test/dummy/app/assets/stylesheets/application.css
152
+ - test/dummy/app/controllers/application_controller.rb
153
+ - test/dummy/app/helpers/application_helper.rb
154
+ - test/dummy/app/views/layouts/application.html.erb
169
155
  - test/dummy/bin/bundle
170
156
  - test/dummy/bin/rails
157
+ - test/dummy/bin/rake
158
+ - test/dummy/config.ru
159
+ - test/dummy/config/application.rb
171
160
  - test/dummy/config/application.yml
161
+ - test/dummy/config/boot.rb
162
+ - test/dummy/config/database.yml
163
+ - test/dummy/config/environment.rb
164
+ - test/dummy/config/environments/development.rb
165
+ - test/dummy/config/environments/production.rb
166
+ - test/dummy/config/environments/test.rb
172
167
  - test/dummy/config/initializers/backtrace_silencers.rb
173
- - test/dummy/config/initializers/mime_types.rb
174
- - test/dummy/config/initializers/wrap_parameters.rb
175
168
  - test/dummy/config/initializers/filter_parameter_logging.rb
169
+ - test/dummy/config/initializers/inflections.rb
170
+ - test/dummy/config/initializers/mime_types.rb
176
171
  - test/dummy/config/initializers/secret_token.rb
177
172
  - test/dummy/config/initializers/session_store.rb
178
- - test/dummy/config/initializers/inflections.rb
179
- - test/dummy/config/routes.rb
180
- - test/dummy/config/boot.rb
181
- - test/dummy/config/application.rb
173
+ - test/dummy/config/initializers/wrap_parameters.rb
182
174
  - test/dummy/config/locales/en.yml
183
- - test/dummy/config/database.yml
184
- - test/dummy/config/environments/test.rb
185
- - test/dummy/config/environments/development.rb
186
- - test/dummy/config/environments/production.rb
187
- - test/dummy/config/environment.rb
188
- - test/dummy/config.ru
189
- - test/dummy/app/controllers/application_controller.rb
190
- - test/dummy/app/helpers/application_helper.rb
191
- - test/dummy/app/assets/javascripts/application.js
192
- - test/dummy/app/assets/stylesheets/application.css
193
- - test/dummy/app/views/layouts/application.html.erb
175
+ - test/dummy/config/routes.rb
176
+ - test/dummy/db/development.sqlite3
177
+ - test/dummy/db/schema.rb
194
178
  - test/dummy/log/development.log
195
- - test/dummy/README.rdoc
179
+ - test/dummy/public/404.html
180
+ - test/dummy/public/422.html
181
+ - test/dummy/public/500.html
182
+ - test/dummy/public/favicon.ico
183
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
184
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
185
+ - test/dummy/tmp/cache/assets/development/sprockets/329c8e74ee84b2fbddd8695906f28ca4
186
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
187
+ - test/dummy/tmp/cache/assets/development/sprockets/43d3076c25d714cbb447da5a78c73911
188
+ - test/dummy/tmp/cache/assets/development/sprockets/8fb0c7e5315821c90e3641f1b22d0947
189
+ - test/dummy/tmp/cache/assets/development/sprockets/a6ad7cf3aadcbe2d521f45adc1432fa8
190
+ - test/dummy/tmp/cache/assets/development/sprockets/a778481f9e2ae19e9b47c1a12a5f36f1
191
+ - test/dummy/tmp/cache/assets/development/sprockets/ae14fa652db78218572bb9d1bf21b675
192
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
193
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
194
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
195
+ - test/dummy/tmp/pids/server.pid
196
+ - test/fixtures/beyond/plugins.yml
197
+ - test/fixtures/beyond/tenants.yml
198
+ - test/fixtures/beyond/users.yml
199
+ - test/integration/navigation_test.rb
200
+ - test/models/beyond/plugin_test.rb
201
+ - test/models/beyond/tenant_test.rb
202
+ - test/models/beyond/user_test.rb
196
203
  - test/test_helper.rb
197
204
  homepage: http://github.com/mzdravkov/beyond
198
205
  licenses: []
@@ -213,58 +220,65 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
220
  version: '0'
214
221
  requirements: []
215
222
  rubyforge_project:
216
- rubygems_version: 2.0.3
223
+ rubygems_version: 2.2.2
217
224
  signing_key:
218
225
  specification_version: 4
219
226
  summary: 'Deploy applications at runtime with one button click. Is it any good: yes.'
220
227
  test_files:
221
- - test/fixtures/beyond/plugins.yml
228
+ - test/beyond_test.rb
229
+ - test/integration/navigation_test.rb
222
230
  - test/fixtures/beyond/tenants.yml
231
+ - test/fixtures/beyond/plugins.yml
223
232
  - test/fixtures/beyond/users.yml
233
+ - test/models/beyond/plugin_test.rb
224
234
  - test/models/beyond/user_test.rb
225
235
  - test/models/beyond/tenant_test.rb
226
- - test/models/beyond/plugin_test.rb
227
- - test/integration/navigation_test.rb
228
- - test/beyond_test.rb
229
- - test/dummy/tmp/cache/assets/development/sprockets/43d3076c25d714cbb447da5a78c73911
230
- - test/dummy/tmp/cache/assets/development/sprockets/a6ad7cf3aadcbe2d521f45adc1432fa8
231
- - test/dummy/tmp/cache/assets/development/sprockets/8fb0c7e5315821c90e3641f1b22d0947
232
- - test/dummy/tmp/cache/assets/development/sprockets/ae14fa652db78218572bb9d1bf21b675
233
- - test/dummy/tmp/cache/assets/development/sprockets/329c8e74ee84b2fbddd8695906f28ca4
234
- - test/dummy/tmp/cache/assets/development/sprockets/a778481f9e2ae19e9b47c1a12a5f36f1
235
- - test/dummy/public/500.html
236
- - test/dummy/public/422.html
237
- - test/dummy/public/favicon.ico
238
- - test/dummy/public/404.html
239
- - test/dummy/Rakefile
240
- - test/dummy/db/schema.rb
241
- - test/dummy/db/development.sqlite3
242
- - test/dummy/bin/rake
243
- - test/dummy/bin/bundle
244
- - test/dummy/bin/rails
236
+ - test/dummy/log/development.log
237
+ - test/dummy/README.rdoc
238
+ - test/dummy/config/locales/en.yml
245
239
  - test/dummy/config/application.yml
240
+ - test/dummy/config/environment.rb
241
+ - test/dummy/config/database.yml
242
+ - test/dummy/config/environments/production.rb
243
+ - test/dummy/config/environments/development.rb
244
+ - test/dummy/config/environments/test.rb
245
+ - test/dummy/config/application.rb
246
+ - test/dummy/config/routes.rb
246
247
  - test/dummy/config/initializers/backtrace_silencers.rb
247
- - test/dummy/config/initializers/mime_types.rb
248
- - test/dummy/config/initializers/wrap_parameters.rb
249
- - test/dummy/config/initializers/filter_parameter_logging.rb
250
- - test/dummy/config/initializers/secret_token.rb
251
248
  - test/dummy/config/initializers/session_store.rb
249
+ - test/dummy/config/initializers/filter_parameter_logging.rb
250
+ - test/dummy/config/initializers/wrap_parameters.rb
251
+ - test/dummy/config/initializers/mime_types.rb
252
252
  - test/dummy/config/initializers/inflections.rb
253
- - test/dummy/config/routes.rb
253
+ - test/dummy/config/initializers/secret_token.rb
254
254
  - test/dummy/config/boot.rb
255
- - test/dummy/config/application.rb
256
- - test/dummy/config/locales/en.yml
257
- - test/dummy/config/database.yml
258
- - test/dummy/config/environments/test.rb
259
- - test/dummy/config/environments/development.rb
260
- - test/dummy/config/environments/production.rb
261
- - test/dummy/config/environment.rb
262
- - test/dummy/config.ru
255
+ - test/dummy/db/development.sqlite3
256
+ - test/dummy/db/schema.rb
257
+ - test/dummy/public/404.html
258
+ - test/dummy/public/favicon.ico
259
+ - test/dummy/public/500.html
260
+ - test/dummy/public/422.html
261
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
262
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
263
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
264
+ - test/dummy/tmp/cache/assets/development/sprockets/43d3076c25d714cbb447da5a78c73911
265
+ - test/dummy/tmp/cache/assets/development/sprockets/a6ad7cf3aadcbe2d521f45adc1432fa8
266
+ - test/dummy/tmp/cache/assets/development/sprockets/ae14fa652db78218572bb9d1bf21b675
267
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
268
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
269
+ - test/dummy/tmp/cache/assets/development/sprockets/a778481f9e2ae19e9b47c1a12a5f36f1
270
+ - test/dummy/tmp/cache/assets/development/sprockets/329c8e74ee84b2fbddd8695906f28ca4
271
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
272
+ - test/dummy/tmp/cache/assets/development/sprockets/8fb0c7e5315821c90e3641f1b22d0947
273
+ - test/dummy/tmp/pids/server.pid
263
274
  - test/dummy/app/controllers/application_controller.rb
264
- - test/dummy/app/helpers/application_helper.rb
265
- - test/dummy/app/assets/javascripts/application.js
266
275
  - test/dummy/app/assets/stylesheets/application.css
276
+ - test/dummy/app/assets/javascripts/application.js
277
+ - test/dummy/app/helpers/application_helper.rb
267
278
  - test/dummy/app/views/layouts/application.html.erb
268
- - test/dummy/log/development.log
269
- - test/dummy/README.rdoc
279
+ - test/dummy/Rakefile
280
+ - test/dummy/config.ru
281
+ - test/dummy/bin/rake
282
+ - test/dummy/bin/rails
283
+ - test/dummy/bin/bundle
270
284
  - test/test_helper.rb