trestle 0.9.7 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trestle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Pohlenz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-16 00:00:00.000000000 Z
11
+ date: 2023-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -478,6 +478,7 @@ files:
478
478
  - lib/generators/trestle/admin/templates/admin.rb.erb
479
479
  - lib/generators/trestle/admin/templates/index.html.erb
480
480
  - lib/generators/trestle/install/install_generator.rb
481
+ - lib/generators/trestle/install/templates/_custom.css
481
482
  - lib/generators/trestle/install/templates/_custom.scss
482
483
  - lib/generators/trestle/install/templates/_theme.scss
483
484
  - lib/generators/trestle/install/templates/custom.js
@@ -497,6 +498,7 @@ files:
497
498
  - lib/trestle/builder.rb
498
499
  - lib/trestle/configurable.rb
499
500
  - lib/trestle/configuration.rb
501
+ - lib/trestle/debug_errors.rb
500
502
  - lib/trestle/display.rb
501
503
  - lib/trestle/engine.rb
502
504
  - lib/trestle/evaluation_context.rb