jekyll_github_sample 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc04ac952632c2231479dc871d6b2abcfebf96ee
4
- data.tar.gz: e71916874ca33eea7bc973099ed2eedd4a610e2f
3
+ metadata.gz: bb761ec35a4b6131ccbb617354fddf4d3e3c8643
4
+ data.tar.gz: 2c3a2cdd84d6877277e9916ec4c3d90f7de22fcd
5
5
  SHA512:
6
- metadata.gz: 7f53146882fc4603a272b1b93436dc9cfbadfe3ccad3d134a1c532740852f2b3f7c920b09b4c8bb8de84e2fdd134b9174777f9c1939072b5d16b990c4e842834
7
- data.tar.gz: 0c02616d019a1a15c321ce6e1d527a8b3585c2e02a569f46d13be85bca93dbc64d3d8d6b496ff238bfa45876d925c5a8dc73b77e7401fbef1b0b5c0a192e383e
6
+ metadata.gz: b0894893010d040f5bdc4d1c13e11be2985b32d69942ccc0a1870cc73250f96a73cbbfa86673cd584875dfa618c168c225c1d6b370ba1feb34a5ff33c12cf3fa
7
+ data.tar.gz: e03f8edef68a6e0b3a01afe112a0e251d58d9e2da181909d1cc09acb55d35ac5704b8f61fc5ce95b3c99228527749913478d8b5e6e6363c7560d32ee6e1e7627
@@ -1,57 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll_github_sample (0.3.0)
4
+ jekyll_github_sample (0.3.1)
5
5
  activesupport (~> 4.0)
6
6
  jekyll (~> 3.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (4.2.7.1)
11
+ activesupport (4.2.10)
12
12
  i18n (~> 0.7)
13
- json (~> 1.7, >= 1.7.7)
14
13
  minitest (~> 5.1)
15
14
  thread_safe (~> 0.3, >= 0.3.4)
16
15
  tzinfo (~> 1.1)
17
- addressable (2.5.0)
18
- public_suffix (~> 2.0, >= 2.0.2)
16
+ addressable (2.5.2)
17
+ public_suffix (>= 2.0.2, < 4.0)
19
18
  colorator (1.1.0)
19
+ concurrent-ruby (1.0.5)
20
20
  diff-lcs (1.2.5)
21
- ffi (1.9.14)
21
+ ffi (1.9.18)
22
22
  forwardable-extended (2.6.0)
23
- i18n (0.7.0)
24
- jekyll (3.3.0)
23
+ i18n (0.9.0)
24
+ concurrent-ruby (~> 1.0)
25
+ jekyll (3.6.2)
25
26
  addressable (~> 2.4)
26
27
  colorator (~> 1.0)
27
28
  jekyll-sass-converter (~> 1.0)
28
29
  jekyll-watch (~> 1.1)
29
- kramdown (~> 1.3)
30
- liquid (~> 3.0)
30
+ kramdown (~> 1.14)
31
+ liquid (~> 4.0)
31
32
  mercenary (~> 0.3.3)
32
33
  pathutil (~> 0.9)
33
- rouge (~> 1.7)
34
+ rouge (>= 1.7, < 3)
34
35
  safe_yaml (~> 1.0)
35
- jekyll-sass-converter (1.4.0)
36
+ jekyll-sass-converter (1.5.0)
36
37
  sass (~> 3.4)
37
38
  jekyll-watch (1.5.0)
38
39
  listen (~> 3.0, < 3.1)
39
- json (1.8.3)
40
- kramdown (1.12.0)
41
- liquid (3.0.6)
40
+ kramdown (1.15.0)
41
+ liquid (4.0.0)
42
42
  listen (3.0.8)
43
43
  rb-fsevent (~> 0.9, >= 0.9.4)
44
44
  rb-inotify (~> 0.9, >= 0.9.7)
45
45
  mercenary (0.3.6)
46
- minitest (5.9.1)
47
- pathutil (0.14.0)
46
+ minitest (5.10.3)
47
+ pathutil (0.16.0)
48
48
  forwardable-extended (~> 2.6)
49
- public_suffix (2.0.4)
49
+ public_suffix (3.0.0)
50
50
  rake (10.3.2)
51
- rb-fsevent (0.9.8)
52
- rb-inotify (0.9.7)
53
- ffi (>= 0.5.0)
54
- rouge (1.11.1)
51
+ rb-fsevent (0.10.2)
52
+ rb-inotify (0.9.10)
53
+ ffi (>= 0.5.0, < 2)
54
+ rouge (2.2.1)
55
55
  rspec (2.14.1)
56
56
  rspec-core (~> 2.14.0)
57
57
  rspec-expectations (~> 2.14.0)
@@ -61,9 +61,13 @@ GEM
61
61
  diff-lcs (>= 1.1.3, < 2.0)
62
62
  rspec-mocks (2.14.6)
63
63
  safe_yaml (1.0.4)
64
- sass (3.4.22)
65
- thread_safe (0.3.5)
66
- tzinfo (1.2.2)
64
+ sass (3.5.3)
65
+ sass-listen (~> 4.0.0)
66
+ sass-listen (4.0.0)
67
+ rb-fsevent (~> 0.9, >= 0.9.4)
68
+ rb-inotify (~> 0.9, >= 0.9.7)
69
+ thread_safe (0.3.6)
70
+ tzinfo (1.2.4)
67
71
  thread_safe (~> 0.1)
68
72
 
69
73
  PLATFORMS
@@ -76,4 +80,4 @@ DEPENDENCIES
76
80
  rspec
77
81
 
78
82
  BUNDLED WITH
79
- 1.13.7
83
+ 1.15.4
@@ -21,7 +21,7 @@ module JekyllGithubSample
21
21
  if @line_start.respond_to?(:match) and tag_match = @line_start.match(/^tag:(.*)/)
22
22
  lines = extract_tagged_lines(all_lines, tag_match[1])
23
23
  else
24
- @line_start, @line_ends = determine_line_numbers(@line_start, @line_end)
24
+ @line_start, @line_end = determine_line_numbers(@line_start, @line_end)
25
25
  lines = all_lines[@line_start..@line_end]
26
26
  end
27
27
  lines = remove_common_indentation(lines)
@@ -1,3 +1,3 @@
1
1
  module JekyllGithubSample
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Willis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-21 00:00:00.000000000 Z
11
+ date: 2017-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -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.5.2
125
+ rubygems_version: 2.4.8
126
126
  signing_key:
127
127
  specification_version: 4
128
128
  summary: Include a sample of a Github repo file.