oauth2c 1.1.2.pre1 → 1.1.2
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/.circleci/config.yml +1 -1
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +1 -1
- data/lib/oauth2c/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: baaa6f175d0f02ae8b0f8b696db6fd47634a0c5b4500e9478d1112dd29d51a41
|
|
4
|
+
data.tar.gz: 4850c14130f948008cbf5282b73795c8c935512a33ee5d295cfbd4182ba11418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bffc3b992695ca8832798491fc71e51da72c29f75036540bee5edb69f77ba9b193a83904aeb1006392f90e4b422224c7aeca30b72b4d09e66eb3a4c62b6a853e
|
|
7
|
+
data.tar.gz: 9b2a2603f3eb09202d6115b09b4a43acc3fc3a68b3f1bfbee88bcce0205780938918b79deb6e32db7cff95482b688fed7da47e77f7273182fe59d94901c972b9
|
data/.circleci/config.yml
CHANGED
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
45
45
|
- v1-bundle-{{ checksum "Gemfile.lock" }}-
|
|
46
46
|
- run:
|
|
47
47
|
name: Install Ruby Dependencies
|
|
48
|
-
command: bundle check --path=vendor/bundle || bundle install --local --frozen --path=vendor/bundle --jobs=4 --retry=3
|
|
48
|
+
command: bundle check --path=vendor/bundle || bundle install --local --frozen --path=vendor/bundle --jobs=4 --retry=3 && bundle clean
|
|
49
49
|
- save_cache:
|
|
50
50
|
key: v1-bundle-{{ checksum "Gemfile.lock" }}-
|
|
51
51
|
paths:
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
## [1.1.2
|
|
9
|
+
## [1.1.2] - 2020-02-24
|
|
10
10
|
### Changed
|
|
11
11
|
- Release on RubyGems using gem-publisher CircleCI Orb
|
|
12
12
|
- Build doc and make it available on CircleCI's build artifacts
|
data/Gemfile.lock
CHANGED
data/lib/oauth2c/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oauth2c
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.2
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Doximity
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: http
|
|
@@ -220,9 +220,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
220
220
|
version: 2.3.0
|
|
221
221
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
222
222
|
requirements:
|
|
223
|
-
- - "
|
|
223
|
+
- - ">="
|
|
224
224
|
- !ruby/object:Gem::Version
|
|
225
|
-
version:
|
|
225
|
+
version: '0'
|
|
226
226
|
requirements: []
|
|
227
227
|
rubygems_version: 3.1.2
|
|
228
228
|
signing_key:
|