QSID 0.2 → 0.2.1

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 (2) hide show
  1. data/lib/QSID.rb +0 -1
  2. metadata +3 -2
data/lib/QSID.rb CHANGED
@@ -66,7 +66,6 @@ class QSID
66
66
 
67
67
  def self.newID
68
68
  self.id = self._makeID
69
- puts self.id
70
69
  return self.id
71
70
  end
72
71
  def self._makeID
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- version: "0.2"
8
+ - 1
9
+ version: 0.2.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Skylar Schipper
@@ -13,7 +14,7 @@ autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
16
 
16
- date: 2012-04-17 00:00:00 -05:00
17
+ date: 2012-04-17 00:00:00 -07:00
17
18
  default_executable:
18
19
  dependencies: []
19
20