Skip to content

Commit

Permalink
0.0.6.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Oct 27, 2016
1 parent 1828d82 commit a9b00f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
###### 0.0.5.pre
###### 0.0.6.pre
* MVP
9 changes: 9 additions & 0 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#### Deployment Steps
* bump version in `metadata.rb`
* add entry in `CHANGELOG.md`
* run `bundle update`
* commit changes `git add -A; git commit -m "0.0.0.pre"`
* add tag `git tag -a 0.0.0.pre`
* push commit and tags `git push --follow-tags`
* check github `https://github.com/brewster1134/sourcerer/releases` for new release with downloadable gem asset
* check rubygems `https://rubygems.org/gems/sourcerer_` for new version
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sourcerer_ (0.0.2.pre)
sourcerer_ (0.0.6.pre)
activesupport (= 4.2.7.1)
git
i18n
Expand Down
2 changes: 1 addition & 1 deletion lib/sourcerer/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Sourcerer
VERSION = '0.0.5.pre'.freeze
VERSION = '0.0.6.pre'.freeze
SUMMARY = 'Consume local & remote sources with ease'.freeze
end

0 comments on commit a9b00f0

Please sign in to comment.