al_citations 0.1.0 → 1.0.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/README.md +4 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af9ea94e6107053d9429029a5b553b0ef62b5f38cc33a5568c9a8079094e2dd9
4
- data.tar.gz: eef9ea5a38524303bfb12c2940e8dc24a4d1e3e0972d9083b941f4c0d26e0280
3
+ metadata.gz: 4d95107ada43d15b8febf0964604ffc46d1ca02fc09930cf7797ce5b0991f162
4
+ data.tar.gz: '063008c7e2a5c1ada33b67746cf9500f1d19539adb6ac881c1561b46958c473d'
5
5
  SHA512:
6
- metadata.gz: 2c3f0d0cda356b6d7e119b940d85bce3df84ff3a48520fee4602faca59ea2907038be14873838064be8366adbf4a4bc4761b4a19c6d2b1cc4fda2a2b08112027
7
- data.tar.gz: eb52e22d573395e585b7a75ce6a9e33158a37873135e479a6d04f9c4de2d8bb1ab51a5fb51ba3137efa21becc618aae78984e71c4865a5a54a14b879601fd6ee
6
+ metadata.gz: 6214bef213127c4396340c010cbb548815859f7ef42d01897424cd85957312bd9a07b627ad833323972ce9f52a6735efcee7e7032c9bd4c1c3662f6f4259c05b
7
+ data.tar.gz: 9858a8487eb8b12b781338930605624736db89c39e26856965dd3d79d2dda9be06c4ec30fa2c5d50a7fd762803defdc762c956b0b2ffeebc27804d4cab2294d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Changelog
2
2
 
3
3
  ## 0.1.0 - 2026-02-07
4
+
4
5
  - Initial gem release.
5
6
  - Added Google Scholar and InspireHEP citation count Liquid tags.
6
7
  - Synced Google Scholar parsing regex handling with al-folio main.
data/README.md CHANGED
@@ -28,11 +28,13 @@ plugins:
28
28
  2. Use the tags in your templates:
29
29
 
30
30
  For Google Scholar:
31
+
31
32
  ```liquid
32
33
  {% google_scholar_citations scholar_id article_id %}
33
34
  ```
34
35
 
35
36
  For InspireHEP:
37
+
36
38
  ```liquid
37
39
  {% inspirehep_citations recid %}
38
40
  ```
@@ -40,8 +42,7 @@ For InspireHEP:
40
42
  ### Example
41
43
 
42
44
  ```liquid
43
- Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %}
44
- InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}
45
+ Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %} InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}
45
46
  ```
46
47
 
47
48
  ## Development
@@ -50,4 +51,4 @@ After checking out the repo, run `bundle install` to install dependencies.
50
51
 
51
52
  ## Contributing
52
53
 
53
- Bug reports and pull requests are welcome on GitHub.
54
+ Bug reports and pull requests are welcome on GitHub.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: al_citations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - al-org
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-07 00:00:00.000000000 Z
11
+ date: 2026-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll