kishu 1.0.2 → 1.0.3
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/.codeclimate.yml +34 -0
- data/.gitignore +2 -26
- data/.travis.yml +1 -1
- data/lib/kishu/client.rb +1 -0
- data/lib/kishu/version.rb +1 -1
- metadata +5 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cca50d11b46c1f80e3bcda0ecbe25fcbf1d99a725856592f92624112ca0bba51
|
|
4
|
+
data.tar.gz: b1d453473dce2dcc7ad928cd475015d4ee11ea71072ffa37be630249b579827f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f338efe90ec839636f162af8f0609db726dacc0abf4ac2678c057aeb2367896195c1a115392a563ac87c9df307899e5bc426a7240fcaf4e6a77d12d4460fecb9
|
|
7
|
+
data.tar.gz: 708d00a087a6a60d9927ff0986a1d764c2252faa198a037be75f76657e6cee44747bb8f0d0e1976c2bcc63bd28c9bfd2bd91ca457edb527f80e7a88bafc6dad5
|
data/.codeclimate.yml
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
engines:
|
|
3
|
+
brakeman:
|
|
4
|
+
enabled: true
|
|
5
|
+
bundler-audit:
|
|
6
|
+
enabled: true
|
|
7
|
+
duplication:
|
|
8
|
+
enabled: true
|
|
9
|
+
config:
|
|
10
|
+
languages:
|
|
11
|
+
- ruby
|
|
12
|
+
fixme:
|
|
13
|
+
enabled: true
|
|
14
|
+
rubocop:
|
|
15
|
+
enabled: true
|
|
16
|
+
ratings:
|
|
17
|
+
paths:
|
|
18
|
+
- Gemfile.lock
|
|
19
|
+
- "**.erb"
|
|
20
|
+
- "**.haml"
|
|
21
|
+
- "**.rb"
|
|
22
|
+
- "**.rhtml"
|
|
23
|
+
- "**.slim"
|
|
24
|
+
- "**.inc"
|
|
25
|
+
- "**.js"
|
|
26
|
+
- "**.jsx"
|
|
27
|
+
- "**.module"
|
|
28
|
+
- "**.php"
|
|
29
|
+
- "**.py"
|
|
30
|
+
exclude_paths:
|
|
31
|
+
- config/
|
|
32
|
+
- db/
|
|
33
|
+
- spec/
|
|
34
|
+
- vendor/
|
data/.gitignore
CHANGED
|
@@ -9,29 +9,5 @@
|
|
|
9
9
|
|
|
10
10
|
# rspec failure tracking
|
|
11
11
|
.rspec_status
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
201804/datacite_resolution_logs_2018-04-01_sorted.log
|
|
15
|
-
201808/DataCite-access.log-201808-ap-southeast-1
|
|
16
|
-
201808/DataCite-access.log-201808-eu-west-1
|
|
17
|
-
201808/DataCite-access.log-201808-sa-east-1
|
|
18
|
-
201808/DataCite-access.log-201808-us-east-1
|
|
19
|
-
201808/DataCite-access.log-201808-us-west-2
|
|
20
|
-
201808/datacite_resolution_logs_2018-08-01.log
|
|
21
|
-
201808/datacite_resolution_logs_2018-08-01_sorted.log
|
|
22
|
-
201809/DataCite-access.log-201809-ap-southeast-1
|
|
23
|
-
201809/DataCite-access.log-201809-eu-west-1
|
|
24
|
-
201809/DataCite-access.log-201809-us-east-1
|
|
25
|
-
201809/DataCite-access.log-201809-us-west-2
|
|
26
|
-
201809/datacite_resolution_logs_2018-09-01.log
|
|
27
|
-
201809/datacite_resolution_logs_2018-09-01_sorted.log
|
|
28
|
-
201810/DataCite-access.log-201810-ap-southeast-1
|
|
29
|
-
201810/DataCite-access.log-201810-eu-west-1
|
|
30
|
-
201810/DataCite-access.log-201810-us-east-1
|
|
31
|
-
201810/DataCite-access.log-201810-us-west-2
|
|
32
|
-
201810/datacite_resolution_logs_2018-10-01.log
|
|
33
|
-
201810/datacite_resolution_logs_2018-10-01_sorted.log
|
|
34
|
-
reports/datacite_resolution_report_2018-04.json
|
|
35
|
-
reports/datacite_resolution_report_2018-08.json
|
|
36
|
-
reports/datacite_resolution_report_2018-08_2.json
|
|
37
|
-
.gem
|
|
12
|
+
*.gem
|
|
13
|
+
reports/*.json
|
data/.travis.yml
CHANGED
data/lib/kishu/client.rb
CHANGED
data/lib/kishu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kishu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kristian Garza
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -335,6 +335,7 @@ executables:
|
|
|
335
335
|
extensions: []
|
|
336
336
|
extra_rdoc_files: []
|
|
337
337
|
files:
|
|
338
|
+
- ".codeclimate.yml"
|
|
338
339
|
- ".gitignore"
|
|
339
340
|
- ".rspec"
|
|
340
341
|
- ".travis.yml"
|
|
@@ -386,15 +387,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
386
387
|
- !ruby/object:Gem::Version
|
|
387
388
|
version: '0'
|
|
388
389
|
requirements: []
|
|
389
|
-
|
|
390
|
-
rubygems_version: 2.7.6
|
|
390
|
+
rubygems_version: 3.0.3
|
|
391
391
|
signing_key:
|
|
392
392
|
specification_version: 4
|
|
393
393
|
summary: Client for DOI Resolution Logs processing pipeline
|
|
394
|
-
test_files:
|
|
395
|
-
- spec/factories/default.rb
|
|
396
|
-
- spec/fixtures/vcr_cassettes/Kishu_Sushi/wrap_event/when_doi_doesn_t_exist/should_fail.yml
|
|
397
|
-
- spec/kishu_spec.rb
|
|
398
|
-
- spec/report_spec.rb
|
|
399
|
-
- spec/resolution_event_spec.rb
|
|
400
|
-
- spec/spec_helper.rb
|
|
394
|
+
test_files: []
|