jekyll-github-chart 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5e4dfea7b6c1b8c421227bf9dc22d26f3abf4868bc84f1d2077e16b71f7148a
4
- data.tar.gz: e8b7ae9616b5b343e08e8737f38462ec27729b33e61f8340ad17fdcdb8b6227a
3
+ metadata.gz: bf22b1c8d62167ddf01e5ad1eadfe0e38f2d66a4484302e8aca52ece614bc445
4
+ data.tar.gz: 3e991e3454a9662adfd5e166d9d1e0e7d6d46f51327f6031cc3ea8defbdb9ec9
5
5
  SHA512:
6
- metadata.gz: 5a095a70bb57e2474c1d50566b82f6b30e238deed6f7cbb309866f469b2c542a05e16ea3b39b6d0da83112e9019685681b0f8f3bc177cf53d99ce8f897e4e366
7
- data.tar.gz: f5aec9605ca2d911ced890d4f2313577a31a8dbef2b9a19ccdbc075691831c452a764cc08cfd212c4b0741f5b0f06c7948ec86e91974089f84191477434c7393
6
+ metadata.gz: f64fb238e47ae9c5b31f753fa9f6abc857a54cb68b4658e30f1ddd91bdc63e14877a410f972ef59af06d6ba8e50f9760086df7e855b89bfa579afa4db8edc9c7
7
+ data.tar.gz: 0f0f98a7b96144de2b4e44942c126e9e77156dea9d05e35c73eb3af4decc2799e4ba0340731e6538e7da72293058d9fc9fbb71aa46fb71db859897b3fdcacad9
data/Gemfile CHANGED
@@ -4,3 +4,5 @@ source "https://rubygems.org"
4
4
  gemspec
5
5
 
6
6
  gem "rake", "~> 12.0"
7
+
8
+ gem "githubchart", "~> 3.1.1", github: "kinduff/githubchart"
@@ -1,8 +1,14 @@
1
+ GIT
2
+ remote: https://github.com/kinduff/githubchart.git
3
+ revision: e0d1addebb5abc38cc63754f1ba6d36a8432f6f9
4
+ specs:
5
+ githubchart (3.1.1)
6
+ svgplot (~> 1.0.0)
7
+
1
8
  PATH
2
9
  remote: .
3
10
  specs:
4
- jekyll_github_chart (0.1.0)
5
- githubchart (~> 3.1.0)
11
+ jekyll-github-chart (0.1.1)
6
12
  jekyll
7
13
 
8
14
  GEM
@@ -10,23 +16,14 @@ GEM
10
16
  specs:
11
17
  addressable (2.7.0)
12
18
  public_suffix (>= 2.0.2, < 5.0)
13
- basiccache (1.0.0)
14
19
  colorator (1.1.0)
15
- concurrent-ruby (1.1.6)
16
- curb (0.9.10)
20
+ concurrent-ruby (1.1.7)
17
21
  em-websocket (0.5.1)
18
22
  eventmachine (>= 0.12.9)
19
23
  http_parser.rb (~> 0.6.0)
20
24
  eventmachine (1.2.7)
21
25
  ffi (1.13.1)
22
26
  forwardable-extended (2.6.0)
23
- githubchart (3.1.0)
24
- githubstats (~> 2.0.0)
25
- svgplot (~> 1.0.0)
26
- githubstats (2.0.0)
27
- basiccache (~> 1.0.0)
28
- curb (~> 0.9.0)
29
- nokogiri (~> 1.8.0)
30
27
  http_parser.rb (0.6.0)
31
28
  i18n (1.8.5)
32
29
  concurrent-ruby (~> 1.0)
@@ -58,9 +55,6 @@ GEM
58
55
  rb-fsevent (~> 0.10, >= 0.10.3)
59
56
  rb-inotify (~> 0.9, >= 0.9.10)
60
57
  mercenary (0.4.0)
61
- mini_portile2 (2.3.0)
62
- nokogiri (1.8.5)
63
- mini_portile2 (~> 2.3.0)
64
58
  pathutil (0.16.2)
65
59
  forwardable-extended (~> 2.6)
66
60
  public_suffix (4.0.5)
@@ -69,7 +63,7 @@ GEM
69
63
  rb-inotify (0.10.1)
70
64
  ffi (~> 1.0)
71
65
  rexml (3.2.4)
72
- rouge (3.21.0)
66
+ rouge (3.22.0)
73
67
  safe_yaml (1.0.5)
74
68
  sassc (2.4.0)
75
69
  ffi (~> 1.9)
@@ -82,7 +76,8 @@ PLATFORMS
82
76
  ruby
83
77
 
84
78
  DEPENDENCIES
85
- jekyll_github_chart!
79
+ githubchart (~> 3.1.1)!
80
+ jekyll-github-chart!
86
81
  rake (~> 12.0)
87
82
 
88
83
  BUNDLED WITH
data/README.md CHANGED
@@ -64,7 +64,7 @@ Finally, if you don't want an `img` tag, you can pass a format argument to have
64
64
  ## Example
65
65
  Here's an example using the default parameters.
66
66
 
67
- ![Jekyll Github Chart example](https://user-images.githubusercontent.com/1270156/89127558-911b1e80-d4ee-11ea-8c74-fcf8bc3c491a.png)
67
+ ![Jekyll Github Chart example](https://user-images.githubusercontent.com/1270156/89127628-3df59b80-d4ef-11ea-8554-b4432d843544.png)
68
68
 
69
69
  ## Special thanks
70
70
  Thanks to [@akerl](https://github.com/akerl) for creating the [githubchart](https://github.com/akerl/githubchart) gem which is the foundation of this plugin.
@@ -19,6 +19,5 @@ Gem::Specification.new do |spec|
19
19
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
20
  end
21
21
 
22
- spec.add_runtime_dependency 'githubchart', '~> 3.1.0'
23
22
  spec.add_runtime_dependency 'jekyll'
24
23
  end
@@ -1,3 +1,3 @@
1
1
  module JekyllGithubChart
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-github-chart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kinduff
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-02 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: githubchart
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 3.1.0
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: 3.1.0
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: jekyll
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -60,7 +46,7 @@ licenses:
60
46
  metadata:
61
47
  homepage_uri: https://github.com/kinduff/jekyll-github-chart
62
48
  source_code_uri: https://github.com/kinduff/jekyll-github-chart
63
- post_install_message:
49
+ post_install_message:
64
50
  rdoc_options: []
65
51
  require_paths:
66
52
  - lib
@@ -75,8 +61,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
61
  - !ruby/object:Gem::Version
76
62
  version: '0'
77
63
  requirements: []
78
- rubygems_version: 3.0.6
79
- signing_key:
64
+ rubygems_version: 3.0.8
65
+ signing_key:
80
66
  specification_version: 4
81
67
  summary: Generate an SVG of Github contributions data for Jekyll
82
68
  test_files: []