sydecar 0.1.6 → 0.1.7

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: 7f7ca50a53331e4ebe73abe784b0282097ad56ab1cf9d087bda31919e6670790
4
- data.tar.gz: edeabcf4a7687a5bb3b46d030ff54ee8e880e3a40baed30b141124125a4446a8
3
+ metadata.gz: 3ee90c9094fd0a1a3a1b76cd33fab719d4207662c25318e3037a8ccd350bc083
4
+ data.tar.gz: d9eba9e34886ebbf5a205c478a5b96217743b2b47f84ed83b59f70c14b9f5f5e
5
5
  SHA512:
6
- metadata.gz: 3ebacf1d4a5f69410fae37d013077ef4097d36805fee933266a2070e7e83733bed0922b61b8fd45c2b30fee02b48e94ac6690cb94e131ba4a9f28e1d5eb672a3
7
- data.tar.gz: 93faa23340da67d1c6af908a166e0a2fc3786231bae43e08747b19365da8518741eb853f44d07f2ff34e13f52f536e3a6be258b4d19b3bc63c712622fd283904
6
+ metadata.gz: d7eb0c9b14dc8a8c7772944da7fa001df89da94b659fc43e7a4d5b960aaf8328069b9215ebf794f2f20dfe2a0231e1d0e5a5b742fbff1b87c838363ea071235b
7
+ data.tar.gz: 9e9d573d9c13b8c5d8babbfc6cc2dd480bc44083aea5da0f569d6106fed07f33837047cda07128ccba540a678516225e37dcca98b4970cc77a485ad558977e57
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sydecar (0.1.6)
4
+ sydecar (0.1.7)
5
5
  faraday (~> 2.7)
6
6
  faraday-multipart (~> 1.0)
7
7
  json (~> 2.6)
data/README.md CHANGED
@@ -94,6 +94,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
94
94
 
95
95
  Bug reports and pull requests are welcome on GitHub at https://github.com/Play-Money/sydecar.
96
96
 
97
+ ## How to Publish Changes
98
+ 1. gem build sydecar.gemspec
99
+ 2. gem push sydecar-x.x.x.gem
100
+
97
101
  ## License
98
102
 
99
103
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sydecar
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sydecar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - 1lyan
@@ -144,14 +144,14 @@ files:
144
144
  - lib/sydecar/vendor.rb
145
145
  - lib/sydecar/version.rb
146
146
  - lib/sydecar/webhook_calls.rb
147
- homepage: https://github.com/Play-Money/sydecar.
147
+ homepage: https://github.com/Play-Money/sydecar
148
148
  licenses:
149
149
  - MIT
150
150
  metadata:
151
151
  allowed_push_host: https://rubygems.org
152
- homepage_uri: https://github.com/Play-Money/sydecar.
153
- source_code_uri: https://github.com/Play-Money/sydecar.
154
- changelog_uri: https://github.com/Play-Money/sydecar.
152
+ homepage_uri: https://github.com/Play-Money/sydecar
153
+ source_code_uri: https://github.com/Play-Money/sydecar
154
+ changelog_uri: https://github.com/Play-Money/sydecar
155
155
  post_install_message:
156
156
  rdoc_options: []
157
157
  require_paths: