Skip to content

Commit

Permalink
Updates gitignore, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
beneggett committed Dec 5, 2013
1 parent ee16c4b commit 4f9bf44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ pkg/
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache

.ruby-version
.ruby-gemset

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:
simple_contact (0.0.8)
simple_contact (0.0.9)
rails (~> 3.2.15)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_contact/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleContact
VERSION = "0.0.8"
VERSION = "0.0.9"
end

0 comments on commit 4f9bf44

Please sign in to comment.