protobuf 3.8.0 → 3.8.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d82278977557e5c90d1f77123bdeaff5212b4bff
4
- data.tar.gz: 73e90edc9b078e6755e5c210802c0234bc582956
3
+ metadata.gz: a83d5de57b9c6a5360694475d248d6e0fc10ae50
4
+ data.tar.gz: 8d662211209d4d768f48247e4088c0c2d3248df2
5
5
  SHA512:
6
- metadata.gz: 8cc8884c6490ebc5cda56ff625733160a842baed3ae99c390bebecc38b9652379d8d510f81b47042484e850cbfc936c1fb9dc48e511afea1339ea8c7a362964f
7
- data.tar.gz: 741d05f4aa8cfd8737d2275fbc09deb1cb7a13c67835d10ff85cc6422e8812f9daf33279449f27df3045ce8505cbdd8111d27505caf5ec3afc3ca3dea8c500b8
6
+ metadata.gz: f160e7baed1d88bf0afc04850217140e0f50121c8e3ca0ca08daa564ee9f09f82f8f3b39da79cd3f6d1b1e05001ef20be69c2362f7dd4df44a6953e43562da96
7
+ data.tar.gz: c307c334b2a68a97d0dd86c4560177df02c75990e80f3cace69406a8d50f3948a83651ca2bbc873c6efbd17eb8102786cbbd50b5a649181271e5405df6b6e895
@@ -22,7 +22,7 @@ namespace :protobuf do
22
22
  full_command = command.join(' ')
23
23
 
24
24
  puts full_command
25
- exec(full_command)
25
+ system(full_command)
26
26
  end
27
27
 
28
28
  desc 'Clean the generated *.pb.rb files from the destination package. Pass PB_FORCE_CLEAN=1 to skip confirmation step.'
@@ -1,3 +1,3 @@
1
1
  module Protobuf
2
- VERSION = '3.8.0' # rubocop:disable Style/MutableConstant
2
+ VERSION = '3.8.1' # rubocop:disable Style/MutableConstant
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BJ Neilsen
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-09-06 00:00:00.000000000 Z
14
+ date: 2017-09-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport