Skip to content

Commit

Permalink
Add chandler dev dependency
Browse files Browse the repository at this point in the history
For automatic creation of github releases.
  • Loading branch information
David Rodríguez committed Apr 7, 2016
1 parent f7c0740 commit 4182eae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -14,3 +14,4 @@ gem 'mdl', github: 'mivok/markdownlint'
gem 'pry', github: 'pry'
gem 'travis', '~> 1.8'
gem 'yard', '0.8.7.6'
gem 'chandler', '0.3.0'
10 changes: 10 additions & 0 deletions Gemfile.lock
Expand Up @@ -26,6 +26,9 @@ GEM
addressable (2.4.0)
ast (2.2.0)
backports (3.6.8)
chandler (0.3.0)
netrc
octokit (>= 2.2.0)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
codeclimate-test-reporter (0.5.0)
Expand Down Expand Up @@ -63,6 +66,9 @@ GEM
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
netrc (0.11.0)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
overcommit (0.33.0)
childprocess (~> 0.5.8)
iniparse (~> 1.4)
Expand All @@ -83,6 +89,9 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.7.5)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
Expand All @@ -109,6 +118,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.7)
byebug!
chandler (= 0.3.0)
codeclimate-test-reporter (= 0.5.0)
mdl!
minitest (~> 5.7)
Expand Down
10 changes: 10 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,16 @@
#
require 'bundler/gem_tasks'

#
# For automatic creation of github releases
#
require 'chandler/tasks'

#
# Add chandler as a prerequisite for `rake release`
#
task 'release:rubygem_push' => 'chandler:push'

#
# Prepend DevKit into compilation phase
#
Expand Down

0 comments on commit 4182eae

Please sign in to comment.