arxiv 0.1.7 → 0.1.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1edec782b776e7b7c0b094d5ac28080d019fe9dc
4
- data.tar.gz: b1267323afeb55920bbf7c06d7201c5124af98cd
3
+ metadata.gz: fc827075fdc09f8fb533e604a167f33287097e6d
4
+ data.tar.gz: d3a1194f2fa02a63fa8e1700d004104c77b540a7
5
5
  SHA512:
6
- metadata.gz: b633003bd20f55dcc3440776906b29bd5f1713b979e31b5688b7546115f12c64fc2c35143309b17fb361affb1e95638e96f3218aaae0189dd590b7f2e4e72f8a
7
- data.tar.gz: a2daa99ad08adc5d28a25293d997940d8e799b6cb10a633a31d9cb86ff4b9094bdbcadafdab109fed9e5aec86c47ef89df8bb08d540ba79ac30fa2142449eea6
6
+ metadata.gz: eb36d490ccab9bec0853fcf65bc0da553e0721714d96e00864c01bf51697ea3a95d97e94899e3df768ea2e0fc1e68c500574b67a46d025af0044572db69395f2
7
+ data.tar.gz: 82d80bf60f85deaf5809ad6c0da2bbffa92b5f367d8ad6d0586bd858a6656f24d9e5381e38516c0870b8168d860b13788088ec3d09bbd2639d2ce8cd53181868
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  deploy:
18
18
  name: Build and publish gem
19
- # if: github.ref == 'refs/heads/main' && needs.test.result == 'success'
19
+ if: github.ref == 'refs/heads/main' && needs.test.result == 'success'
20
20
  needs: test
21
21
  runs-on: ubuntu-latest
22
22
 
data/lib/arxiv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Arxiv
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arxiv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scholastica
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: happymapper
@@ -124,7 +124,6 @@ files:
124
124
  - lib/arxiv/models/manuscript.rb
125
125
  - lib/arxiv/string_scrubber.rb
126
126
  - lib/arxiv/version.rb
127
- - package-lock.json
128
127
  - spec/arxiv/arxiv_spec.rb
129
128
  - spec/arxiv/models/author_spec.rb
130
129
  - spec/arxiv/models/category_spec.rb
data/package-lock.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "name": "arxiv",
3
- "lockfileVersion": 2,
4
- "requires": true,
5
- "packages": {}
6
- }