helena_administration 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e3a8a945f4915bef1178571c1d258b1d685d4c3
4
- data.tar.gz: ed6457dcc62e066d1e1df7a138eea4298cbdf1a8
3
+ metadata.gz: 5d14cb9b9a27d9cd92c39d96d6561e4f763fed7a
4
+ data.tar.gz: 5066129a5445b42b52b65e83cc0f2d598692826f
5
5
  SHA512:
6
- metadata.gz: 573280af18f3ea10a3eae7ed60576e35f4f8278fe4498ba7441f94c9e3bc7ab492ff4c6479ee2657ceebad2e652923dd83d3632cc1d7e2b999cc60e29d90d409
7
- data.tar.gz: ee79246694e756eb146e3a5b0a8c8a09fcb3fccf9933398151ecde3e7c88e4d451bd08019a15812a24944f3a125859ba137be13b1eb63f195b50077b84310750
6
+ metadata.gz: b58c54e264ec344a95b50d42d514bdeba83660aa030d7f369c6d9ca4d6df93126a21eddf325e0a9502d74eacb4f48475d2cb9719d593ced40e5bb85576b03012
7
+ data.tar.gz: dfd7f55566e2560fe8dabea95ea5213fa6eb7e75252a6791cb92b3c5058ca7d3c003ed11988ced6dea73054a433ae015b2ca7d5f19aff40fdc1bd3f092b35866
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helena_administration (1.0.0)
4
+ helena_administration (1.0.1)
5
5
  bootstrap (~> 4.1.3)
6
6
  breadcrumbs_on_rails (>= 3.0.1)
7
7
  codemirror-rails (>= 5)
@@ -69,7 +69,7 @@ GEM
69
69
  addressable (2.5.2)
70
70
  public_suffix (>= 2.0.2, < 4.0)
71
71
  arel (9.0.0)
72
- autoprefixer-rails (9.4.4)
72
+ autoprefixer-rails (9.4.7)
73
73
  execjs
74
74
  better_errors (2.5.0)
75
75
  coderay (>= 1.0.0)
@@ -122,10 +122,10 @@ GEM
122
122
  railties (>= 3.0.0)
123
123
  faker (1.9.1)
124
124
  i18n (>= 0.7)
125
- ffi (1.9.25)
126
- font-awesome-sass (5.6.1)
127
- sassc (>= 1.11)
128
- globalid (0.4.1)
125
+ ffi (1.10.0)
126
+ font-awesome-sass (5.0.9)
127
+ sass (>= 3.2)
128
+ globalid (0.4.2)
129
129
  activesupport (>= 4.2.0)
130
130
  haml (5.0.4)
131
131
  temple (>= 0.8.0)
@@ -233,7 +233,7 @@ GEM
233
233
  nokogiri (>= 1.6)
234
234
  rails-html-sanitizer (1.0.4)
235
235
  loofah (~> 2.2, >= 2.2.2)
236
- rails-i18n (5.1.2)
236
+ rails-i18n (5.1.3)
237
237
  i18n (>= 0.7, < 2)
238
238
  railties (>= 5.0, < 6)
239
239
  railties (5.2.2)
@@ -286,9 +286,6 @@ 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
292
289
  sexp_processor (4.11.0)
293
290
  simple_form (4.1.0)
294
291
  actionpack (>= 5.0)
@@ -2,7 +2,7 @@ module HelenaAdministration
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace HelenaAdministration
4
4
  config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.{rb,yml}').to_s]
5
- config.assets.precompile += %w[helena_administration.js helena_administration.css]
5
+ config.assets.precompile += %w[codemirror* codemirror/**/* polyfills.js helena_administration.css helena_administration.js helena_administration.css]
6
6
 
7
7
  # Thre are no decorators at the moment
8
8
  # config.to_prepare do
@@ -1,3 +1,3 @@
1
1
  module HelenaAdministration
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helena_administration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Graf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-07 00:00:00.000000000 Z
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: codemirror-rails