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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb774c96ee88f324e6da5b8ece141a110f306d5a38506ab33bb1c44b4fa6ca16
4
- data.tar.gz: 6bf71d03fac23bca3c96fe38c7b7ad84d0f609dc98a4cc673ab44e83dfff001f
3
+ metadata.gz: 4acce9f2a5a527a4f5e6d407f2a345149215e906ca155488f5bc65fc8a0a3a62
4
+ data.tar.gz: a8d208cb534f3fa52c41bd959efbd20956e1f5fc8302d9e807b1af60da02c8f7
5
5
  SHA512:
6
- metadata.gz: 878a92cd495fb07fa942a0e100862586a42c262bafdd9afa64d9cee76efd2b3a85d833b4c92bda916f66afa97c6c7cfe9090ddee2cdf9834a7deae3c22bb0bc3
7
- data.tar.gz: 72084e3c353aeed81b6dbc7cee0eb2ae44ab5140c5a55319dc4933e35944881d66a98fa329230d3a3b902e98701f1dc9de6e05539e9b1f8917720c5056f21a3c
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 adjust `version.rb`. Please make sure to update `CHANGELOG.md`.
238
-
239
- **To push a new release:**
240
-
241
- - `gem build zaikio-oauth_client.gemspec`
242
- - `gem push zaikio-oauth_client-0.1.0.gem`
243
- *Adjust the version accordingly.*
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
 
@@ -1,5 +1,5 @@
1
1
  module Zaikio
2
2
  module OAuthClient
3
- VERSION = "0.4.2".freeze
3
+ VERSION = "0.4.3".freeze
4
4
  end
5
5
  end
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.2
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-13 00:00:00.000000000 Z
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://www.zaikio.com
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: []