Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 21, 2012
1 parent 5ff5953 commit c47b3c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gist
Expand Up @@ -80,7 +80,7 @@ module Gist
end
end
module Gist
VERSION = Version = '3.0.1'
VERSION = Version = '3.0.2'
end
require 'open-uri'
require 'net/https'
Expand Down Expand Up @@ -264,7 +264,7 @@ private

data = {"files" => file_data}
data.merge!({ 'description' => description }) unless description.nil?
data.merge!({ 'public' => false }) if private_gist
data.merge!({ 'public' => !private_gist })
data
end

Expand Down
2 changes: 1 addition & 1 deletion lib/gist/version.rb
@@ -1,3 +1,3 @@
module Gist
VERSION = Version = '3.0.1'
VERSION = Version = '3.0.2'
end

0 comments on commit c47b3c9

Please sign in to comment.