msgpack 1.2.2 → 1.2.3

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: 68dd900fcc04726f6cb555013d2517177b94a5d08e913d2918fb51537d291f43
4
- data.tar.gz: 6bd2cce929b6d2e82a9c709556287698c344bc059e21ea1555419217ca3eee00
3
+ metadata.gz: 6bd6a315ec840b8a8231244de700a3916dd773130659cc3d56640d142291cebe
4
+ data.tar.gz: 4d415dff54c8aeb7b75c5a40ee70d705f42a2b931c73a60fd04b4ce45adfb132
5
5
  SHA512:
6
- metadata.gz: 2738b1131fb77a0d6594525faeb34d77ac558abb4289bfddf256863ef46c174b0414d2c2a52b772f1c20862d308766f1ddcfa37b3d0224c00ab11ce652b739ad
7
- data.tar.gz: b8af7f48d1ae8e9c65c1af36f34b72989978e41426c730ab99f44cd9264253716d96d59abf13cc80f28384561f7a5ec1e5d2a6941afd8bec72c4b90626756bdc
6
+ metadata.gz: 12a959c72c59d9728beb7d98ff059f73b32c1ae81f13c8789ae500c3f1f0595fe626cb27cd75fe99bd66d2be003fa1add7c52d44a593c09e4e162396d47ebc5d
7
+ data.tar.gz: c603ebd483256e2bbf972ed6afff6e4b6eed1fe1919f4ebf4b81d0a322f2925fd3ae310f143ce56eba40eaec49f383d693685bc007bd87ef84a53d83e60634ab
@@ -9,20 +9,25 @@ branches:
9
9
  gemfile:
10
10
  - Gemfile
11
11
 
12
+ before_install:
13
+ # This is only for Ruby 2.5.0, Bundler 1.16.1 and rubygems 2.7.3
14
+ # See https://github.com/travis-ci/travis-ci/issues/8969
15
+ - "[ \"x2.7.3\" = \"x\"$(gem --version) ] && gem update --system --no-document || echo \"no need to update rubygem\""
16
+
12
17
  # http://rubies.travis-ci.org/
13
18
  matrix:
14
19
  include:
15
20
  - rvm: 2.1.10
16
21
  os: linux
17
- - rvm: 2.2.8
22
+ - rvm: 2.2.9
18
23
  os: linux
19
- - rvm: 2.3.5
24
+ - rvm: 2.3.6
20
25
  os: linux
21
- - rvm: 2.3.5
22
- os: osx
23
- - rvm: 2.4.2
26
+ - rvm: 2.4.3
27
+ os: linux
28
+ - rvm: 2.5.0
24
29
  os: linux
25
- - rvm: 2.4.2
30
+ - rvm: 2.5.0
26
31
  os: osx
27
32
  - rvm: ruby-head
28
33
  os: linux
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2018-03-02 version 1.2.3:
2
+
3
+ * Add Ruby 2.5.0 binary in gem releases for Windows
4
+
1
5
  2018-01-11 version 1.2.2:
2
6
 
3
7
  * Fix bug to occur SEGV occasionally (depends on GC timing) when exttype is used
data/Rakefile CHANGED
@@ -65,7 +65,7 @@ namespace :build do
65
65
  desc 'Build gems for Windows per rake-compiler-dock'
66
66
  task :windows do
67
67
  require 'rake_compiler_dock'
68
- RakeCompilerDock.sh 'bundle && gem i json && rake cross native gem RUBY_CC_VERSION=1.9.3:2.0.0:2.1.6:2.2.2:2.3.0:2.4.0'
68
+ RakeCompilerDock.sh 'bundle && gem i json && rake cross native gem RUBY_CC_VERSION=1.9.3:2.0.0:2.1.10:2.2.9:2.3.6:2.4.3:2.5.0'
69
69
  end
70
70
  end
71
71
 
@@ -1,3 +1,3 @@
1
1
  module MessagePack
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msgpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-01-11 00:00:00.000000000 Z
13
+ date: 2018-03-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler