bundler-source-aws-s3 0.2.2 → 0.2.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/plugins.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9108559ce8bed82c1fb1a00a68aa3bd2d774da2fe14ac3b3dbfeb848e58127a
4
- data.tar.gz: de681ec7243bac4cda46e035a77dd0e42a0f6b03fe69c2dd01ca6fd9f5928d33
3
+ metadata.gz: b107f67d1b4dfbd15b79ee21f17ba9d2aad02227294842a5a07cd773a7b8f663
4
+ data.tar.gz: 701a5387b88efd70f4aaa068573c948782841ffbc1e851302e202adb61984bcf
5
5
  SHA512:
6
- metadata.gz: b259dbc6a4dabac784bf002b44f42f6326b3103a24f97517db085d2c434bb1190af6bfc1ba443add24e1591946eddcbd54d61d68ab4369c352d35166cfc4726d
7
- data.tar.gz: f5a2e7271c218d303844975265e56d92e41c354632f06ac845eaa362d19514e9511b9411f68aa591961bf3e6d2afaa6b2a9a2bed579ebc4f7d9dcf13a07e8027
6
+ metadata.gz: 59cdc94b144256b1e3d292b9bd6777689d3ff47dc82b666806161f914c407f2d92e5099f43c0b0a8edc5dbcb7f25f77c8a29e15a06e4b1c5cfdcd0325d6fb8db
7
+ data.tar.gz: 545a3be329304410f526296915cbff329ecd8989056fb6fd362e58ae3f0ca173ee75c2404294cbfcd15781aa47cd524301bc4310fc881be7262394a8e7cd872f
data/plugins.rb CHANGED
@@ -110,7 +110,7 @@ class BundlerSourceAwsS3 < Bundler::Plugin::API
110
110
 
111
111
  Bundler.mkdir_p(s3_gems_path)
112
112
 
113
- unless @pull = system(sync_cmd)
113
+ unless @pull = Open3.capture2(sync_cmd).last.success?
114
114
  raise "[aws-s3] #{sync_cmd.inspect} failed."
115
115
  end
116
116
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-source-aws-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric K Idema