go4rake 1.4.2 → 1.4.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 +4 -4
- data/NOTICE +1 -1
- data/README.md +2 -5
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7945dae8c9bbaf53504dba57c93bafc95657cff
|
|
4
|
+
data.tar.gz: f66bdf4a6879756f3f6c69788a2d736be0c0672e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63f048bd51b3a188e762ccecf54016a10111930d2a14c8c489f25c0a5998a13509564094311c0b39da2969a04abe4a8a659484d384b3244d02eabcb0027f3b62
|
|
7
|
+
data.tar.gz: 558fd2eda9cefadea64c9b81c7ca8f95fac8487af8d82c8a5a31cccf78cfb6e7769e1bb73434560f347a7dca3d10903e5b9d97326449e5767e2f89488c0c1f29
|
data/NOTICE
CHANGED
data/README.md
CHANGED
|
@@ -15,8 +15,7 @@ The reason only the native runtime is supported in `test` is that `go test` for
|
|
|
15
15
|
|
|
16
16
|
### Installation and usage
|
|
17
17
|
|
|
18
|
-
* Install [Go](https://golang.org/dl/).
|
|
19
|
-
* Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/). `gem` utility comes with it.
|
|
18
|
+
* Install [Go](https://golang.org/dl/) and [Ruby](https://www.ruby-lang.org/en/documentation/installation/).
|
|
20
19
|
* Install go4rake: `gem install go4rake`.
|
|
21
20
|
* Enable go4rake in `Rakefile`: include `require 'go4rake'` in it (create the file, if missing).
|
|
22
21
|
(Unix users can do: `echo "require 'go4rake'" >> Rakefile`.)
|
|
@@ -52,8 +51,6 @@ Please note that:
|
|
|
52
51
|
|
|
53
52
|
* If `out` is specified, ZIP files will appear in the specified
|
|
54
53
|
directory; if not, they will be in current directory
|
|
55
|
-
* if `files`
|
|
54
|
+
* if `files` are not specified, a `NOTICE` file will be included in ZIP
|
|
56
55
|
files, if it's found in the project directory
|
|
57
|
-
* ZIP file permissions default to `0600`, this is due to
|
|
58
|
-
[bug in rubyzip](https://github.com/rubyzip/rubyzip/issues/204)
|
|
59
56
|
* `arch` is appended to the file name if `arch` is a list
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: go4rake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.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:
|
|
11
|
+
date: 2016-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '1.
|
|
33
|
+
version: '1.2'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '1.
|
|
40
|
+
version: '1.2'
|
|
41
41
|
description: '`build`, `zip, `test`` and `clean` tasks for cross-compilation of Go
|
|
42
42
|
programs'
|
|
43
43
|
email: vasily.korytov@yandex.com
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
72
|
rubyforge_project:
|
|
73
|
-
rubygems_version: 2.0.14
|
|
73
|
+
rubygems_version: 2.0.14.1
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 4
|
|
76
76
|
summary: Rake helper for cross-compiling Go programs
|