jekyll-gh-contributors 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af037f356206494c03a248ef1931b1757e0ca31cd749b24e2c846428e21f9ed2
4
- data.tar.gz: 88f7aa6ab452dab1f97beaed70c2e6874ab9038bc71dd84cd5ca33a2f37a405e
3
+ metadata.gz: d178a954dfbe9eb3c4e2757e82f80540f77e25d9392ed51006be703910b5b059
4
+ data.tar.gz: 7006d182a395b681e2894342d59ba72a40fdd4310be9e69d6c95680771ee2f29
5
5
  SHA512:
6
- metadata.gz: 5baadd896b25d2546e152baafa76a606f5bba731be3433f651ee3585982074c0b8996a3f32519f045d34d1c093134e05800d129256b65e090d978ccba8490b00
7
- data.tar.gz: 97adaeba1a352b6736b71220a9994c736141229ad80028c833a94e6e84d9ef52abb3b4cd45866524f5c89860ca0a5147665c675db117086aebd050399b2c5376
6
+ metadata.gz: 0612b7aeb641aae917af44401b4823e67bfc330eab272ccb0386bf08de90e8ee7f85ebabfcaf0f238b9a4e405ab861648f04070367429686112dd587bb7cb440
7
+ data.tar.gz: 2dc9f2ca94f750a10085827b2e2015c0d5e0b2f13b928769341cba253c9ca19dba2a333d40ce1747ae8d43514aeb1cf2181096733ae4caa2ce1b32e353c82853
data/Gemfile.lock ADDED
@@ -0,0 +1,55 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ jekyll-gh-contributors (1.0.2)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.2)
10
+ diff-lcs (1.4.4)
11
+ parallel (1.20.1)
12
+ parser (3.0.2.0)
13
+ ast (~> 2.4.1)
14
+ rainbow (3.0.0)
15
+ rake (13.0.6)
16
+ regexp_parser (2.1.1)
17
+ rexml (3.2.5)
18
+ rspec (3.10.0)
19
+ rspec-core (~> 3.10.0)
20
+ rspec-expectations (~> 3.10.0)
21
+ rspec-mocks (~> 3.10.0)
22
+ rspec-core (3.10.1)
23
+ rspec-support (~> 3.10.0)
24
+ rspec-expectations (3.10.1)
25
+ diff-lcs (>= 1.2.0, < 2.0)
26
+ rspec-support (~> 3.10.0)
27
+ rspec-mocks (3.10.2)
28
+ diff-lcs (>= 1.2.0, < 2.0)
29
+ rspec-support (~> 3.10.0)
30
+ rspec-support (3.10.2)
31
+ rubocop (0.93.1)
32
+ parallel (~> 1.10)
33
+ parser (>= 2.7.1.5)
34
+ rainbow (>= 2.2.2, < 4.0)
35
+ regexp_parser (>= 1.8)
36
+ rexml
37
+ rubocop-ast (>= 0.6.0)
38
+ ruby-progressbar (~> 1.7)
39
+ unicode-display_width (>= 1.4.0, < 2.0)
40
+ rubocop-ast (1.8.0)
41
+ parser (>= 3.0.1.1)
42
+ ruby-progressbar (1.11.0)
43
+ unicode-display_width (1.7.0)
44
+
45
+ PLATFORMS
46
+ arm64-darwin-21
47
+
48
+ DEPENDENCIES
49
+ jekyll-gh-contributors!
50
+ rake (~> 13.0)
51
+ rspec (~> 3.0)
52
+ rubocop (~> 0.80)
53
+
54
+ BUNDLED WITH
55
+ 2.2.3
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module JekyllGHContributors
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-gh-contributors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - joel ibaceta
@@ -22,6 +22,7 @@ files:
22
22
  - ".rspec"
23
23
  - ".rubocop.yml"
24
24
  - Gemfile
25
+ - Gemfile.lock
25
26
  - LICENSE.txt
26
27
  - README.md
27
28
  - Rakefile