capistrano-react-assets 0.0.1 → 0.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 +4 -4
- data/capistrano-react-assets.gemspec +1 -1
- data/lib/capistrano/tasks/react-assets.rake +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 489aaa84037d452deb1f28c0c6faf7e23e0d3a1f
|
|
4
|
+
data.tar.gz: 5e850ea5ee333c2eeb43bded64e9068377d2ab3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55df081c3bc9a89b27274ac4373ceaeb4d2975276f2cafe4b84d4f734dfe5b2bed65d6a290ac2db306672465e594f6c2f8ce6a4237353f56400cc01376719e34
|
|
7
|
+
data.tar.gz: 9975f5b23285179fcee68bdfc16ace8329975d4d6b785a50fda7ece3a3c55afd056ceb75ff20e70f2390bf5a4e3f0a6b2c69650a0560482d6a108a76f21084b3
|
|
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.name = "capistrano-react-assets"
|
|
6
|
-
gem.version = "0.0.
|
|
6
|
+
gem.version = "0.0.2"
|
|
7
7
|
gem.authors = ["Patrick O'Brien"]
|
|
8
8
|
gem.email = ["pobrien@goldstar.com"]
|
|
9
9
|
gem.description = "Package and push react assets locally"
|
|
@@ -31,7 +31,6 @@ namespace :react_assets do
|
|
|
31
31
|
|
|
32
32
|
task :prepare_environment do
|
|
33
33
|
run_locally do
|
|
34
|
-
execute "npm cache clean"
|
|
35
34
|
execute "npm config set registry https://registry.npmjs.org/"
|
|
36
35
|
execute "npm config set proxy 'http://proxy:3128'"
|
|
37
36
|
execute "npm config set http-proxy 'http://proxy:3128'"
|