capistrano-npm-build 1.0.1 → 2.0

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
  SHA256:
3
- metadata.gz: 9e0cd6c8389f4a389cf9818369aef665ea04d6e39cf2bdffa3682243787f455e
4
- data.tar.gz: 59e608c30bfe7421711bee9e93c798e0e1f68d6a6d5feeea1e18451699585d0d
3
+ metadata.gz: bfba5081de78c0a59432cecdf768e8cda18f9fb85676b711d1b63a8c82d5bf09
4
+ data.tar.gz: 92518b8e3b9549fb0f92db2043bdadca58e846b198f7ced53de58bbcadb98a29
5
5
  SHA512:
6
- metadata.gz: 523dc0f27a234fcd3b55f0f1ce865b4907f21277980b9584be1c520a919cd42dc45488d3601c8fc8b40b3461a9e80d1502b101c21429bc31383fddb3febc9f8e
7
- data.tar.gz: 69d50fca8d374b88c3e3624b53abbc009bfd5ec8c2f34f805b2cf6426c00c124436cbb4bd960cdd8076da9474c8d0b29f78d105ea3b0251cc9d63ea57e72d24e
6
+ metadata.gz: a5f6d0eeae1004d1de28c8d63a8bed357a7fdf60fb7804f62b096ca531609c693d51c1194e002e931a815591684bf1aa7d295a8c2fe944598275e23c834321d5
7
+ data.tar.gz: 76a64d060a706ada3192c611e67ec4bbbcd4adc84bbf67f4743cbba0913661741cd1f23aca71718dba89d6bfed41e2d0d7ca8bdcfda2f77161ea5dbf217e4b8a
Binary file
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-npm-build'
7
- spec.version = '1.0.1'
7
+ spec.version = '2.0'
8
8
  spec.authors = ['Abhilash Reddy']
9
9
  spec.email = ['abhilashmv@outlook.com']
10
10
  spec.description = %q{npm build support for Capistrano 3.x}
@@ -4,7 +4,7 @@ namespace :npm do
4
4
  within fetch(:npm_target_path, release_path) do
5
5
  with fetch(:npm_env_variables, {}) do
6
6
  execute :npm, 'install', fetch(:npm_flags)
7
- # execute "sh -c \"cd #{fetch(:deploy_to)}/current/ && #{fetch(:build_command)}\""
7
+ execute "sh -c \"cd #{fetch(:deploy_to)}/current/ && #{fetch(:build_command)}\""
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-npm-build
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: '2.0'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhilash Reddy
@@ -64,6 +64,7 @@ files:
64
64
  - LICENSE
65
65
  - README.md
66
66
  - Rakefile
67
+ - capistrano-npm-build-1.0.1.gem
67
68
  - capistrano-npm-build.gemspec
68
69
  - lib/capistrano-npm-build.rb
69
70
  - lib/capistrano/npm_build.rb