jekyll_github_sample 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +46 -50
- data/jekyll_github_sample.gemspec +1 -1
- data/lib/jekyll_github_sample/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbe426f3a4ba56ae33eea0b0d06f3168cc6a1847
|
4
|
+
data.tar.gz: 0cf73c713e0123584116c20c51cac8a0c63b9789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d6c630ffc6c0ddf6118cec63f96a0e66a93921e9d025250297f29f4aff4d28c6eb3a423667d28abcb01a12f77475dbd062625eeccd382b1b933ea8d568a3a93
|
7
|
+
data.tar.gz: 58df351402012f1550b74c2c65fe88c0781eee8f1b780f5c0bd58d3b2239f9f670b5d9fa80b587935e5a324f7d22a87e31004dd579bb95cadc3e925ad17c946c
|
data/Gemfile.lock
CHANGED
@@ -1,62 +1,57 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
jekyll_github_sample (0.
|
4
|
+
jekyll_github_sample (0.2.0)
|
5
5
|
activesupport (~> 4.0)
|
6
|
-
jekyll (~>
|
6
|
+
jekyll (~> 3.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (4.
|
12
|
-
i18n (~> 0.
|
11
|
+
activesupport (4.2.7.1)
|
12
|
+
i18n (~> 0.7)
|
13
13
|
json (~> 1.7, >= 1.7.7)
|
14
14
|
minitest (~> 5.1)
|
15
|
-
thread_safe (~> 0.
|
15
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
16
16
|
tzinfo (~> 1.1)
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
colorator (0.1)
|
21
|
-
commander (4.1.6)
|
22
|
-
highline (~> 1.6.11)
|
17
|
+
addressable (2.5.0)
|
18
|
+
public_suffix (~> 2.0, >= 2.0.2)
|
19
|
+
colorator (1.1.0)
|
23
20
|
diff-lcs (1.2.5)
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
21
|
+
ffi (1.9.14)
|
22
|
+
forwardable-extended (2.6.0)
|
23
|
+
i18n (0.7.0)
|
24
|
+
jekyll (3.3.0)
|
25
|
+
addressable (~> 2.4)
|
26
|
+
colorator (~> 1.0)
|
27
|
+
jekyll-sass-converter (~> 1.0)
|
28
|
+
jekyll-watch (~> 1.1)
|
29
|
+
kramdown (~> 1.3)
|
30
|
+
liquid (~> 3.0)
|
31
|
+
mercenary (~> 0.3.3)
|
32
|
+
pathutil (~> 0.9)
|
33
|
+
rouge (~> 1.7)
|
37
34
|
safe_yaml (~> 1.0)
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
35
|
+
jekyll-sass-converter (1.4.0)
|
36
|
+
sass (~> 3.4)
|
37
|
+
jekyll-watch (1.5.0)
|
38
|
+
listen (~> 3.0, < 3.1)
|
39
|
+
json (1.8.3)
|
40
|
+
kramdown (1.12.0)
|
41
|
+
liquid (3.0.6)
|
42
|
+
listen (3.0.8)
|
43
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
44
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
45
|
+
mercenary (0.3.6)
|
46
|
+
minitest (5.9.1)
|
47
|
+
pathutil (0.14.0)
|
48
|
+
forwardable-extended (~> 2.6)
|
49
|
+
public_suffix (2.0.4)
|
53
50
|
rake (10.3.2)
|
54
|
-
rb-fsevent (0.9.
|
55
|
-
rb-inotify (0.9.
|
56
|
-
ffi (>= 0.5.0)
|
57
|
-
rb-kqueue (0.2.2)
|
51
|
+
rb-fsevent (0.9.8)
|
52
|
+
rb-inotify (0.9.7)
|
58
53
|
ffi (>= 0.5.0)
|
59
|
-
|
54
|
+
rouge (1.11.1)
|
60
55
|
rspec (2.14.1)
|
61
56
|
rspec-core (~> 2.14.0)
|
62
57
|
rspec-expectations (~> 2.14.0)
|
@@ -65,13 +60,11 @@ GEM
|
|
65
60
|
rspec-expectations (2.14.5)
|
66
61
|
diff-lcs (>= 1.1.3, < 2.0)
|
67
62
|
rspec-mocks (2.14.6)
|
68
|
-
safe_yaml (1.0.
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
tzinfo (1.2.0)
|
63
|
+
safe_yaml (1.0.4)
|
64
|
+
sass (3.4.22)
|
65
|
+
thread_safe (0.3.5)
|
66
|
+
tzinfo (1.2.2)
|
73
67
|
thread_safe (~> 0.1)
|
74
|
-
yajl-ruby (1.1.0)
|
75
68
|
|
76
69
|
PLATFORMS
|
77
70
|
ruby
|
@@ -81,3 +74,6 @@ DEPENDENCIES
|
|
81
74
|
jekyll_github_sample!
|
82
75
|
rake
|
83
76
|
rspec
|
77
|
+
|
78
|
+
BUNDLED WITH
|
79
|
+
1.13.6
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
s.require_paths = ['lib']
|
18
18
|
|
19
19
|
s.add_dependency 'activesupport', '~> 4.0'
|
20
|
-
s.add_dependency 'jekyll', '~>
|
20
|
+
s.add_dependency 'jekyll', '~> 3.0'
|
21
21
|
|
22
22
|
s.add_development_dependency 'rspec'
|
23
23
|
s.add_development_dependency 'bundler'
|
@@ -1,3 +1,3 @@
|
|
1
1
|
module JekyllGithubSample
|
2
|
-
VERSION = '0.
|
3
|
-
end
|
2
|
+
VERSION = '0.2.0'
|
3
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_github_sample
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Willis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '3.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '3.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
124
|
rubyforge_project:
|
125
|
-
rubygems_version: 2.
|
125
|
+
rubygems_version: 2.5.1
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: Include a sample of a Github repo file.
|