Skip to content

Commit

Permalink
bumped to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 3, 2011
1 parent 93fe7cd commit 7a1dbc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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:
github (0.6.0)
github (0.6.1)
highline (~> 1.5.1)
json (~> 1.4.6)
launchy (~> 0.3.7)
Expand Down
8 changes: 7 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
== 0.6.0
== 0.6.1 2011-04-03

* Can install github into ruby 1.9
* Test suite runs in ruby 1.9
* Bumped development requirements to activerecord 3.0

== 0.6.0 2011-01-30

* If credentials not setup, then user prompted for them
* Corrected the "gem source --add" call [kedarmhaswade]
Expand Down
2 changes: 1 addition & 1 deletion lib/github/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GitHub
VERSION = "0.6.0"
VERSION = "0.6.1"
end

0 comments on commit 7a1dbc0

Please sign in to comment.