QSID 0.2.2 → 0.3

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 +44 -0
  2. metadata +21 -38
data/lib/QSID.rb CHANGED
@@ -1,3 +1,47 @@
1
+ ==begin
2
+ /***
3
+ * QSID
4
+ * @author - Skylar Schipper
5
+ * @copyright - (2011 - 2012) (c) QuietSight Inc
6
+ * (All rights reserved)
7
+ *
8
+ * QSID.rb
9
+ * 10/09/2011
10
+ *
11
+ /////////////////////////////////////////////////////////
12
+
13
+ Redistribution and use in source and binary forms, with or without
14
+ modification, are permitted provided that the following conditions are met:
15
+ *Redistributions of source code must retain the above copyright
16
+ notice, this list of conditions and the following disclaimer.
17
+ *Redistributions in binary form must reproduce the above copyright
18
+ notice, this list of conditions and the following disclaimer in the
19
+ documentation and/or other materials provided with the distribution.
20
+ *Neither the name of Skylar Schipper nor the names of any contributors may
21
+ be used to endorse or promote products derived from this software without
22
+ specific prior written permission.
23
+
24
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
25
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27
+ DISCLAIMED. IN NO EVENT SHALL SKYLAR SCHIPPER OR QUIET SIGHT INC BE LIABLE FOR ANY
28
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
29
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
30
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
31
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
+
35
+ /////////////////////////////////////////////////////////
36
+ *
37
+ *
38
+ *
39
+ *
40
+ *
41
+ *
42
+ ***/
43
+ ==end
44
+
1
45
  class QSID
2
46
 
3
47
  ## This is what is called to create a new ID
metadata CHANGED
@@ -1,62 +1,45 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: QSID
3
- version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 2
8
- - 2
9
- version: 0.2.2
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.3'
5
+ prerelease:
10
6
  platform: ruby
11
- authors:
7
+ authors:
12
8
  - Skylar Schipper
13
9
  autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
-
17
- date: 2012-04-17 00:00:00 -07:00
18
- default_executable:
12
+ date: 2012-04-17 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
14
  description: A 32bit integer ID
22
15
  email: ss@schipp.co
23
16
  executables: []
24
-
25
17
  extensions: []
26
-
27
18
  extra_rdoc_files: []
28
-
29
- files:
19
+ files:
30
20
  - lib/QSID.rb
31
- has_rdoc: true
32
21
  homepage: http://qsid.quietsight.com
33
22
  licenses: []
34
-
35
23
  post_install_message:
36
24
  rdoc_options: []
37
-
38
- require_paths:
25
+ require_paths:
39
26
  - lib
40
- required_ruby_version: !ruby/object:Gem::Requirement
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- segments:
45
- - 0
46
- version: "0"
47
- required_rubygems_version: !ruby/object:Gem::Requirement
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- segments:
52
- - 0
53
- version: "0"
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ none: false
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
54
39
  requirements: []
55
-
56
40
  rubyforge_project:
57
- rubygems_version: 1.3.6
41
+ rubygems_version: 1.8.24
58
42
  signing_key:
59
43
  specification_version: 3
60
44
  summary: 32bit QNID
61
45
  test_files: []
62
-