cucumber-messages 1.0.0 → 1.0.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 +4 -4
- data/.travis.yml +13 -1
- data/cucumber-messages.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 842a03cea8175ec773e7be764a37a42e8bf97c53df31b131f0beed2d6278ecb9
|
|
4
|
+
data.tar.gz: bab43fe9416c762bae2799902c80f60ed227767023118f3f230ba0124eb054ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 123c82bb7ed8dae9c4d06289b9a8e3589f74a4747c5368f09065bf1f168fdabdf51f46d4e9d6f14e51def18b95319f9a7af69262a326421f81593a3def258add
|
|
7
|
+
data.tar.gz: 0cf1d68e938cc3b11d493e302256cf8e7f2e9dbf1d15ab7a9cffbc9a13902562d62e023fa9376e43026ffdce779621bb3cfab21d8ed4a305e222ff0f091881b5
|
data/.travis.yml
CHANGED
|
@@ -12,4 +12,16 @@ script: make default
|
|
|
12
12
|
|
|
13
13
|
matrix:
|
|
14
14
|
allow_failures:
|
|
15
|
-
- rvm:
|
|
15
|
+
- rvm: jruby-9.1.17.0
|
|
16
|
+
jobs:
|
|
17
|
+
include:
|
|
18
|
+
- stage: deploy
|
|
19
|
+
ruby: 2.5.1
|
|
20
|
+
deploy:
|
|
21
|
+
skip_cleanup: true
|
|
22
|
+
provider: rubygems
|
|
23
|
+
api_key:
|
|
24
|
+
secure: PPm6XABN3ggY2uRVY+yktyGbH22LGqaKrDig1BXsC0cqtgRrUzSaq89l7H7Zckgddcpwc8EZ6TTp+jvZAQPZsxmKwZcRthH6rE43o4VZXEIuWfhuvvhewPhF3hp51QqF2I5jJYHwOXbR/IGZseAvy3ksswF9xP9CEtk2j9yLG7yYZa/F+ljXdxel68AcXYBzMbH2CsJPck7FLm7EwMTmYeIwszgpxbht/Clnx/MHmxYKS0pw6Y8E0C3D5HCUFKeiDwgBXuunByawXl/xhloepv9OZiz+4K4sItLaKa2leKYwpvxvTuml7GQ7nbyh8GL8gEJ5+GTDxNoxiHmMeHT1erEbEJVDNFYR8FwuSFXrCq/FbcrQUKdZbg3f0yvf+GCbtnw79yHIUcMtqbvE762CuBBdXanKYjmZwpdLkW7JerCsmplTJrWqt/0uzxJl3atu4EeJ9z6r1ITYgJiYPQussJtNA/tQo2+l+Na6/m+OtX4U90H6lsesrO6oZOAT8EAwce77biOwh138dyNSn/4+0WST6g9G+dtIKfGGlMChifFogbk/c/F8InFPdKQXZjW5McPWM+jl7h07JFePkvl1kUmmDwwTdVIy0CpWEvB7JvYkXy/RpGuWT1HMP8CX/n0d8hhma/f+q3wu8SifipDPiGabYB/exHDYI5Pwbb+eme4=
|
|
25
|
+
gem: cucumber-messages
|
|
26
|
+
on:
|
|
27
|
+
tags: true
|
data/cucumber-messages.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'cucumber-messages'
|
|
4
|
-
s.version = '1.0.
|
|
4
|
+
s.version = '1.0.4'
|
|
5
5
|
s.authors = ["Aslak Hellesøy"]
|
|
6
6
|
s.description = "Protocol Buffer messages for Cucumber's inter-process communication"
|
|
7
7
|
s.summary = "cucumber-messages-#{s.version}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-messages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|
|
@@ -126,10 +126,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
128
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 2.7.
|
|
129
|
+
rubygems_version: 2.7.7
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
|
-
summary: cucumber-messages-1.0.
|
|
132
|
+
summary: cucumber-messages-1.0.4
|
|
133
133
|
test_files:
|
|
134
134
|
- spec/capture_warnings.rb
|
|
135
135
|
- spec/coverage.rb
|