almond-rails 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/almond_rails/version.rb +1 -1
- metadata +22 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ab6a9755a61d933d78afa5f1bc6bab755ec350ec97fa243c84de8c754ee755ae
|
4
|
+
data.tar.gz: c3f26e5437465628bcc6d74535a90e97779fa792e6cb1f7b381d93b58da4a3d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57aa86a82345e5cb068e9d64e031adaa2508e2c2195f8a59917ced4142bb7e7cbfa01264599ad773c46b02c756ce06c806659ab043033ffbc13e6cb6af8ffe09
|
7
|
+
data.tar.gz: 2dfe1e3567ffc5cb3a5d42110143c475be975eda50e24a2ff6bf6f4898b28d9363d6e59272bac8b87420302316002c6958d2413a8ee552defecfd7aec9d13aae
|
data/lib/almond_rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: almond-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -113,45 +113,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
|
-
|
117
|
-
rubygems_version: 2.6.10
|
116
|
+
rubygems_version: 3.0.3
|
118
117
|
signing_key:
|
119
118
|
specification_version: 4
|
120
119
|
summary: Almond.js packaged as a Rails engine
|
121
120
|
test_files:
|
122
121
|
- test/almond_rails_test.rb
|
122
|
+
- test/dummy/app/controllers/application_controller.rb
|
123
|
+
- test/dummy/app/views/layouts/application.html.erb
|
123
124
|
- test/dummy/app/assets/javascripts/application.js
|
124
125
|
- test/dummy/app/assets/stylesheets/application.css
|
125
|
-
- test/dummy/app/controllers/application_controller.rb
|
126
126
|
- test/dummy/app/helpers/application_helper.rb
|
127
|
-
- test/dummy/app/views/layouts/application.html.erb
|
128
|
-
- test/dummy/bin/bundle
|
129
|
-
- test/dummy/bin/rails
|
130
127
|
- test/dummy/bin/rake
|
131
128
|
- test/dummy/bin/setup
|
132
|
-
- test/dummy/
|
133
|
-
- test/dummy/
|
134
|
-
- test/dummy/config/
|
135
|
-
- test/dummy/config/
|
136
|
-
- test/dummy/config/
|
129
|
+
- test/dummy/bin/bundle
|
130
|
+
- test/dummy/bin/rails
|
131
|
+
- test/dummy/config/secrets.yml
|
132
|
+
- test/dummy/config/routes.rb
|
133
|
+
- test/dummy/config/locales/en.yml
|
137
134
|
- test/dummy/config/environments/production.rb
|
135
|
+
- test/dummy/config/environments/development.rb
|
138
136
|
- test/dummy/config/environments/test.rb
|
139
|
-
- test/dummy/config/
|
137
|
+
- test/dummy/config/environment.rb
|
138
|
+
- test/dummy/config/application.rb
|
139
|
+
- test/dummy/config/database.yml
|
140
|
+
- test/dummy/config/boot.rb
|
140
141
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
141
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
142
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
143
|
-
- test/dummy/config/initializers/inflections.rb
|
144
142
|
- test/dummy/config/initializers/mime_types.rb
|
143
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
145
144
|
- test/dummy/config/initializers/session_store.rb
|
146
145
|
- test/dummy/config/initializers/wrap_parameters.rb
|
147
|
-
- test/dummy/config/
|
148
|
-
- test/dummy/config/
|
149
|
-
- test/dummy/config/
|
146
|
+
- test/dummy/config/initializers/assets.rb
|
147
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
148
|
+
- test/dummy/config/initializers/inflections.rb
|
150
149
|
- test/dummy/config.ru
|
151
|
-
- test/dummy/
|
150
|
+
- test/dummy/Rakefile
|
151
|
+
- test/dummy/public/favicon.ico
|
152
152
|
- test/dummy/public/422.html
|
153
153
|
- test/dummy/public/500.html
|
154
|
-
- test/dummy/public/
|
155
|
-
- test/dummy/Rakefile
|
154
|
+
- test/dummy/public/404.html
|
156
155
|
- test/dummy/README.rdoc
|
157
156
|
- test/test_helper.rb
|