totoro 0.2.5 → 0.2.6

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
  SHA256:
3
- metadata.gz: 0f6daf82be12b0a319e09bf4dc6b5d51716a472a0c53ee5222afda83496e3e43
4
- data.tar.gz: 44932ae30a43d0ca1deb5e2993789f66dedda866ae9a8d1e1e79a5b9ca31e3c7
3
+ metadata.gz: b196deb027e55ec7eaddd4382e1d7cb9ee67cfd63fc8baa80d184bbfdcce345f
4
+ data.tar.gz: 266e98865bfe17f0f25cc990d7cb0119862ee16b0d677773552b37e771d9490f
5
5
  SHA512:
6
- metadata.gz: ae10c7e5743f55ac694f3bea9a2e99f65bd7f6c111ec483dc7992bc7f37b4081d4d4efe5e851bc18b553877598e650bd4b0df7d6ec1b23177bda2e8097589a99
7
- data.tar.gz: 8e1e8cd544b9d82a394577165c2332b06b75c3e0a21aefb79606a4feb21d61041aac7172de908d8df1e4419fee759446d0825b1b86fa93f02a35cfc994e2dcab
6
+ metadata.gz: 0bdab46dcec1f17321d11ad4e21c7ea376f74e5f3b1c129196ac0b473ee037d6775d9845820feb638d5c402e1dfef7103cb3887644ad8a7a2a33681cdd8bf0d9
7
+ data.tar.gz: 88bc0257b91e9faaa81896195cf7751cf391eaca197a82208ea04c201c92d07a10c0e1fc2372cda1ed21f3526ce3c1c34df88d4267759c5f31a7c896eeaf2b3d
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- totoro (0.2.0)
4
+ totoro (0.2.6)
5
5
  bunny (~> 2.10)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  amq-protocol (2.3.0)
11
- bunny (2.10.0)
11
+ bunny (2.11.0)
12
12
  amq-protocol (~> 2.3.0)
13
13
  diff-lcs (1.3)
14
14
  rake (10.5.0)
@@ -36,4 +36,4 @@ DEPENDENCIES
36
36
  totoro!
37
37
 
38
38
  BUNDLED WITH
39
- 1.16.1
39
+ 1.16.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Totoro
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.6'
5
5
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: totoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShuHui18
@@ -101,6 +101,8 @@ files:
101
101
  - pkg/totoro-0.2.2.gem
102
102
  - pkg/totoro-0.2.3.gem
103
103
  - pkg/totoro-0.2.4.gem
104
+ - pkg/totoro-0.2.5.gem
105
+ - pkg/totoro-0.2.6.gem
104
106
  - spec/spec_helper.rb
105
107
  - spec/totoro_spec.rb
106
108
  - test/totoro_test/Gemfile