hoe-travis 1.3.1 → 1.4
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 +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.txt +6 -0
- data/lib/hoe/travis.rb +2 -2
- data/test/test_hoe_travis.rb +3 -3
- metadata +22 -17
- metadata.gz.sig +1 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: ddfb3bacb8cf2c784550f972f72374be6245da3d998b2d98d256c511a00f83bd
|
4
|
+
data.tar.gz: 71d0a0774500b12de9892e505809a5ab68247e66042003bbc4f44b1d22137c14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: adbdac7098c8c887989ac32d7a30f82bdd2220ccfc6913d246f76d3d8cde8516adf951907f42fa5689c95cf91f8e739a06740683fb241e0859875fad658f2271
|
7
|
+
data.tar.gz: 8b0eda991354b76335fc46a68ef180a09d488ed36ec9fef04c96eeb186273bb3d6e3a7a75356eeeaa470124d04c04f7aa88a6b7f2db5c726da310918df895fbb
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/History.txt
CHANGED
data/lib/hoe/travis.rb
CHANGED
@@ -111,7 +111,7 @@ module Hoe::Travis
|
|
111
111
|
##
|
112
112
|
# This version of Hoe::Travis
|
113
113
|
|
114
|
-
VERSION = '1.
|
114
|
+
VERSION = '1.4'
|
115
115
|
|
116
116
|
YAML_EXCEPTIONS = if defined?(Psych) then # :nodoc:
|
117
117
|
if Psych.const_defined? :Exception then
|
@@ -127,7 +127,7 @@ module Hoe::Travis
|
|
127
127
|
|
128
128
|
Hoe::DEFAULT_CONFIG['travis'] = {
|
129
129
|
'before_script' => [
|
130
|
-
'gem install hoe-travis --no-
|
130
|
+
'gem install hoe-travis --no-document',
|
131
131
|
'rake travis:before -t',
|
132
132
|
],
|
133
133
|
'after_script' => [
|
data/test/test_hoe_travis.rb
CHANGED
@@ -38,7 +38,7 @@ class TestHoeTravis < MiniTest::Unit::TestCase
|
|
38
38
|
assert_equal %w[travis:fake_config], after.prerequisites
|
39
39
|
|
40
40
|
before = Rake::Task['travis:before']
|
41
|
-
assert_equal %w[install_plugins
|
41
|
+
assert_equal %w[install_plugins travis:install_deps], before.prerequisites
|
42
42
|
|
43
43
|
check = Rake::Task['travis:check']
|
44
44
|
assert_empty check.prerequisites
|
@@ -72,7 +72,7 @@ class TestHoeTravis < MiniTest::Unit::TestCase
|
|
72
72
|
|
73
73
|
def test_travis_before_script
|
74
74
|
expected = [
|
75
|
-
'gem install hoe-travis --no-
|
75
|
+
'gem install hoe-travis --no-document',
|
76
76
|
'rake travis:before -t',
|
77
77
|
]
|
78
78
|
|
@@ -227,7 +227,7 @@ class TestHoeTravis < MiniTest::Unit::TestCase
|
|
227
227
|
after_script:
|
228
228
|
- rake travis:after -t
|
229
229
|
before_script:
|
230
|
-
- gem install hoe-travis --no-
|
230
|
+
- gem install hoe-travis --no-document
|
231
231
|
- rake travis:before -t
|
232
232
|
language: ruby
|
233
233
|
notifications:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoe-travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: '1.4'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Hodel
|
@@ -10,9 +10,9 @@ bindir: bin
|
|
10
10
|
cert_chain:
|
11
11
|
- |
|
12
12
|
-----BEGIN CERTIFICATE-----
|
13
|
-
|
13
|
+
MIIDNjCCAh6gAwIBAgIBBjANBgkqhkiG9w0BAQsFADBBMRAwDgYDVQQDDAdkcmJy
|
14
14
|
YWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZFgNu
|
15
|
-
|
15
|
+
ZXQwHhcNMTkwNDA4MjEwOTU2WhcNMjAwNDA3MjEwOTU2WjBBMRAwDgYDVQQDDAdk
|
16
16
|
cmJyYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZ
|
17
17
|
FgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCbbgLrGLGIDE76
|
18
18
|
LV/cvxdEzCuYuS3oG9PrSZnuDweySUfdp/so0cDq+j8bqy6OzZSw07gdjwFMSd6J
|
@@ -21,15 +21,15 @@ cert_chain:
|
|
21
21
|
mUtgzBwF1V4KIZQ8EuL6I/nHVu07i6IkrpAgxpXUfdJQJi0oZAqXurAV3yTxkFwd
|
22
22
|
g62YrrW26mDe+pZBzR6bpLE+PmXCzz7UxUq3AE0gPHbiMXie3EFE0oxnsU3lIduh
|
23
23
|
sCANiQ8BAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
|
24
|
-
BBS5k4Z75VSpdM0AclG2UvzFA/
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
+
|
30
|
-
|
24
|
+
BBS5k4Z75VSpdM0AclG2UvzFA/VW5DANBgkqhkiG9w0BAQsFAAOCAQEAP5FfXeij
|
25
|
+
/fkvIZDdN0LV1ES3Thqoz4aQFbJv1Gf3VccYMs7/Rop5oWBOtiHMIVc855bgv5fx
|
26
|
+
uzRtuwiuiq1mZ6IZWkFnEw+vi+M6Q5e/8v+dhej1r7rPW71y4I1wH972O8qiuRXZ
|
27
|
+
EVu1y+fPhNAu6OTMgVtgkijEuA9d4OQ2xusF/YKWkaVkjrdHcDAEaquxYUKrswxM
|
28
|
+
DohqfAYWGDt2dmCWfRWTsBLm3p3R0mwKe8uOy4gSwcvG5SG57oSZoxrAN9CgsJoR
|
29
|
+
P+3YOaiDtZ7g4lYXhpJrMooDnoWr4TPbGIVuq0xfPlFinjBH0o1W+LfGS+3aCN6b
|
30
|
+
jT8g+1iKSQKJYA==
|
31
31
|
-----END CERTIFICATE-----
|
32
|
-
date:
|
32
|
+
date: 2019-05-06 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: hoe
|
@@ -51,28 +51,34 @@ dependencies:
|
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '5.
|
54
|
+
version: '5.11'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '5.
|
61
|
+
version: '5.11'
|
62
62
|
- !ruby/object:Gem::Dependency
|
63
63
|
name: rdoc
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '4.0'
|
69
|
+
- - "<"
|
70
|
+
- !ruby/object:Gem::Version
|
71
|
+
version: '7'
|
69
72
|
type: :development
|
70
73
|
prerelease: false
|
71
74
|
version_requirements: !ruby/object:Gem::Requirement
|
72
75
|
requirements:
|
73
|
-
- - "
|
76
|
+
- - ">="
|
74
77
|
- !ruby/object:Gem::Version
|
75
78
|
version: '4.0'
|
79
|
+
- - "<"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '7'
|
76
82
|
description: |-
|
77
83
|
hoe-travis is a Hoe plugin that allows your gem to gain maximum benefit from
|
78
84
|
http://travis-ci.org. The plugin contains a <code>.travis.yml</code>
|
@@ -121,8 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
127
|
- !ruby/object:Gem::Version
|
122
128
|
version: '0'
|
123
129
|
requirements: []
|
124
|
-
|
125
|
-
rubygems_version: 2.6.4
|
130
|
+
rubygems_version: 3.0.3
|
126
131
|
signing_key:
|
127
132
|
specification_version: 4
|
128
133
|
summary: hoe-travis is a Hoe plugin that allows your gem to gain maximum benefit from
|
metadata.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
}h���=�n:�����T;10�㶚[!����8*�����9��'(d��a ��_`,���������՛�-�
|
1
|
+
��W�EH�3���Lfࡣ�� <��"�5�ůG�&��Ek>�*&�63˹�����͋��L�u5�^h�'g��������%~����Vh���X=m?H��e���Irp���!��lN={T��'�凡?Bxkz�f'���]���[(���jU���J�|��\��P@X@�(�.7+͜��W,�7�{��:.푔����T�[0�O���/�V3��o��s֒�SQ��6�]b�ܯ�Y���q�3�pa
|