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 +4 -4
- data/README.md +2 -0
- data/lib/webpack/rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec91481d23ce6db4247d25ca1bb730507b519ed4
|
|
4
|
+
data.tar.gz: 18917f0f2d8b6b53b15a911285b5d569b0a7b13c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
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:
|
|
28
|
-
|
|
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
|
|
67
|
+
summary: Webpack & Rails integration made easier
|
|
68
68
|
test_files: []
|