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: 5d14cb9b9a27d9cd92c39d96d6561e4f763fed7a
4
- data.tar.gz: 5066129a5445b42b52b65e83cc0f2d598692826f
3
+ metadata.gz: 251cc68e840a3eff6b2c6f7e6a4c01bffc429db9
4
+ data.tar.gz: dc279204f3a2c5dd881a1ffaaf4e3d5f9fa6e0f6
5
5
  SHA512:
6
- metadata.gz: b58c54e264ec344a95b50d42d514bdeba83660aa030d7f369c6d9ca4d6df93126a21eddf325e0a9502d74eacb4f48475d2cb9719d593ced40e5bb85576b03012
7
- data.tar.gz: dfd7f55566e2560fe8dabea95ea5213fa6eb7e75252a6791cb92b3c5058ca7d3c003ed11988ced6dea73054a433ae015b2ca7d5f19aff40fdc1bd3f092b35866
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.1)
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.10.0)
126
- font-awesome-sass (5.0.9)
127
- sass (>= 3.2)
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)
@@ -23,4 +23,4 @@
23
23
  @import 'layout'
24
24
  @import media_queries
25
25
  @import 'dashboard'
26
- @import 'codemirror.css'
26
+ @import 'codemirror'
@@ -1,3 +1,3 @@
1
1
  module HelenaAdministration
2
- VERSION = '1.0.1'.freeze
2
+ VERSION = '1.0.2'.freeze
3
3
  end
@@ -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[codemirror* codemirror/**/* polyfills.js helena_administration.css]
9
+ Rails.application.config.assets.precompile += %w[polyfills.js helena_administration.css]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helena_administration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Graf