pikeman 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46dd35b850ebda37d4937a7764f8d26d865bb217
4
- data.tar.gz: 783d8b0c530b3d224dcd73388d50f9ac08fff0e8
3
+ metadata.gz: c9bbf6e9cacc31c9a512e66104fe7943f0ba6c25
4
+ data.tar.gz: 0e7a8b7e2c3dea679a0a785332606fe5879913eb
5
5
  SHA512:
6
- metadata.gz: 753e422c0aec688d432696013b358662df0af09da5204465e71cf2cdcab3a9b34c40b86fc9e56abdeca768346025553f5d520e25f7bcd8fadbe1c6b476af1c68
7
- data.tar.gz: dc897f0134ed4124da3f3016ac166569b6268db0163082bb1ae672999fcf19867ce7289d422885ea3b2b8fd7db898356dacc3d80712bc6dc17f2aa95876ce096
6
+ metadata.gz: dde570ed22b983773f42759688942d97d32674e05c741b53b4b4a2377a7fe2f2da210b37236df577b22c2b3b299500f515fbf9ed5ec83c4751bf53b0e96f655b
7
+ data.tar.gz: 0dbd6801118e61935afa61ec49b67f933e1a6b41f5989149b76c01d7a68fcf58d7419488919ae9975848a45998efd7746c908b71a67a94ccc2857d523230d317
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -1,3 +1,3 @@
1
1
  package main
2
2
 
3
- const VERSION string = "0.0.2"
3
+ const VERSION string = "0.0.3"
@@ -1,3 +1,3 @@
1
1
  module Pikeman
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -15,7 +15,10 @@ Gem::Specification.new do |spec|
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
17
  f.match(%r{^(test|spec|features)/})
18
- end
18
+ end + [
19
+ "build/darwin-amd64/pikeman",
20
+ "build/linux-amd64/pikeman",
21
+ ]
19
22
 
20
23
  spec.executables = ["pikeman"]
21
24
  spec.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pikeman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxime Bedard
@@ -88,6 +88,8 @@ files:
88
88
  - bin/console
89
89
  - bin/pikeman
90
90
  - bin/setup
91
+ - build/darwin-amd64/pikeman
92
+ - build/linux-amd64/pikeman
91
93
  - golint/golint.go
92
94
  - golint/import.go
93
95
  - golint/version.go