gist 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/lib/gist.rb +1 -1
  2. data/lib/gist/version.rb +1 -1
  3. metadata +4 -4
@@ -207,7 +207,7 @@ private
207
207
 
208
208
  data = {"files" => file_data}
209
209
  data.merge!({ 'description' => description }) unless description.nil?
210
- data.merge!({ 'public' => false }) if private_gist
210
+ data.merge!({ 'public' => !private_gist })
211
211
  data
212
212
  end
213
213
 
@@ -1,3 +1,3 @@
1
1
  module Gist
2
- VERSION = Version = '3.0.1'
2
+ VERSION = Version = '3.0.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gist
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 1
10
- version: 3.0.1
9
+ - 2
10
+ version: 3.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Wanstrath
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-20 00:00:00 -07:00
19
+ date: 2012-03-21 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies: []
22
22