cucumber-messages 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e2286a240c65980c29e98a87af7a6a95f97ad332e60408a9b6c61c5c4937988
4
- data.tar.gz: 3695b5c0ebaea493401e1cc6dcc5377996892fb08ca8168a92f9e04759f34cee
3
+ metadata.gz: 8747c9b80d6d431fc7afc9f5e8e85b702a5c1dc27259e821c8803b748cb4b8da
4
+ data.tar.gz: 89961c416ce09dfd2c306d85dc8abf94de974bea17bca7ffa4d714f2dbc835aa
5
5
  SHA512:
6
- metadata.gz: 6967b76363e89f28f787216f88950cb51de71b63975ec255e8b6e240eaeb1364200d26be3889bb2aa73a8534d6f361b8f8fdcb564bbc91178711914017d9ec45
7
- data.tar.gz: f30eb410d0d99b85821660599bf9947bdc0a09fc5e8b960c2afdd3e83ee5d69f586451975f3740f0d5f939ca0ace2a859b4c458d760c9f630e443e0864a262b0
6
+ metadata.gz: 9889061768f5117b8af9ed2cb12302e3fdee778152053dcb98b146fbc9621b434b5ef1cc6940520cbb637e9461f27ecc95d3a703cfed25a4b56b4229bbbd9d7d
7
+ data.tar.gz: 6b2ed98c2e335e7c0f4add326171aef490caae73eac381b8e92dc51713c27214880edab97733f4870c08eb4776ba966af0bc2c0f47ae32049e8a1a745efb0f2b
@@ -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.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.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-09-29 00:00:00.000000000 Z
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.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
- ```