gem-wrappers 1.2.6 → 1.2.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6907cfc0dcfdba92006e2fba00396deb7455b5d4
4
- data.tar.gz: 17983280b01ad8509abd271ecf046d907634f622
3
+ metadata.gz: 28326bf1c980477086ebf0a7b41c7a6895c75dd2
4
+ data.tar.gz: aa27e8d17c6f6e42f14ed17115263caf8c53411a
5
5
  SHA512:
6
- metadata.gz: 658aa4168fe5fef6871c75af94c6c7c58d7e16623e696093530ed5942907af05d18b41031c51473320cc24fe933a182886e5b77565dfd106276354e42c6f0576
7
- data.tar.gz: 6787a600b8ce8782f8ad57fce9ce63d2a2f9d8876c2417dc9684cb533e900b042ce924fe4037859ea9d7cc78f01c977d233634cec8d958b262730bf4cae05a70
6
+ metadata.gz: 1b26877439714640fa0638b668f32ab6509aebc9e50dd02547cf8a8a68da7e707dd2b768aa33e0816ce513ec76fa29a497a4ce241a28b3662f4b01c7e0eda06b
7
+ data.tar.gz: 85f9202f66ba8ef0c70f0e5aa3ba8915357d0d40ec33521c449244e9a41ecb006f25e8d5582d7d7ac603f8e4175bf651b1fae8ea570fe8b31c1a8c5aa1cfe32c
@@ -45,7 +45,7 @@ DOC
45
45
  $stdout.puts description
46
46
  $stdout.puts " Wrappers path: #{gem_wrappers.wrappers_path}"
47
47
  $stdout.puts "Environment file: #{gem_wrappers.environment_file}"
48
- $stdout.puts " Executables: #{list}"
48
+ $stdout.puts " Executables: #{list.join(", ")}"
49
49
  end
50
50
 
51
51
  def execute_unknown(subcommand)
@@ -1,3 +1,3 @@
1
1
  module GemWrappers
2
- VERSION = "1.2.6"
2
+ VERSION = "1.2.6.1"
3
3
  end
@@ -44,6 +44,7 @@ describe WrappersCommand do
44
44
  #{subject.description.strip}
45
45
  Wrappers path: /path/to/wrappers
46
46
  Environment file: /path/to/environment
47
+ Executables: rake, bundle, bundler
47
48
  EXPECTED
48
49
  end
49
50
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-wrappers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Papis