Skip to content

Commit

Permalink
Ignore Gemfile.lock
Browse files Browse the repository at this point in the history
And tests folder, but only until I have some to show ;)

This bumps the version to 0.0.2, because I want to make sure `rake 
release` works.
  • Loading branch information
thutterer committed May 17, 2020
1 parent b745cfb commit 29b8cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
log/*.log
pkg/
*.gem
test/
Gemfile.lock
2 changes: 1 addition & 1 deletion lib/bongo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bongo
VERSION = '0.0.1'
VERSION = '0.0.2'
end

0 comments on commit 29b8cfd

Please sign in to comment.