Skip to content

Commit

Permalink
bumping to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Oct 30, 2017
1 parent 3e35209 commit 0ab35d8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 27 deletions.
56 changes: 30 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
PATH
remote: .
specs:
jekyll_github_sample (0.3.0)
jekyll_github_sample (0.3.1)
activesupport (~> 4.0)
jekyll (~> 3.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.7.1)
activesupport (4.2.10)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.0.5)
diff-lcs (1.2.5)
ffi (1.9.14)
ffi (1.9.18)
forwardable-extended (2.6.0)
i18n (0.7.0)
jekyll (3.3.0)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
jekyll (3.6.2)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
rouge (>= 1.7, < 3)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.4.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
json (1.8.3)
kramdown (1.12.0)
liquid (3.0.6)
kramdown (1.15.0)
liquid (4.0.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
minitest (5.9.1)
pathutil (0.14.0)
minitest (5.10.3)
pathutil (0.16.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.4)
public_suffix (3.0.0)
rake (10.3.2)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.11.1)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (2.2.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -61,9 +61,13 @@ GEM
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
safe_yaml (1.0.4)
sass (3.4.22)
thread_safe (0.3.5)
tzinfo (1.2.2)
sass (3.5.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
tzinfo (1.2.4)
thread_safe (~> 0.1)

PLATFORMS
Expand All @@ -76,4 +80,4 @@ DEPENDENCIES
rspec

BUNDLED WITH
1.13.7
1.15.4
2 changes: 1 addition & 1 deletion lib/jekyll_github_sample/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JekyllGithubSample
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit 0ab35d8

Please sign in to comment.