voltron-flash 0.1.6 → 0.1.7

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: d4db74de2e9ac309a8ce39bedbffe0b41c0d7f0d
4
- data.tar.gz: 568162b3c4b4ee45271331f0b656ef8f5ae906cb
3
+ metadata.gz: c7d392bee2bfb8dc54d150ae0bdda90aa8f6a080
4
+ data.tar.gz: 3591696e524e352b6a18a368aec388bcb37db918
5
5
  SHA512:
6
- metadata.gz: 49c3a886e3a7f5bc90066fce398dc0de5df022591cb04c23252d65edb57048d585024d55ba0a47d7772075144d12f2254af40e7e1bb863c0eb84639a2bf0e2a6
7
- data.tar.gz: 6452ee01e01e8e753032367a06eb6d0e2eed5984e1de37f2faf93f5618c3711c39211f4205dd4dcd7307cb8f6645849768f22e3a4d0251f56a2f888fc1c533db
6
+ metadata.gz: 191c5a69246b5ec31aa0e8472dfbbc5cf661bf3bed9dc45544702f09b7092fa7a2b72e41426efe611bd2142c6d396e2e70b923e4076be81e5b258d16ac8ca3f7
7
+ data.tar.gz: 7fdae54e4533164881193301d5269c47f5773e4b8fb1e67013b1cf26e0b4b6ec9355c0f1bc2e345a83c7de16cafa33452065a5970e3bec3e3b287fff7d2f71a2
@@ -4,7 +4,7 @@ module Voltron
4
4
  module Install
5
5
  class AssetsGenerator < Rails::Generators::Base
6
6
 
7
- source_root File.expand_path('../../../../../../../', __FILE__)
7
+ source_root File.expand_path('../../../../../../', __FILE__)
8
8
 
9
9
  desc 'Install Voltron Flash assets'
10
10
 
@@ -4,7 +4,7 @@ module Voltron
4
4
  module Install
5
5
  class ViewsGenerator < Rails::Generators::Base
6
6
 
7
- source_root File.expand_path('../../../../../../../', __FILE__)
7
+ source_root File.expand_path('../../../../../../', __FILE__)
8
8
 
9
9
  desc 'Install Voltron Flash views'
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Voltron
2
2
  module Flash
3
- VERSION = '0.1.6'.freeze
3
+ VERSION = '0.1.7'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voltron-flash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hainer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails