Skip to content

Commit c47b3c9

Browse files
committed
3.0.2
1 parent 5ff5953 commit c47b3c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module Gist
8080
end
8181
end
8282
module Gist
83-
VERSION = Version = '3.0.1'
83+
VERSION = Version = '3.0.2'
8484
end
8585
require 'open-uri'
8686
require 'net/https'
@@ -264,7 +264,7 @@ private
264264

265265
data = {"files" => file_data}
266266
data.merge!({ 'description' => description }) unless description.nil?
267-
data.merge!({ 'public' => false }) if private_gist
267+
data.merge!({ 'public' => !private_gist })
268268
data
269269
end
270270

lib/gist/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gist
2-
VERSION = Version = '3.0.1'
2+
VERSION = Version = '3.0.2'
33
end

0 commit comments

Comments
 (0)