We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff5953 commit c47b3c9Copy full SHA for c47b3c9
gist
@@ -80,7 +80,7 @@ module Gist
80
end
81
82
module Gist
83
- VERSION = Version = '3.0.1'
+ VERSION = Version = '3.0.2'
84
85
require 'open-uri'
86
require 'net/https'
@@ -264,7 +264,7 @@ private
264
265
data = {"files" => file_data}
266
data.merge!({ 'description' => description }) unless description.nil?
267
- data.merge!({ 'public' => false }) if private_gist
+ data.merge!({ 'public' => !private_gist })
268
data
269
270
lib/gist/version.rb
@@ -1,3 +1,3 @@
1
2
3
0 commit comments