simple_uuid 0.1.1 → 0.1.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 (6) hide show
  1. data/CHANGELOG +2 -0
  2. data/LICENSE +11 -0
  3. data/simple_uuid.gemspec +4 -6
  4. metadata +19 -27
  5. data.tar.gz.sig +0 -0
  6. metadata.gz.sig +0 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.1.2 add license file
2
+
1
3
  v0.1.1 fix problem with ruby 1.9 [Aanand Prasad]
2
4
 
3
5
  v0.1.0 move UUID class into a SimpleUUID module
data/LICENSE CHANGED
@@ -0,0 +1,11 @@
1
+ Copyright 2009-2010 Twitter, Inc.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
4
+ file except in compliance with the License. You may obtain a copy of the License at
5
+
6
+ http://www.apache.org/licenses/LICENSE-2.0
7
+
8
+ Unless required by applicable law or agreed to in writing, software distributed
9
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
11
+ specific language governing permissions and limitations under the License.
@@ -2,12 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{simple_uuid}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0.8") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ryan King, Evan Weaver"]
9
- s.cert_chain = ["/Users/ryan/.gemkeys/gem-public_cert.pem"]
10
- s.date = %q{2010-03-23}
9
+ s.date = %q{2011-01-19}
11
10
  s.description = %q{Simple, scalable UUID generation.}
12
11
  s.email = %q{ryan@twitter.com}
13
12
  s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "lib/simple_uuid.rb"]
@@ -16,8 +15,7 @@ Gem::Specification.new do |s|
16
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Simple_uuid", "--main", "README.rdoc"]
17
16
  s.require_paths = ["lib"]
18
17
  s.rubyforge_project = %q{fauna}
19
- s.rubygems_version = %q{1.3.5}
20
- s.signing_key = %q{/Users/ryan/.gemkeys/gem-private_key.pem}
18
+ s.rubygems_version = %q{1.3.7}
21
19
  s.summary = %q{Simple, scalable UUID generation.}
22
20
  s.test_files = ["test/test_uuid.rb"]
23
21
 
@@ -25,7 +23,7 @@ Gem::Specification.new do |s|
25
23
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
26
24
  s.specification_version = 3
27
25
 
28
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
26
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
29
27
  else
30
28
  end
31
29
  else
metadata CHANGED
@@ -1,36 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_uuid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ hash: 31
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 2
10
+ version: 0.1.2
5
11
  platform: ruby
6
12
  authors:
7
13
  - Ryan King, Evan Weaver
8
14
  autorequire:
9
15
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMQ0wCwYDVQQDDARyeWFu
14
- MRswGQYKCZImiZPyLGQBGRYLdGhlcnlhbmtpbmcxEzARBgoJkiaJk/IsZAEZFgNj
15
- b20wHhcNMTAwMTA4MTc1MDM0WhcNMTEwMTA4MTc1MDM0WjBBMQ0wCwYDVQQDDARy
16
- eWFuMRswGQYKCZImiZPyLGQBGRYLdGhlcnlhbmtpbmcxEzARBgoJkiaJk/IsZAEZ
17
- FgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLPp+0PtRT3qCI
18
- 02sMsADSn7Uf1GpyXUtk4Fb94LqUO6Scl91YDmbFMpjzrQwQvBYMIVreWcwSish6
19
- nip6WEk9lqXcOeDmex/qY2/FVXG8ffqjFHiNiN9vpWrWj5VMICequ+ftzWLKsPIS
20
- DGJ4o+Z6wEYRuirgaRPCYAUDPglsaqctJ56wPuycryMe5+ApSkOS9iLWMprQKEAq
21
- j2R2OBV0dSARdbtzuKwrP7sLDo7uPa0egFBUlcZ+nujGr4LvmpryB8scNRNmZK1w
22
- 1rEI7O06CbULj08qYxEhnKmFE7LbBoN/HrmvZLVQK5mWuiZQhtmJuhBfStJsaDux
23
- 5tBEkYZVAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
24
- BBSnLarDEo5eBE2arSMrBdOOhtrnPTANBgkqhkiG9w0BAQUFAAOCAQEANER07s4K
25
- Pvc1DSduliRDMUax/VSfLzDTtTAQwuSAPDrWAYXKugcJtOZOXjDbGL7c5zoWmy9u
26
- Fn5vEVdm/93J+84D/IMaaof3BwX/NNEYH01CeZEIGMfc5AFFha7dabzP/uiPpb/c
27
- GSvomC9IzyN37+eWwOS16cC+5XnBT6KRCaXYg2Fh6WpTgde67OVgXr4Q58HXlaZ+
28
- /2BB3wq9lZ4JskvlpYpYnlPAUyiyc6R2Mjts1pURz5nkW4SuS7Kd1KCOOyr1McDH
29
- VP12sTSjJclmI17BjDGQpAF0n9v5ExhJxWpeOjeBUPQsOin3ypEM1KkckLmOKvH6
30
- zyKMYVRO0z/58g==
31
- -----END CERTIFICATE-----
16
+ cert_chain: []
32
17
 
33
- date: 2010-03-23 00:00:00 -07:00
18
+ date: 2011-01-19 00:00:00 -08:00
34
19
  default_executable:
35
20
  dependencies: []
36
21
 
@@ -69,21 +54,28 @@ rdoc_options:
69
54
  require_paths:
70
55
  - lib
71
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
+ none: false
72
58
  requirements:
73
59
  - - ">="
74
60
  - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
75
64
  version: "0"
76
- version:
77
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
78
67
  requirements:
79
68
  - - ">="
80
69
  - !ruby/object:Gem::Version
70
+ hash: 27
71
+ segments:
72
+ - 0
73
+ - 8
81
74
  version: "0.8"
82
- version:
83
75
  requirements: []
84
76
 
85
77
  rubyforge_project: fauna
86
- rubygems_version: 1.3.5
78
+ rubygems_version: 1.3.7
87
79
  signing_key:
88
80
  specification_version: 3
89
81
  summary: Simple, scalable UUID generation.
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
@@ -1,2 +0,0 @@
1
- L
2
- �$2#�Mk|i4������<ޟ:@78ʋw�c�Lx���u������ ����