scholarsphere-client 0.5.1 → 0.5.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 +0 -11
- data/Gemfile +1 -3
- data/Gemfile.lock +11 -10
- data/lib/scholarsphere/client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca86fbfed637858cc8c6bc29b496b82dae7d80cb1af509a63cfd51cb0c0b723b
|
|
4
|
+
data.tar.gz: cfd8d631f7df13b7718d0250f1063cef6b1929ed44d431709344e593922e0082
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1db3ec2cad1ada9512cdda576d77a76d300433cef905c1c576443083e45f36728a714f69d702adf7c1a3469b4c7a850b1f54a84f3fb5bd9cd796636644ec1b1d
|
|
7
|
+
data.tar.gz: 23d514277f18a1d22f9e648cae56274e27300f44a32e3a783baa042d12d8eeefc8786e70789aea0674531b3bdeca37dd2cb0f4fa9b551be5e0263df5e7218627
|
data/.circleci/config.yml
CHANGED
|
@@ -24,17 +24,6 @@ jobs:
|
|
|
24
24
|
name: "Copy VCR Logs"
|
|
25
25
|
when: on_fail
|
|
26
26
|
command: cp vcr.log /tmp/vcr.log
|
|
27
|
-
- run:
|
|
28
|
-
name: "Upload Coverage"
|
|
29
|
-
when: on_success
|
|
30
|
-
command: |
|
|
31
|
-
wget -q https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -O cc-test-reporter
|
|
32
|
-
chmod 755 cc-test-reporter
|
|
33
|
-
export TAG=${CIRCLE_SHA1}
|
|
34
|
-
export GIT_COMMIT_SHA=$CIRCLE_SHA1
|
|
35
|
-
export GIT_BRANCH=$CIRCLE_BRANCH
|
|
36
|
-
export GIT_COMMITED_AT=$(git log -1 --date=short --pretty=format:%ct)
|
|
37
|
-
./cc-test-reporter after-build -d
|
|
38
27
|
- store_artifacts:
|
|
39
28
|
path: /tmp/vcr.log
|
|
40
29
|
destination: VCR
|
data/Gemfile
CHANGED
|
@@ -13,10 +13,8 @@ group :development do
|
|
|
13
13
|
gem 'rake', '>= 12.3.3'
|
|
14
14
|
gem 'rspec', '~> 3.0'
|
|
15
15
|
gem 'rspec-its', '~> 1.3'
|
|
16
|
+
gem 'simplecov'
|
|
16
17
|
gem 'vcr', '~> 6.0'
|
|
17
18
|
gem 'webmock', '~> 3.11'
|
|
18
19
|
gem 'yard', '< 1.0'
|
|
19
|
-
|
|
20
|
-
# Latest version of simplecov is not compatible with Code Climate
|
|
21
|
-
gem 'simplecov', '< 0.18'
|
|
22
20
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
scholarsphere-client (0.5.
|
|
4
|
+
scholarsphere-client (0.5.2)
|
|
5
5
|
aws-sdk-s3 (~> 1.49)
|
|
6
6
|
faraday (> 0.12)
|
|
7
7
|
marcel (~> 1.0)
|
|
@@ -70,7 +70,7 @@ GEM
|
|
|
70
70
|
rexml
|
|
71
71
|
crass (1.0.6)
|
|
72
72
|
diff-lcs (1.4.4)
|
|
73
|
-
docile (1.4.
|
|
73
|
+
docile (1.4.1)
|
|
74
74
|
drb (2.2.3)
|
|
75
75
|
erb_lint (0.9.0)
|
|
76
76
|
activesupport
|
|
@@ -118,7 +118,7 @@ GEM
|
|
|
118
118
|
rubocop-rspec (~> 3.5)
|
|
119
119
|
rubocop-rspec_rails (~> 2.30)
|
|
120
120
|
scss_lint (~> 0.60)
|
|
121
|
-
nokogiri (1.18.
|
|
121
|
+
nokogiri (1.18.10)
|
|
122
122
|
mini_portile2 (~> 2.8.2)
|
|
123
123
|
racc (~> 1.4)
|
|
124
124
|
parallel (1.26.3)
|
|
@@ -133,7 +133,7 @@ GEM
|
|
|
133
133
|
pry (>= 0.13, < 0.15)
|
|
134
134
|
public_suffix (6.0.1)
|
|
135
135
|
racc (1.8.1)
|
|
136
|
-
rack (3.
|
|
136
|
+
rack (3.2.4)
|
|
137
137
|
rails-dom-testing (2.3.0)
|
|
138
138
|
activesupport (>= 5.0.0)
|
|
139
139
|
minitest
|
|
@@ -147,7 +147,7 @@ GEM
|
|
|
147
147
|
rb-inotify (0.11.1)
|
|
148
148
|
ffi (~> 1.0)
|
|
149
149
|
regexp_parser (2.10.0)
|
|
150
|
-
rexml (3.4.
|
|
150
|
+
rexml (3.4.4)
|
|
151
151
|
rspec (3.10.0)
|
|
152
152
|
rspec-core (~> 3.10.0)
|
|
153
153
|
rspec-expectations (~> 3.10.0)
|
|
@@ -210,11 +210,12 @@ GEM
|
|
|
210
210
|
scss_lint (0.60.0)
|
|
211
211
|
sass (~> 3.5, >= 3.5.5)
|
|
212
212
|
securerandom (0.4.1)
|
|
213
|
-
simplecov (0.
|
|
213
|
+
simplecov (0.22.0)
|
|
214
214
|
docile (~> 1.1)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
simplecov-html (0.
|
|
215
|
+
simplecov-html (~> 0.11)
|
|
216
|
+
simplecov_json_formatter (~> 0.1)
|
|
217
|
+
simplecov-html (0.13.2)
|
|
218
|
+
simplecov_json_formatter (0.1.4)
|
|
218
219
|
smart_properties (1.17.0)
|
|
219
220
|
tzinfo (2.0.6)
|
|
220
221
|
concurrent-ruby (~> 1.0)
|
|
@@ -241,7 +242,7 @@ DEPENDENCIES
|
|
|
241
242
|
rspec (~> 3.0)
|
|
242
243
|
rspec-its (~> 1.3)
|
|
243
244
|
scholarsphere-client!
|
|
244
|
-
simplecov
|
|
245
|
+
simplecov
|
|
245
246
|
vcr (~> 6.0)
|
|
246
247
|
webmock (~> 3.11)
|
|
247
248
|
yard (< 1.0)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scholarsphere-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Wead
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-
|
|
10
|
+
date: 2025-11-17 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: aws-sdk-s3
|