seiten 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e17a2fa52d374492d7a6598c5e88c4d81935b091158a60bb14d298fd83469be
4
- data.tar.gz: 4cb163a2fc0399bd5ab1267790907c6fb356f7d55996dd9b08c6a90c0a51166f
3
+ metadata.gz: 83d788eadd214b82c9e91e8da1a0d72d050a7d1bb46c635db58aefffd5f48712
4
+ data.tar.gz: 469118c143991e25fcb35e5f5e8d55e58a6255a412e5d5cc40aad031e99f8ff1
5
5
  SHA512:
6
- metadata.gz: 6d2e231683fa2bb4f8158211d8ab0b22f32093948792dce08e6dcff3011959deeaa61fc18d434a8dd73100b9e458dcb272a84c65fdd34d2c609b5442a03da8f9
7
- data.tar.gz: a3f7f85d5196780920a259229c960d524176c127c102990c313ab161cdeb020f0f390e4a6130011528656562220f1ab5b34268507cf1ac9446c8602ade8bd281
6
+ metadata.gz: 6e1a3a500817fed2ee4f2a9498f8369f0b721e7cc3ce34c4982578cc397f972bb783fa5b964fd9dcce40f0da64954903ac8f77d4fe1b2bb0120bddc9514f90ba
7
+ data.tar.gz: da0aeed08ad91cee1183e7a3266f213d047d84a1ebf0ac0c99f240504865ad31f38709e1e6d72ef0be5c37a3952b5df94dd68359b36a5a1051703742580c3897
@@ -1,4 +1,7 @@
1
1
  module Seiten::Errors
2
2
  class RoutingError < BaseError
3
+ def backtrace
4
+ []
5
+ end
3
6
  end
4
7
  end
@@ -1,3 +1,3 @@
1
1
  module Seiten
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seiten
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Puglisi
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-15 00:00:00.000000000 Z
11
+ date: 2022-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -181,7 +181,7 @@ homepage: http://danielpuglisi.com
181
181
  licenses:
182
182
  - MIT
183
183
  metadata: {}
184
- post_install_message:
184
+ post_install_message:
185
185
  rdoc_options: []
186
186
  require_paths:
187
187
  - lib
@@ -196,87 +196,87 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  - !ruby/object:Gem::Version
197
197
  version: '0'
198
198
  requirements: []
199
- rubygems_version: 3.3.7
200
- signing_key:
199
+ rubygems_version: 3.0.3.1
200
+ signing_key:
201
201
  specification_version: 4
202
202
  summary: Static Pages for Rails.
203
203
  test_files:
204
- - test/controllers/helper_methods_test.rb
205
- - test/controllers/pages_controller_test.rb
206
- - test/controllers/posts_controller_test.rb
207
- - test/controllers/seiten/pages_controller_test.rb
208
- - test/dummy/README.rdoc
209
- - test/dummy/Rakefile
210
204
  - test/dummy/app/controllers/application_controller.rb
211
205
  - test/dummy/app/controllers/pages_controller.rb
212
206
  - test/dummy/app/controllers/posts_controller.rb
213
- - test/dummy/app/helpers/application_helper.rb
207
+ - test/dummy/app/views/posts/index.html.erb
208
+ - test/dummy/app/views/layouts/products.html.erb
209
+ - test/dummy/app/views/layouts/team.html.erb
210
+ - test/dummy/app/views/layouts/application.html.erb
211
+ - test/dummy/app/views/layouts/home.html.erb
212
+ - test/dummy/app/views/pages/secret.html.erb
213
+ - test/dummy/app/pages/application/localization.html.erb
214
214
  - test/dummy/app/pages/application/de/produkte.html.erb
215
- - test/dummy/app/pages/application/en/about/our-team/italy.html.erb
216
- - test/dummy/app/pages/application/en/about/our-team/switzerland.html.erb
217
- - test/dummy/app/pages/application/en/about/our-team.html.erb
218
- - test/dummy/app/pages/application/en/about/partners.html.erb
219
- - test/dummy/app/pages/application/en/about/works.html.erb
220
- - test/dummy/app/pages/application/en/about.html.erb
221
- - test/dummy/app/pages/application/en/contact.html.erb
222
- - test/dummy/app/pages/application/en/home.html.erb
223
- - test/dummy/app/pages/application/en/products/hire-us.html.erb
224
215
  - test/dummy/app/pages/application/en/products/logo-design.html.erb
225
216
  - test/dummy/app/pages/application/en/products/web-development.html.erb
217
+ - test/dummy/app/pages/application/en/products/hire-us.html.erb
226
218
  - test/dummy/app/pages/application/en/products.html.erb
227
- - test/dummy/app/pages/application/localization.html.erb
228
- - test/dummy/app/pages/help/en/home.html.erb
219
+ - test/dummy/app/pages/application/en/contact.html.erb
220
+ - test/dummy/app/pages/application/en/about/works.html.erb
221
+ - test/dummy/app/pages/application/en/about/our-team.html.erb
222
+ - test/dummy/app/pages/application/en/about/partners.html.erb
223
+ - test/dummy/app/pages/application/en/about/our-team/switzerland.html.erb
224
+ - test/dummy/app/pages/application/en/about/our-team/italy.html.erb
225
+ - test/dummy/app/pages/application/en/home.html.erb
226
+ - test/dummy/app/pages/application/en/about.html.erb
229
227
  - test/dummy/app/pages/help/en/logging-in.html.erb
230
- - test/dummy/app/views/layouts/application.html.erb
231
- - test/dummy/app/views/layouts/home.html.erb
232
- - test/dummy/app/views/layouts/products.html.erb
233
- - test/dummy/app/views/layouts/team.html.erb
234
- - test/dummy/app/views/pages/secret.html.erb
235
- - test/dummy/app/views/posts/index.html.erb
236
- - test/dummy/config/application.rb
237
- - test/dummy/config/boot.rb
228
+ - test/dummy/app/pages/help/en/home.html.erb
229
+ - test/dummy/app/helpers/application_helper.rb
230
+ - test/dummy/config/secrets.yml
231
+ - test/dummy/config/routes.rb
232
+ - test/dummy/config/locales/en.yml
238
233
  - test/dummy/config/cable.yml
239
- - test/dummy/config/database.yml
240
- - test/dummy/config/environment.rb
241
- - test/dummy/config/environments/development.rb
242
234
  - test/dummy/config/environments/production.rb
235
+ - test/dummy/config/environments/development.rb
243
236
  - test/dummy/config/environments/test.rb
237
+ - test/dummy/config/environment.rb
238
+ - test/dummy/config/application.rb
239
+ - test/dummy/config/database.yml
240
+ - test/dummy/config/navigations/application.en.yml
241
+ - test/dummy/config/navigations/help.en.yml
242
+ - test/dummy/config/navigations/application.de.yml
243
+ - test/dummy/config/boot.rb
244
244
  - test/dummy/config/initializers/application_controller_renderer.rb
245
245
  - test/dummy/config/initializers/backtrace_silencers.rb
246
- - test/dummy/config/initializers/cookies_serializer.rb
247
- - test/dummy/config/initializers/filter_parameter_logging.rb
248
- - test/dummy/config/initializers/inflections.rb
249
246
  - test/dummy/config/initializers/mime_types.rb
250
- - test/dummy/config/initializers/new_framework_defaults.rb
251
- - test/dummy/config/initializers/secret_token.rb
247
+ - test/dummy/config/initializers/filter_parameter_logging.rb
252
248
  - test/dummy/config/initializers/session_store.rb
253
249
  - test/dummy/config/initializers/wrap_parameters.rb
254
- - test/dummy/config/locales/en.yml
255
- - test/dummy/config/navigations/application.de.yml
256
- - test/dummy/config/navigations/application.en.yml
257
- - test/dummy/config/navigations/help.en.yml
258
- - test/dummy/config/routes.rb
259
- - test/dummy/config/secrets.yml
250
+ - test/dummy/config/initializers/new_framework_defaults.rb
251
+ - test/dummy/config/initializers/cookies_serializer.rb
252
+ - test/dummy/config/initializers/secret_token.rb
253
+ - test/dummy/config/initializers/inflections.rb
260
254
  - test/dummy/config.ru
261
- - test/dummy/log/development.log
262
- - test/dummy/log/test.log
263
- - test/dummy/public/404.html
255
+ - test/dummy/script/rails
256
+ - test/dummy/Rakefile
257
+ - test/dummy/public/favicon.ico
264
258
  - test/dummy/public/422.html
265
259
  - test/dummy/public/500.html
266
- - test/dummy/public/favicon.ico
267
- - test/dummy/script/rails
268
- - test/fixtures/breadcrumb.html
269
- - test/fixtures/navigation.html
260
+ - test/dummy/public/404.html
261
+ - test/dummy/log/test.log
262
+ - test/dummy/log/development.log
263
+ - test/dummy/README.rdoc
270
264
  - test/integration/layout_test.rb
271
265
  - test/integration/navigation_test.rb
272
- - test/lib/seiten/helpers/frontend_test.rb
266
+ - test/lib/seiten/slug_builder_test.rb
273
267
  - test/lib/seiten/html/breadcrumb_test.rb
274
268
  - test/lib/seiten/html/helpers_test.rb
275
269
  - test/lib/seiten/html/navigation_test.rb
276
- - test/lib/seiten/navigation_test.rb
270
+ - test/lib/seiten/page_test.rb
277
271
  - test/lib/seiten/page_collection_builder_test.rb
272
+ - test/lib/seiten/navigation_test.rb
278
273
  - test/lib/seiten/page_collection_test.rb
279
- - test/lib/seiten/page_test.rb
280
- - test/lib/seiten/slug_builder_test.rb
274
+ - test/lib/seiten/helpers/frontend_test.rb
281
275
  - test/lib/seiten_test.rb
276
+ - test/fixtures/breadcrumb.html
277
+ - test/fixtures/navigation.html
282
278
  - test/test_helper.rb
279
+ - test/controllers/seiten/pages_controller_test.rb
280
+ - test/controllers/posts_controller_test.rb
281
+ - test/controllers/helper_methods_test.rb
282
+ - test/controllers/pages_controller_test.rb