helena_administration 1.0.1 → 1.0.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 251cc68e840a3eff6b2c6f7e6a4c01bffc429db9
|
|
4
|
+
data.tar.gz: dc279204f3a2c5dd881a1ffaaf4e3d5f9fa6e0f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c1f17ef856e4a0dd3ed34f50f6ebe95df79923922c4182110b95f1bc4bd7bf220a74f92ffdea58a100c03e97ec2681f09a34a45888d4ae7d58e6cace96715ee
|
|
7
|
+
data.tar.gz: 86638d4c2aee3786b7026c453eb5ca947a903b674e03bf9d2ba89c4b638d57eb9abee8c39a4d884bd04fbcfdc52a1ab96a502cfc37f55b4ead4d4aaa21fd68ce
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
helena_administration (1.0.
|
|
4
|
+
helena_administration (1.0.2)
|
|
5
5
|
bootstrap (~> 4.1.3)
|
|
6
6
|
breadcrumbs_on_rails (>= 3.0.1)
|
|
7
7
|
codemirror-rails (>= 5)
|
|
@@ -122,9 +122,9 @@ GEM
|
|
|
122
122
|
railties (>= 3.0.0)
|
|
123
123
|
faker (1.9.1)
|
|
124
124
|
i18n (>= 0.7)
|
|
125
|
-
ffi (1.
|
|
126
|
-
font-awesome-sass (5.
|
|
127
|
-
|
|
125
|
+
ffi (1.9.25)
|
|
126
|
+
font-awesome-sass (5.6.1)
|
|
127
|
+
sassc (>= 1.11)
|
|
128
128
|
globalid (0.4.2)
|
|
129
129
|
activesupport (>= 4.2.0)
|
|
130
130
|
haml (5.0.4)
|
|
@@ -286,6 +286,9 @@ GEM
|
|
|
286
286
|
sprockets (>= 2.8, < 4.0)
|
|
287
287
|
sprockets-rails (>= 2.0, < 4.0)
|
|
288
288
|
tilt (>= 1.1, < 3)
|
|
289
|
+
sassc (2.0.0)
|
|
290
|
+
ffi (~> 1.9.6)
|
|
291
|
+
rake
|
|
289
292
|
sexp_processor (4.11.0)
|
|
290
293
|
simple_form (4.1.0)
|
|
291
294
|
actionpack (>= 5.0)
|
|
@@ -6,4 +6,4 @@ Rails.application.config.assets.version = '1.0'
|
|
|
6
6
|
# Precompile additional assets.
|
|
7
7
|
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
|
8
8
|
# Rails.application.config.assets.precompile += %w( search.js )
|
|
9
|
-
Rails.application.config.assets.precompile += %w[
|
|
9
|
+
Rails.application.config.assets.precompile += %w[polyfills.js helena_administration.css]
|