repack 2.0.1 → 2.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: 3d7448ed529be30cd53fdd1ba62d2a18bf59e607
4
- data.tar.gz: 70cee6ab8e90ed36202d3d050ab4137aa55302e7
3
+ metadata.gz: c4624293302b6db413070d27664a91e80d3fa632
4
+ data.tar.gz: 1c8ff313791c3263346814860ccb918d01862d58
5
5
  SHA512:
6
- metadata.gz: 3327ba53a50986b3fead93997c37e31704d7efaff4c3024f5494a4b3998a4b5300ea6ea07ba756e1c5e3789c8d24fe61138cc1c9d3b7b8ce7b1e47ef31335ed9
7
- data.tar.gz: 204a26b9b2559112d226b7268d7a95373de60f3b77637eb4d427634113d258c25bd7ca7f3ef6edc0ac8c9305d96fd421cc2b8b3f7de5923307dcecf65be96aa9
6
+ metadata.gz: c8fb44c51e8d06579b8fd21a1befd24d01aaee9b7f53fb1c1a7f6559a1a842a2e094cfaf4511f1721a5251fa134219e7074e8186a67e0a1ef7bd0e4e94a313f8
7
+ data.tar.gz: 764e8309f692f7ec28de75127f755ff15954313a7ac5fab78d9c2c28eec5396c7c6aff25da6d47a5e9934c948dcee44f324984782b4e0fa5572778b308e53c1e
@@ -66,18 +66,18 @@ module Repack
66
66
  if File.exists? application_view
67
67
  insert_into_file 'app/views/layouts/application.html.erb', before: /<\/body>/ do
68
68
  <<-'RUBY'
69
- <%= javascript_include_tag *webpack_asset_paths('application') %>
69
+ <%= javascript_include_tag *webpack_asset_paths('application') %>
70
70
  RUBY
71
71
  end
72
72
  insert_into_file 'app/views/layouts/application.html.erb', before: /<\/head>/ do
73
73
  <<-'RUBY'
74
- <% if Rails.env.development? %>
75
- <script src="http://localhost:3808/webpack-dev-server.js"></script>
76
- <% end %>
74
+ <% if Rails.env.development? %>
75
+ <script src="http://localhost:3808/webpack-dev-server.js"></script>
76
+ <% end %>
77
77
  RUBY
78
78
  end
79
79
  else
80
- puts "\n\n***WARNING*** HAML NOT SUPPORTED IN applictaion.html additional steps required\n\n"
80
+ puts "\n\n***WARNING*** HAML NOT SUPPORTED YET additional steps required\n\n"
81
81
  end
82
82
  end
83
83
  def add_to_gitignore
@@ -1,3 +1,3 @@
1
1
  module Repack
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repack
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Jungst
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-10-24 00:00:00.000000000 Z
12
+ date: 2016-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails