Added Releasinator. Preparing for 1.7.2

This commit is contained in:
Jay Patel
2016-05-12 16:00:38 -05:00
parent 18e1c58d93
commit 80dc4e4f95
10 changed files with 175 additions and 38 deletions

37
Gemfile.lock Normal file
View File

@@ -0,0 +1,37 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
colorize (0.7.7)
configatron (4.5.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
github-markup (1.4.0)
json (1.8.3)
multipart-post (2.0.0)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
redcarpet (3.3.4)
releasinator (0.3.3)
colorize (~> 0.7)
configatron (~> 4.5)
json (~> 1.8)
octokit (~> 4.0)
semantic (~> 1.4)
vandamme (~> 0.0.11)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
semantic (1.4.1)
vandamme (0.0.11)
github-markup (~> 1.3)
redcarpet (~> 3.3.2)
PLATFORMS
ruby
DEPENDENCIES
releasinator (~> 0.3)
BUNDLED WITH
1.12.3