Skip to content

Commit 30c8ebc

Browse files
committed
bump to 0.6.2
1 parent 01cdaff commit 30c8ebc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
github (0.6.1)
4+
github (0.6.2)
55
highline (~> 1.5.1)
66
json_pure (~> 1.5.1)
77
launchy (~> 0.3.7)

History.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== 0.6.2 2011-04-03
2+
3+
* No C-extension dependencies by default (using json_pure instead of json)
4+
15
== 0.6.1 2011-04-03
26

37
* Can install github into ruby 1.9

lib/github/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GitHub
2-
VERSION = "0.6.1"
2+
VERSION = "0.6.2"
33
end

0 commit comments

Comments
 (0)