commander-fastlane 4.4.3 → 4.4.4

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: 37aca3ecd8000fd1c6e335dc93b844d6e15a7d2a
4
- data.tar.gz: de41786ee3da7907aebfa9164982925a4309a4c5
3
+ metadata.gz: e5fd3ed63db9d539466aa25e563ba703ba8ccf86
4
+ data.tar.gz: c0a202a18f02534266d03ef0118e488a12937a6e
5
5
  SHA512:
6
- metadata.gz: 3c489dd34ca09dd5ca21e66e1b331e693f80ea27851d7c9b473318282765f52cf628322eb4443041d23360ecb24077aff5cb09790a45c0d1a6cb32a6a0a3bf70
7
- data.tar.gz: 3cd7169840e1f65b26c207a3d9506fb6b9fdae93cc723562a1ce2472b434c652cfd6ee7501d21b55b5502823a5012ba589054b9246c0ba647b51ab11409eed1d
6
+ metadata.gz: f6ea67a82b9570689d5bbf8bc217cc87399972640031a3f367b6c610bf743d68e248632dd4de52e6d7f91d6e4da43e3ada395814b7f01650ab4a53f4cf5dec95
7
+ data.tar.gz: d0ddf3a45abf98b8e9afbde17f7ed6bf26e388b8cc146890720cd0245bef7afe9c19e9d43199a4f0ed256aaec3aa584ed1857bccb62e3977e52cbc44ba486f59
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
16
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
- s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
17
+ # s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
18
18
  s.require_paths = ['lib']
19
19
 
20
20
  s.add_runtime_dependency('highline', '~> 1.7.2')
@@ -1,3 +1,3 @@
1
1
  module Commander
2
- VERSION = '4.4.3'.freeze
2
+ VERSION = '4.4.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commander-fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.3
4
+ version: 4.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TJ Holowaychuk
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-22 00:00:00.000000000 Z
12
+ date: 2017-03-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline
@@ -86,8 +86,7 @@ description: The complete solution for Ruby command-line executables. Commander
86
86
  HighLine), while providing many new features, and an elegant API.
87
87
  email:
88
88
  - gabriel@gabrielgilder.com
89
- executables:
90
- - commander
89
+ executables: []
91
90
  extensions: []
92
91
  extra_rdoc_files: []
93
92
  files: