actionview_precompiler 0.2.3 → 0.3.0

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: actionview_precompiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Hawthorn
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-22 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview
@@ -77,17 +77,26 @@ files:
77
77
  - lib/actionview_precompiler.rb
78
78
  - lib/actionview_precompiler/ast_parser.rb
79
79
  - lib/actionview_precompiler/ast_parser/jruby.rb
80
+ - lib/actionview_precompiler/ast_parser/ripper.rb
80
81
  - lib/actionview_precompiler/ast_parser/ruby26.rb
82
+ - lib/actionview_precompiler/ast_parser/syntax_tree.rb
83
+ - lib/actionview_precompiler/controller_parser.rb
84
+ - lib/actionview_precompiler/controller_scanner.rb
85
+ - lib/actionview_precompiler/helper_parser.rb
86
+ - lib/actionview_precompiler/helper_scanner.rb
81
87
  - lib/actionview_precompiler/parsed_filename.rb
82
88
  - lib/actionview_precompiler/precompiler.rb
83
89
  - lib/actionview_precompiler/render_parser.rb
90
+ - lib/actionview_precompiler/template_file.rb
91
+ - lib/actionview_precompiler/template_loader.rb
84
92
  - lib/actionview_precompiler/template_parser.rb
93
+ - lib/actionview_precompiler/template_scanner.rb
85
94
  - lib/actionview_precompiler/version.rb
86
95
  homepage: https://github.com/jhawthorn/actionview_precompiler
87
96
  licenses:
88
97
  - MIT
89
98
  metadata: {}
90
- post_install_message:
99
+ post_install_message:
91
100
  rdoc_options: []
92
101
  require_paths:
93
102
  - lib
@@ -102,8 +111,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
111
  - !ruby/object:Gem::Version
103
112
  version: '0'
104
113
  requirements: []
105
- rubygems_version: 3.1.2
106
- signing_key:
114
+ rubygems_version: 3.4.10
115
+ signing_key:
107
116
  specification_version: 4
108
117
  summary: Precompiles ActionView templates
109
118
  test_files: []