webpack-rails-react 1.0.2 → 1.0.3

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: 63e178eebc2e552a818df58260aef2263702dd54
4
- data.tar.gz: 26f8035429f64a68b8a08f86604e1ab35368c8f7
3
+ metadata.gz: 479aa47c101c57783a6a656467784d6f479f199c
4
+ data.tar.gz: b342a5cfc36a24fa91804494b8295832995c3b81
5
5
  SHA512:
6
- metadata.gz: a2c2c5a5d70595c4d9895ca21f1c5ac7096ef40a45b39204a1a001b996bce4563a4b2615a7ea6ab60e6476706a63ee4ad21c9b32980ab63ae841590ae0574605
7
- data.tar.gz: b7ff9db65edd39606afa1b5c3f11dcd1677671e46f4111c8292212d325d6c1888941844288f06c46b140eba42ff32f00ddbc104aa13e518b43eedd1568813fb3
6
+ metadata.gz: 9961c8ee790d7b81cb4a36cc8359b6b7e19680b256a6957dd92c011b3a0d773129df99083be8bf2d646fa14b3ebadae135af309db3c439234b16351fe3262d5f
7
+ data.tar.gz: 4c3554f5d3001dd4c5d056b1f4de3fb79972707d89cb7528acbc2846b226692b4897f0f008be350482891b33ddd65dcf02c426ae81acada56e3776d0ba444473
@@ -51,6 +51,8 @@ module WebpackRailsReact
51
51
 
52
52
  def create_webpack_application_js
53
53
  empty_directory "webpack"
54
+ empty_directory "webpack/containers"
55
+ empty_directory "webpack/components"
54
56
 
55
57
  if options[:router] && options[:redux]
56
58
  copy_file "boilerplate/router_redux/application.js", "webpack/application.js"
@@ -74,8 +76,6 @@ module WebpackRailsReact
74
76
  copy_file "boilerplate/App.js", "webpack/containers/App.js"
75
77
  end
76
78
 
77
- empty_directory "webpack/components"
78
-
79
79
  insert_into_file 'app/views/layouts/application.html.erb', before: /<\/body>/ do
80
80
  <<-'RUBY'
81
81
  <%= javascript_include_tag *webpack_asset_paths('application') %>
@@ -117,7 +117,7 @@ module WebpackRailsReact
117
117
  3. Run 'foreman start' to run the webpack-dev-server and rails server
118
118
 
119
119
  See the README.md for this gem at
120
- https://github.com/wdjungst/webpack-rails-react/blob/master/README.md
120
+ https://github.com/cottonwoodcoding/webpack-rails-react/blob/master/README.md
121
121
  for more info.
122
122
 
123
123
  Thanks for using webpack-rails-react!
@@ -2,7 +2,7 @@ module Webpack
2
2
  # :nodoc:
3
3
  module Rails
4
4
  module React
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpack-rails-react
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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-06-09 00:00:00.000000000 Z
12
+ date: 2016-06-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -85,4 +85,3 @@ signing_key:
85
85
  specification_version: 4
86
86
  summary: Webpack / Rails / React
87
87
  test_files: []
88
- has_rdoc: