webpack-rails 0.9.1 → 0.9.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: e8ed91330119b96f41c0089cd1fa500192ee48de
4
- data.tar.gz: 487700e5d02b4f62d4d6d69a1a0229035b42bff5
3
+ metadata.gz: ec91481d23ce6db4247d25ca1bb730507b519ed4
4
+ data.tar.gz: 18917f0f2d8b6b53b15a911285b5d569b0a7b13c
5
5
  SHA512:
6
- metadata.gz: 4e198a0d4f06183ca3e44c53e3d6b37ac04eff2c61524084e6b75a118c3b2aa851f9d5d44a20f54131cd63ef47311f94f08c2ad578680ad0107fea9ea7a2ca32
7
- data.tar.gz: 71b2eb10a882de41005f18221cca32b86daa7fa4d66c9e9692fbd76b9454c3e9f9d1cd5371a6e1b711240f96f3673d832b7a3f3d2466347ce8c3a887c5321b4a
6
+ metadata.gz: e9e869c5128bce7dd9343b55d2ab921c942f42a129a767188b8d42c9c8b1bd33fe0c343f601c6d640828fee4f5027b72f104f13d3392e9536c06f3a9d2858cd4
7
+ data.tar.gz: 8004a6c83ffc84f522023774befb8aa44f4dc10e69d36efd50bb1a1aa491c5155ef8f40e26f98a695e750899f43141fbbe9fdf22e27137bd94d9f99ea417270c
data/README.md CHANGED
@@ -14,6 +14,8 @@ As this is pre-1.0 software its API and configuration may change as we become mo
14
14
 
15
15
  ## Getting Started
16
16
 
17
+ **We have a demo application: [webpack-rails-demo](https://github.com/mipearson/webpack-rails-demo)**
18
+
17
19
  Have a look at the files in the `examples` directory. Of note:
18
20
 
19
21
  * We use [foreman](https://github.com/ddollar/foreman) and a `Procfile` to run our rails server & the webpack dev server in development at the same time
@@ -1,6 +1,6 @@
1
1
  module Webpack
2
2
  # :nodoc:
3
3
  module Rails
4
- VERSION = "0.9.1"
4
+ VERSION = "0.9.2"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Pearson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-20 00:00:00.000000000 Z
11
+ date: 2015-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.2.0
27
- description: webpack-dev-server usage in development and dynamic asset filenames in
28
- production via clever helpers
27
+ description: Production-tested, JavaScript-first tooling to use webpack within your
28
+ Rails application
29
29
  email:
30
30
  - mipearson@gmail.com
31
31
  executables: []
@@ -64,5 +64,5 @@ rubyforge_project:
64
64
  rubygems_version: 2.4.5
65
65
  signing_key:
66
66
  specification_version: 4
67
- summary: Webpack & Rails integration toolset
67
+ summary: Webpack & Rails integration made easier
68
68
  test_files: []