tenios-api 1.0.0 → 1.0.1
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 +5 -3
- data/CHANGELOG.md +20 -2
- data/lib/tenios/api/version.rb +1 -1
- data/tenios-api.gemspec +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2838a7e92ff7b199e137a0956b13863e953953bac877f5f075bc6a6133cbb092
|
|
4
|
+
data.tar.gz: 98db42df534eed0cd0d2d9b3c8bc280ed8b1a996bea05f9d8feaa960475caa48
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b60cd6d60408feb2dc44bc6081ac107aeb5d6cac26b2ab6c5f781eb7b8d3dff5aa3e667856f55b208c4d4a3be0a34de282eff915a244a37a188da441d45e22d
|
|
7
|
+
data.tar.gz: 0eab7b3fe7aade7baf7decfdcb9f133bb229f98ae8d1f2a14ca8d8fc3dcf0e6c6196f3bd95e80ada7782b2105b176e1176deaa4f966eb1a978c8af7ae1e08c0b
|
data/.circleci/config.yml
CHANGED
|
@@ -10,8 +10,9 @@ jobs:
|
|
|
10
10
|
steps:
|
|
11
11
|
- checkout
|
|
12
12
|
- restore_cache:
|
|
13
|
-
keys:
|
|
14
|
-
- bundle
|
|
13
|
+
keys:
|
|
14
|
+
- bundle-ruby-<< parameters.ruby_version >>-{{ checksum "tenios-api.gemspec" }}
|
|
15
|
+
- bundle-ruby-<< parameters.ruby_version >>
|
|
15
16
|
- run:
|
|
16
17
|
name: bundle update
|
|
17
18
|
command: |
|
|
@@ -19,7 +20,7 @@ jobs:
|
|
|
19
20
|
bundle update --jobs=4 --retry=3
|
|
20
21
|
bundle clean --force
|
|
21
22
|
- save_cache:
|
|
22
|
-
key: bundle
|
|
23
|
+
key: bundle-ruby-<< parameters.ruby_version >>-{{ checksum "tenios-api.gemspec" }}
|
|
23
24
|
paths: [~/project/vendor/bundle]
|
|
24
25
|
- run: bundle exec rake
|
|
25
26
|
|
|
@@ -32,3 +33,4 @@ workflows:
|
|
|
32
33
|
parameters:
|
|
33
34
|
ruby_version:
|
|
34
35
|
- "2.7"
|
|
36
|
+
- "3.0"
|
data/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,27 @@
|
|
|
1
|
-
## [
|
|
1
|
+
## [Unreleased]
|
|
2
|
+
|
|
3
|
+
### Added
|
|
4
|
+
### Changed
|
|
5
|
+
### Deprecated
|
|
6
|
+
### Removed
|
|
7
|
+
### Fixed
|
|
8
|
+
### Security
|
|
9
|
+
### Misc
|
|
10
|
+
|
|
11
|
+
## [1.0.1] - 2020-02-13
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
* Ruby 3.0 support
|
|
16
|
+
|
|
17
|
+
[1.0.1]: https://github.com/carwow/deals_service_client/compare/v1.0.0...v1.0.1
|
|
18
|
+
|
|
19
|
+
## [1.0.0] - 2020-02-12
|
|
2
20
|
|
|
3
21
|
### Changed
|
|
4
22
|
|
|
5
23
|
* Tenios API URL is now https://api.tenios.com
|
|
6
|
-
* Ruby ~> 2.7
|
|
24
|
+
* Ruby ~> 2.7 support
|
|
7
25
|
|
|
8
26
|
### Misc
|
|
9
27
|
|
data/lib/tenios/api/version.rb
CHANGED
data/tenios-api.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.homepage = "https://github.com/carwow/tenios-api-ruby"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
|
-
spec.required_ruby_version = Gem::Requirement.new("
|
|
15
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 2.7", "< 3.1")
|
|
16
16
|
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
18
18
|
spec.metadata["source_code_uri"] = spec.homepage
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tenios-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- carwow Developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -147,16 +147,19 @@ require_paths:
|
|
|
147
147
|
- lib
|
|
148
148
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
|
-
- - "
|
|
150
|
+
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '2.7'
|
|
153
|
+
- - "<"
|
|
154
|
+
- !ruby/object:Gem::Version
|
|
155
|
+
version: '3.1'
|
|
153
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
157
|
requirements:
|
|
155
158
|
- - ">="
|
|
156
159
|
- !ruby/object:Gem::Version
|
|
157
160
|
version: '0'
|
|
158
161
|
requirements: []
|
|
159
|
-
rubygems_version: 3.
|
|
162
|
+
rubygems_version: 3.2.3
|
|
160
163
|
signing_key:
|
|
161
164
|
specification_version: 4
|
|
162
165
|
summary: Tenios API Client ☎️
|