Skip to content

Commit

Permalink
Bumps version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jstorimer committed Nov 2, 2011
1 parent 4fbe674 commit 3b4b3cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Version 0.1.3 (Nov 2, 2011)

* Adds --rspec option to force test framework to rspec.
* Adds a -I option to append directories to LOAD_PATH.
* Allows multiple files to be pushed at the same time.

## Version 0.1.2 (Nov 1, 2011)

* Ensure that the paths generated for the socket file are valid on Ubuntu
* Ensure that the paths generated for the socket file are valid on Ubuntu.
2 changes: 1 addition & 1 deletion spin.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "spin"
s.version = '0.1.2'
s.version = '0.1.3'
s.authors = ["Jesse Storimer"]
s.email = ["jstorimer@gmail.com"]
s.homepage = "http://jstorimer.github.com/spin"
Expand Down

0 comments on commit 3b4b3cc

Please sign in to comment.