rs-webpack-rails 0.12.1 → 0.12.2

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
  SHA256:
3
- metadata.gz: 9cef53502800c37577072c49fa1d724cf3ff55058a75a84cad8ae1230f3acd12
4
- data.tar.gz: c798de4a4feafb25b1752df0dade26de7f2a9ad8713d0f6d5a406556d236050a
3
+ metadata.gz: 799f88489a18a98b62016e4ed8796b16914fca72237df26fc5d7f9f1dd31730b
4
+ data.tar.gz: d44f9a03f9cc3ea7f858fb38439bb3b1c22c0a8027d67ad43233408bdb70d2a1
5
5
  SHA512:
6
- metadata.gz: 6543939f0af17e089b50bc036d0d9d27d336793e0453a06dea4140440969a29fd01689a13778efd4af75ebb06629777cd1b72a839cea251605cd6d725664440d
7
- data.tar.gz: 854146f698d293eaff9215530cc5adb6f29f697d444b10db7a8609fef1b2485478f9f49d0d8acc19f6407705079e509ee130a4071a8f424155f50ebd23bfd3a1
6
+ metadata.gz: 66c6827796d18171840b5ae9de1c46e7447c8b7857597c68959b77c53a1cdca75b7a7f665a88d45beebe913f637f58976f021c13ecbd4c1f2b213e701f4c0ba2
7
+ data.tar.gz: 3595cabe37d8c7d0c5998b7a834b2390b3db6e51234712544d4e75bb2683f845a721a99f13d7cc53048a533cb1620cfe977bc97894dc6ec8ebd1e652c9033e9f
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Alternate way of using webpack with rails, based on webpack-rails
2
2
 
3
+ Master repository has moved to gitlab, all new code will be there:
4
+
5
+ https://gitlab.com/rocket-science/webpack-rails
6
+
3
7
  Supports [ManifestPlugin](https://github.com/danethurber/webpack-manifest-plugin) instead of [StatsPlugin](https://github.com/unindented/stats-webpack-plugin) on webpack side.
4
8
 
5
9
  #### installation
@@ -1,6 +1,6 @@
1
1
  module Webpack
2
2
  # :nodoc:
3
3
  module Rails
4
- VERSION = "0.12.1"
4
+ VERSION = "0.12.2"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rs-webpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-05-31 00:00:00.000000000 Z
12
+ date: 2018-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -153,7 +153,7 @@ files:
153
153
  - lib/webpack/rails/manifest.rb
154
154
  - lib/webpack/rails/version.rb
155
155
  - lib/webpack/railtie.rb
156
- homepage: http://github.com/rs-pro/webpack-rails
156
+ homepage: https://gitlab.com/rocket-science/webpack-rails
157
157
  licenses:
158
158
  - MIT
159
159
  metadata: {}