zaikio-oauth_client 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +9 -8
- data/lib/zaikio/oauth_client/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4acce9f2a5a527a4f5e6d407f2a345149215e906ca155488f5bc65fc8a0a3a62
|
4
|
+
data.tar.gz: a8d208cb534f3fa52c41bd959efbd20956e1f5fc8302d9e807b1af60da02c8f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2cbeff0fd6c94ea3566c7e970f2872741c240f5241a987cc838be5923fcb2a7fdf3e53d639aedcfb8b830d07de3acea1208230479896fb5f501a821cb352a53
|
7
|
+
data.tar.gz: 07ec99742b7fd32aa9c9874257092f7e361cadd3c5dfd95eeb45bbeb09a711bb2b01955e9700b9568dfca82ee696d23293c081977df07861c243edfbb288c39f
|
data/README.md
CHANGED
@@ -234,14 +234,15 @@ If you use the provided OAuth credentials from above and test this against the S
|
|
234
234
|
|
235
235
|
**Make sure you have the dummy app running locally to validate your changes.**
|
236
236
|
|
237
|
-
Make your changes and
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
-
|
242
|
-
- `
|
243
|
-
|
244
|
-
|
237
|
+
- Make your changes and submit a pull request for them
|
238
|
+
- Make sure to update `CHANGELOG.md`
|
239
|
+
|
240
|
+
To release a new version of the gem:
|
241
|
+
- Update the version in `lib/zaikio/oauth_client/version.rb`
|
242
|
+
- Update `CHANGELOG.md` to include the new version and its release date
|
243
|
+
- Commit and push your changes
|
244
|
+
- Create a [new release on GitHub](https://github.com/zaikio/zaikio-directory-models/releases/new)
|
245
|
+
- CircleCI will build the Gem package and push it Rubygems for you
|
245
246
|
|
246
247
|
## License
|
247
248
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zaikio-oauth_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zaikio GmbH
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -119,12 +119,12 @@ files:
|
|
119
119
|
- lib/zaikio/oauth_client/engine.rb
|
120
120
|
- lib/zaikio/oauth_client/test_helper.rb
|
121
121
|
- lib/zaikio/oauth_client/version.rb
|
122
|
-
homepage: https://
|
122
|
+
homepage: https://github.com/zaikio/zaikio-oauth_client
|
123
123
|
licenses:
|
124
124
|
- MIT
|
125
125
|
metadata:
|
126
126
|
changelog_uri: https://github.com/zaikio/zaikio-oauth_client/blob/master/CHANGELOG.md
|
127
|
-
post_install_message:
|
127
|
+
post_install_message:
|
128
128
|
rdoc_options: []
|
129
129
|
require_paths:
|
130
130
|
- lib
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubygems_version: 3.2.3
|
143
|
-
signing_key:
|
143
|
+
signing_key:
|
144
144
|
specification_version: 4
|
145
145
|
summary: Zaikio Platform Connectivity
|
146
146
|
test_files: []
|