Skip to content

Commit

Permalink
update releasinator to latest gem and rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed May 10, 2016
1 parent 8b67ef7 commit 499cc03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'releasinator', '~> 0.2'
gem 'releasinator', '~> 0.3'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
redcarpet (3.3.4)
releasinator (0.2.1)
releasinator (0.3.2)
colorize (~> 0.7)
configatron (~> 4.5)
json (~> 1.8)
Expand All @@ -31,7 +31,7 @@ PLATFORMS
ruby

DEPENDENCIES
releasinator (~> 0.2)
releasinator (~> 0.3)

BUNDLED WITH
1.11.2
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import "../releasinator/lib/tasks/releasinator.rake"
spec = Gem::Specification.find_by_name 'releasinator'
load "#{spec.gem_dir}/lib/tasks/releasinator.rake"

0 comments on commit 499cc03

Please sign in to comment.