go4rake 1.5.2 → 1.5.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/go4rake/new.rb +0 -1
  4. metadata +19 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3304d331b22198bb7e65b9c7ec25ddda9c0c34b3
4
- data.tar.gz: 875655832ca36c0d2e4a6d3d3420fb79460057c8
3
+ metadata.gz: 8e5ef33d4eee7ce08203fdde6c950ccd27b085b0
4
+ data.tar.gz: f870303bd97864a3c399b552dc8654e30d279489
5
5
  SHA512:
6
- metadata.gz: b049812096d5ca2d33d5aa991bf8d7c44a27ea77cf0d09494d7ed80b8220752f23562a0212f4fa8f8655fba60a59098e588d10f90a08f6f3ebbb316ab4db5551
7
- data.tar.gz: 191e581a5afb73d7d59b50bc7e09addb358a93b0abcdd8865160c90fd182f4f2ef7b992301c19e9551d45973696c5c4fe7249d62aeb1a65821ac05f59e3837fe
6
+ metadata.gz: 7ef00113ec00f7428a015dca21f6f3afc4ae4bef8da0de96843b9de8be2ba80b7a89fc6d897611236d0f46ccd49aee436dd761c81c9485ff9bbd33e9b0453b32
7
+ data.tar.gz: 880f2282127055be12fc07ec550e15859ed7b7852cac189f2a9df324f5cf069a517e9b6ae6b6cc293356d9867127052dd0075680d0cdf16870918f450cddde26
data/README.md CHANGED
@@ -50,7 +50,8 @@ These files will be also included into the ZIP files:
50
50
  Please note that:
51
51
 
52
52
  * If `out` is specified, ZIP files will appear in the specified
53
- directory; if not, they will be in `~/Downloads`.
53
+ directory; if not, they will be in `~/Downloads`.
54
+ Prior to 1.5.2 the default value was `.`
54
55
  * Also please note that current files with the same names as your targets are overwritten.
55
56
  * If `files` are not specified, a `NOTICE` file will be included in ZIP
56
57
  files, if it's found in the project directory
@@ -45,7 +45,6 @@ class Go4Rake < ::Rake::TaskLib
45
45
 
46
46
  desc 'ZIP this project binaries'
47
47
  task zip: [:build, :test] do
48
-
49
48
  cfg['platforms'].each { |os|
50
49
  if os['arch'].respond_to?('each')
51
50
  os['arch'].each { |arch|
metadata CHANGED
@@ -1,45 +1,51 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go4rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasily Korytov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-15 00:00:00.000000000 Z
11
+ date: 2017-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '10.0'
19
+ version: '10'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '13'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - ~>
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '10'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '10.0'
32
+ version: '13'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: rubyzip
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - ~>
37
+ - - "~>"
32
38
  - !ruby/object:Gem::Version
33
39
  version: '1.2'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
- - - ~>
44
+ - - "~>"
39
45
  - !ruby/object:Gem::Version
40
46
  version: '1.2'
41
- description: '`build`, `zip, `test`` and `clean` tasks for cross-compilation of Go
42
- programs'
47
+ description: "`build`, `zip, `test`` and `clean` tasks for cross-compilation of Go
48
+ programs"
43
49
  email: vasily.korytov@icloud.com
44
50
  executables: []
45
51
  extensions: []
@@ -60,17 +66,17 @@ require_paths:
60
66
  - lib
61
67
  required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
- - - '>='
69
+ - - ">="
64
70
  - !ruby/object:Gem::Version
65
71
  version: 1.9.2
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
- - - '>='
74
+ - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
78
  rubyforge_project:
73
- rubygems_version: 2.0.14.1
79
+ rubygems_version: 2.6.11
74
80
  signing_key:
75
81
  specification_version: 4
76
82
  summary: Rake helper for cross-compiling Go programs