zilla 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/lib/zilla/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cdd0d45c3286dd333971aaea9f860912c2808a636c922111ad501357102a1bd
4
- data.tar.gz: 44b18060657c6cb42944dc1ad20d249263ba8acfa176b1ef1d070bea3a5351da
3
+ metadata.gz: 3cfb7c21cb7e5af74461ab0c8caeb711368a7f8548e228fad039578dc3d1e42b
4
+ data.tar.gz: d2f8730e425912ab9ba43cdfb19190e59b446d64c123d84dfc392a7fd2bf2e02
5
5
  SHA512:
6
- metadata.gz: 04c69f835148c7ad68fdc90471bdf67e816fbf50d1313720d273f66f72ea916970d8a5a5099028a716609390c12665deeb1fc5de12146775e1deaab566387584
7
- data.tar.gz: 3bd57eb44508103712642dbd054a69d6f56926fcc01a3c4eec576556aadc899e152b79ec5c50366f25e8d80d572741927b9b1547f278108bdd5ec03a67ff7bb8
6
+ metadata.gz: aa3973517ead3d94119eeeefaa0549c47697f1f5ea4c1f5262c4bcfed55808dce4dcbcfac11b362f9b6465fd0aeee3eb3f0c3a1b4ab221e9a418628834c11ddd
7
+ data.tar.gz: 856bcf5b69ece2888f4b1b157cada1307b6cad333970581cf43a449cf2fb50c6cd3e59d6b794c027a16d2b9771572c79560f635741b168fa97926d9c2d28480d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zilla (0.1.0)
4
+ zilla (0.1.1)
5
5
  async (~> 2.3.0)
6
6
  async-http-faraday (~> 0.11)
7
7
  faraday (~> 2.7.0)
data/lib/zilla/version.rb CHANGED
@@ -4,5 +4,5 @@ module Zilla
4
4
  module Version
5
5
  end
6
6
 
7
- VERSION = "0.1.0"
7
+ VERSION = "0.1.1"
8
8
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Sinyavskiy
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-01-29 00:00:00.000000000 Z
@@ -152,7 +152,7 @@ metadata:
152
152
  source_code_uri: https://github.com/zhulik/zilla
153
153
  changelog_uri: https://github.com/zhulik/zilla/releases
154
154
  rubygems_mfa_required: 'true'
155
- post_install_message:
155
+ post_install_message:
156
156
  rdoc_options: []
157
157
  require_paths:
158
158
  - lib
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubygems_version: 3.4.1
171
- signing_key:
171
+ signing_key:
172
172
  specification_version: 4
173
173
  summary: OpenAPI client for ruby
174
174
  test_files: []