go4rake 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/NOTICE +1 -1
  3. data/README.md +2 -5
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76a14be97ef1d03c8673422caa95fcb368805b81
4
- data.tar.gz: b3938b6803d6c0c34cba2324f13c92f709c20e15
3
+ metadata.gz: c7945dae8c9bbaf53504dba57c93bafc95657cff
4
+ data.tar.gz: f66bdf4a6879756f3f6c69788a2d736be0c0672e
5
5
  SHA512:
6
- metadata.gz: f3c1dd5c85d32d1f8dd53dee65cd53e191c0dcecd692572a0077ad9de343a4f935d11d5f566e24d9689cd9e0dfb50e61b0230ee75c4be4e1d88073ece251a036
7
- data.tar.gz: 8a6862de6bd43e930f49c4b0c84645f42b74c9b8337ebad804108d9b0cb87a77b18a646f3480879ff775f3b78940848c6516374216a13b1a2e9526ddef8bd016
6
+ metadata.gz: 63f048bd51b3a188e762ccecf54016a10111930d2a14c8c489f25c0a5998a13509564094311c0b39da2969a04abe4a8a659484d384b3244d02eabcb0027f3b62
7
+ data.tar.gz: 558fd2eda9cefadea64c9b81c7ca8f95fac8487af8d82c8a5a31cccf78cfb6e7769e1bb73434560f347a7dca3d10903e5b9d97326449e5767e2f89488c0c1f29
data/NOTICE CHANGED
@@ -1,6 +1,6 @@
1
1
  go4rake: https://github.com/chillum/go4rake
2
2
 
3
- Copyright 2014-2015 Vasily Korytov
3
+ Copyright 2014-2016 Vasily Korytov
4
4
 
5
5
  Licensed under the Apache License, Version 2.0 (the "License");
6
6
  you may not use this software except in compliance with the License.
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` is not specified, a `NOTICE` file will be included in ZIP
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.2
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: 2015-12-05 00:00:00.000000000 Z
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.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.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