cucumber-messages 1.1.1 → 1.1.2
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/cucumber-messages.gemspec +1 -1
- metadata +3 -4
- data/CONTRIBUTING.md +0 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8747c9b80d6d431fc7afc9f5e8e85b702a5c1dc27259e821c8803b748cb4b8da
|
|
4
|
+
data.tar.gz: 89961c416ce09dfd2c306d85dc8abf94de974bea17bca7ffa4d714f2dbc835aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9889061768f5117b8af9ed2cb12302e3fdee778152053dcb98b146fbc9621b434b5ef1cc6940520cbb637e9461f27ecc95d3a703cfed25a4b56b4229bbbd9d7d
|
|
7
|
+
data.tar.gz: 6b2ed98c2e335e7c0f4add326171aef490caae73eac381b8e92dc51713c27214880edab97733f4870c08eb4776ba966af0bc2c0f47ae32049e8a1a745efb0f2b
|
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.1.
|
|
4
|
+
s.version = '1.1.2'
|
|
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.1.
|
|
4
|
+
version: 1.1.2
|
|
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-
|
|
11
|
+
date: 2018-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|
|
@@ -92,7 +92,6 @@ files:
|
|
|
92
92
|
- ".rsync"
|
|
93
93
|
- ".subrepo"
|
|
94
94
|
- ".travis.yml"
|
|
95
|
-
- CONTRIBUTING.md
|
|
96
95
|
- Gemfile
|
|
97
96
|
- LICENSE
|
|
98
97
|
- Makefile
|
|
@@ -130,7 +129,7 @@ rubyforge_project:
|
|
|
130
129
|
rubygems_version: 2.7.7
|
|
131
130
|
signing_key:
|
|
132
131
|
specification_version: 4
|
|
133
|
-
summary: cucumber-messages-1.1.
|
|
132
|
+
summary: cucumber-messages-1.1.2
|
|
134
133
|
test_files:
|
|
135
134
|
- spec/capture_warnings.rb
|
|
136
135
|
- spec/coverage.rb
|
data/CONTRIBUTING.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
Release Process
|
|
2
|
-
===============
|
|
3
|
-
|
|
4
|
-
* Bump the version number in the gemspec
|
|
5
|
-
* Update `CHANGELOG.md` with the upcoming version number and create a new `In Git` section
|
|
6
|
-
* Now release it:
|
|
7
|
-
|
|
8
|
-
```
|
|
9
|
-
bundle update
|
|
10
|
-
bundle exec rake
|
|
11
|
-
git commit -m "Release X.Y.Z"
|
|
12
|
-
# Make sure you run gem signin as the cukebot@cucumber.io user before running the following step. Credentials can be found in 1Password
|
|
13
|
-
rake release
|
|
14
|
-
```
|