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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -0
- data/lib/sydecar/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ee90c9094fd0a1a3a1b76cd33fab719d4207662c25318e3037a8ccd350bc083
|
|
4
|
+
data.tar.gz: d9eba9e34886ebbf5a205c478a5b96217743b2b47f84ed83b59f70c14b9f5f5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7eb0c9b14dc8a8c7772944da7fa001df89da94b659fc43e7a4d5b960aaf8328069b9215ebf794f2f20dfe2a0231e1d0e5a5b742fbff1b87c838363ea071235b
|
|
7
|
+
data.tar.gz: 9e9d573d9c13b8c5d8babbfc6cc2dd480bc44083aea5da0f569d6106fed07f33837047cda07128ccba540a678516225e37dcca98b4970cc77a485ad558977e57
|
data/Gemfile.lock
CHANGED
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).
|
data/lib/sydecar/version.rb
CHANGED
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.
|
|
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:
|