totoro 0.4.0 → 0.4.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
  SHA256:
3
- metadata.gz: b44d3b8f2d6e6fd25e5cf6185d9654150fa531d9bdc2b8c6236f3f54ddc4a751
4
- data.tar.gz: 0b416fe489a0bca768b0d7d6ed5a373563817d9efc2f07ed6d9f60da454bf21b
3
+ metadata.gz: 321d976fc93e094bb8c965380ee0b4e110d8581d3e9520e3c839546ad07084d0
4
+ data.tar.gz: 1a847abeee7c07aa92383fb43d93dde2c104ec1fc65c730b28ccd5d15c200b07
5
5
  SHA512:
6
- metadata.gz: 23c9106df1b78977ee14da0e93b877d7365adde40729d032f95f105dd0c2e4fa76759697d3d12817e5dd4ee2d04f7062f94a8031d2627dc137be5439dc29c105
7
- data.tar.gz: 0d09a54b0a625277f9bb6c7ec6e2858873a0df0d0060529619fee5e12e57310aa0b51422fb0d6166b3bebf03f31dbf1b6be0c8677516170bd6c902ace6a9ee10
6
+ metadata.gz: d0bb50a46bb9b9fe69eb4adb331b3fb62636591cc689f294dc825b54b3d8819690c8872e84b488963090fa4cebfbc7d9d2b53c64c229a75d93e3aa757cc0875f
7
+ data.tar.gz: 0f79b42f76edcdfbfb486a9270c2b82862c683ae54ee30fccfc760444c0753afb1a827dbc62517dafe680748dd9724113aea32f48e43007706a97794671d7d97
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- totoro (0.3.0)
4
+ totoro (0.4.1)
5
5
  bunny (~> 2.10)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Totoro
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
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.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShuHui18
@@ -98,15 +98,7 @@ files:
98
98
  - lib/totoro/config.rb
99
99
  - lib/totoro/initializer.rb
100
100
  - lib/totoro/version.rb
101
- - pkg/totoro-0.1.1.gem
102
- - pkg/totoro-0.1.2.gem
103
- - pkg/totoro-0.1.3.gem
104
- - pkg/totoro-0.1.4.gem
105
- - pkg/totoro-0.1.5.gem
106
- - pkg/totoro-0.1.6.gem
107
- - pkg/totoro-0.2.0.gem
108
- - pkg/totoro-0.2.1.gem
109
- - pkg/totoro-0.2.7.gem
101
+ - pkg/totoro-0.4.1.gem
110
102
  - spec/spec_helper.rb
111
103
  - spec/totoro_spec.rb
112
104
  - test/totoro_test/Gemfile
data/pkg/totoro-0.1.1.gem DELETED
Binary file
data/pkg/totoro-0.1.2.gem DELETED
Binary file
data/pkg/totoro-0.1.3.gem DELETED
Binary file
data/pkg/totoro-0.1.4.gem DELETED
Binary file
data/pkg/totoro-0.1.5.gem DELETED
Binary file
data/pkg/totoro-0.1.6.gem DELETED
Binary file
data/pkg/totoro-0.2.0.gem DELETED
Binary file
data/pkg/totoro-0.2.1.gem DELETED
Binary file
data/pkg/totoro-0.2.7.gem DELETED
Binary file