Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'octokit'
gem 'gems'

gem 'repomen', ">= 0.1.4"
gem 'inch', ">= 0.4.6"
gem 'inch', '>= 0.8.0'
gem 'inch-badge', ">= 0.2.1"

gem 'jekyll'
Expand Down
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
chunky_png (1.3.1)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
coderay (1.1.0)
coderay (1.1.2)
colorator (0.1)
commander (4.1.6)
highline (~> 1.6.11)
Expand All @@ -18,11 +18,11 @@ GEM
haml (4.0.5)
tilt
highline (1.6.21)
inch (0.4.6)
inch (0.8.0)
pry
sparkr (>= 0.2.0)
term-ansicolor
yard (~> 0.8.7)
yard (~> 0.9.12)
inch-badge (0.2.1)
chunky_png
jekyll (1.5.1)
Expand All @@ -47,17 +47,16 @@ GEM
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
maruku (0.7.0)
method_source (0.8.2)
method_source (0.9.2)
multipart-post (2.0.0)
octokit (3.1.0)
sawyer (~> 0.5.3)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.8)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pygments.rb (0.5.4)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
Expand All @@ -72,27 +71,29 @@ GEM
sawyer (0.5.4)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
slop (3.5.0)
sparkr (0.4.1)
term-ansicolor (1.3.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
tilt (2.0.1)
tins (1.3.0)
tins (1.21.1)
toml (0.1.1)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)
yard (0.8.7.4)
yard (0.9.20)

PLATFORMS
ruby

DEPENDENCIES
gems
inch (>= 0.4.6)
inch (>= 0.8.0)
inch-badge (>= 0.2.1)
jekyll
jekyll-haml
jekyll-markdown-block
octokit
pry
repomen (>= 0.1.4)

BUNDLED WITH
1.17.3