al_citations 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +13 -23
  4. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af9ea94e6107053d9429029a5b553b0ef62b5f38cc33a5568c9a8079094e2dd9
4
- data.tar.gz: eef9ea5a38524303bfb12c2940e8dc24a4d1e3e0972d9083b941f4c0d26e0280
3
+ metadata.gz: 749e707ff47bc2fa8fd1a668522c3100a5712709e033630870ec9d3a1b24ecb9
4
+ data.tar.gz: 51fbee277372ab05a019f42ceef0b933b55230525cf6ed2f76978d8e91885235
5
5
  SHA512:
6
- metadata.gz: 2c3f0d0cda356b6d7e119b940d85bce3df84ff3a48520fee4602faca59ea2907038be14873838064be8366adbf4a4bc4761b4a19c6d2b1cc4fda2a2b08112027
7
- data.tar.gz: eb52e22d573395e585b7a75ce6a9e33158a37873135e479a6d04f9c4de2d8bb1ab51a5fb51ba3137efa21becc618aae78984e71c4865a5a54a14b879601fd6ee
6
+ metadata.gz: 1c303ab750e5ce597407aacb6781a63a4712afda88479c36a1b67fd54be7a0558252fe5856b899f4eff64ace68f589f5b283b1b175ef58063c4eb6fc90de6187
7
+ data.tar.gz: 0ea45be5f661868250dd04f69abf88ef49f9c498d5865b2ac4401b0c69da1e0e115333340eb251b6c91bc5785e17e6179460645d52cd2f91f336315fc47546af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.1 - 2026-05-24
4
+
5
+ - Fixed README formatting for CI.
6
+ - Hardened citation tag tests against current Minitest releases.
7
+
3
8
  ## 0.1.0 - 2026-02-07
9
+
4
10
  - Initial gem release.
5
11
  - Added Google Scholar and InspireHEP citation count Liquid tags.
6
12
  - Synced Google Scholar parsing regex handling with al-folio main.
data/README.md CHANGED
@@ -1,53 +1,43 @@
1
- # Al-Citations
1
+ # al-citations
2
2
 
3
- A Jekyll plugin that allows you to fetch and display citation counts from Google Scholar and InspireHEP in your Jekyll site.
3
+ `al_citations` fetches and renders citation counts for `al-folio` v1.x and compatible Jekyll sites.
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your Jekyll site's Gemfile:
8
-
9
7
  ```ruby
10
8
  gem 'al_citations'
11
9
  ```
12
10
 
13
- And then execute:
14
-
15
- ```bash
16
- $ bundle install
17
- ```
18
-
19
- ## Usage
20
-
21
- 1. Add the plugin to your site's `_config.yml`:
22
-
23
11
  ```yaml
24
12
  plugins:
25
13
  - al_citations
26
14
  ```
27
15
 
28
- 2. Use the tags in your templates:
16
+ ## Usage
17
+
18
+ Google Scholar:
29
19
 
30
- For Google Scholar:
31
20
  ```liquid
32
21
  {% google_scholar_citations scholar_id article_id %}
33
22
  ```
34
23
 
35
- For InspireHEP:
24
+ InspireHEP:
25
+
36
26
  ```liquid
37
27
  {% inspirehep_citations recid %}
38
28
  ```
39
29
 
40
- ### Example
30
+ Example:
41
31
 
42
32
  ```liquid
43
- Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %}
44
- InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}
33
+ Citations: {% google_scholar_citations "YOUR_SCHOLAR_ID" "ARTICLE_ID" %} InspireHEP Citations: {% inspirehep_citations "INSPIRE_RECID" %}
45
34
  ```
46
35
 
47
- ## Development
36
+ ## Ecosystem context
48
37
 
49
- After checking out the repo, run `bundle install` to install dependencies.
38
+ - Starter integration/docs live in `al-folio`.
39
+ - Citation provider logic and rendering behavior are owned here.
50
40
 
51
41
  ## Contributing
52
42
 
53
- Bug reports and pull requests are welcome on GitHub.
43
+ Provider adapters, formatting, and reliability fixes should be contributed in this repository.
metadata CHANGED
@@ -1,14 +1,13 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - al-org
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-02-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: jekyll
@@ -125,7 +124,6 @@ metadata:
125
124
  allowed_push_host: https://rubygems.org
126
125
  homepage_uri: https://github.com/al-org-dev/al-citations
127
126
  source_code_uri: https://github.com/al-org-dev/al-citations
128
- post_install_message:
129
127
  rdoc_options: []
130
128
  require_paths:
131
129
  - lib
@@ -140,8 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
138
  - !ruby/object:Gem::Version
141
139
  version: '0'
142
140
  requirements: []
143
- rubygems_version: 3.0.3.1
144
- signing_key:
141
+ rubygems_version: 4.0.6
145
142
  specification_version: 4
146
143
  summary: Citation count tags for Google Scholar and InspireHEP
147
144
  test_files: []