reuse_xcode_plugins 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: b90a7cd6a0a65e9ea5e43ee7c67a7cc25374ac14
4
- data.tar.gz: ba5969e7411c3e3c53ea6438902222b5502aa080
3
+ metadata.gz: 5e75195c8ee6a35fd9d64e0be344fe7e4c61f737
4
+ data.tar.gz: f21de8a4ff1d826f9fc5f41e13ce04cc06dd2a91
5
5
  SHA512:
6
- metadata.gz: f30e5d2599342803232f7d895c1006e90b7778d0812ebf978dab1e5b625b97d05985a31d87119d3728f63c0e8b8f9db7432a3063b43a10085c661e9f7ae91707
7
- data.tar.gz: 4bf8f7e119158bc2764a8804d7d2e598d0ecbbc0f89fc98106dbd5cde6b64c718d986c9c70bf36ddc588a62eb0a808b1b15170700e15926a6920388c7754dc87
6
+ metadata.gz: 0cbd93594f982beb718bf8f6ec6d917b082f7c18c2ae41d49ce81a5770604e1fd769c0dc549d5b66d37f17db1f000780c524b1e6e952d1e28cb802bb33e67450
7
+ data.tar.gz: 670537e822e9436ad411655d7e71f6a1b77e7beeb7c5cbad8e672465655c8fc20444f4c43d00b993ee3705935a314375c7ea4609896982da2c0120b159203d99
data/exe/ymyTest ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env bash
2
+ p "Hello World!"
@@ -1,3 +1,3 @@
1
1
  module ReuseXcodePlugins
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  f.match(%r{^(test|spec|features)/})
27
27
  end
28
28
  spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
+ spec.executables = %w(ymyTest)
30
30
  spec.require_paths = ["lib"]
31
31
 
32
32
  spec.add_development_dependency "bundler", "~> 1.13"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reuse_xcode_plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "夜禹"
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: Write a longer description or delete this line.
42
42
  email:
43
43
  - mingyu.ymy@alipay.com
44
- executables: []
44
+ executables:
45
+ - ymyTest
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
@@ -51,6 +52,7 @@ files:
51
52
  - Rakefile
52
53
  - bin/console
53
54
  - bin/setup
55
+ - exe/ymyTest
54
56
  - lib/reuse_xcode_plugins.rb
55
57
  - lib/reuse_xcode_plugins/version.rb
56
58
  - reuse_xcode_plugins.gemspec