Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 26, 2014
1 parent add72f4 commit e86cec3
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Molinillo Changelog

## Master
## 0.1.0

* Initial release.
[Samuel Giddins](https://github.com/segiddins)

16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
molinillo (0.0.1)
molinillo (0.1.0)

GEM
remote: https://rubygems.org/
@@ -17,10 +17,10 @@ GEM
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
bacon (1.2.0)
codeclimate-test-reporter (0.4.0)
codeclimate-test-reporter (0.4.1)
simplecov (>= 0.7.1, < 1.0.0)
docile (1.1.5)
ffi (1.9.3)
ffi (1.9.6)
json_pure (1.8.1)
kicker (3.0.0)
listen (~> 1.3.0)
@@ -37,7 +37,7 @@ GEM
mocha (>= 0.9.8)
multi_json (1.10.1)
notify (0.5.2)
parser (2.2.0.pre.4)
parser (2.2.0.pre.5)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9)
@@ -50,16 +50,16 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
rubocop (0.26.0)
rubocop (0.26.1)
astrolabe (~> 1.3)
parser (>= 2.2.0.pre.4, < 3.0)
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.5.1)
simplecov (0.9.0)
ruby-progressbar (1.6.0)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
2 changes: 1 addition & 1 deletion lib/molinillo/gem_metadata.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Molinillo
VERSION = '0.0.1'
VERSION = '0.1.0'
end

0 comments on commit e86cec3

Please sign in to comment.