identifier 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -5
- data/lib/identifier/version.rb +1 -1
- metadata +3 -9
data/README.rdoc
CHANGED
@@ -6,11 +6,11 @@ Identifier is a Ruby universally unique identifier generator that attempts to us
|
|
6
6
|
|
7
7
|
The gem is tested with:
|
8
8
|
|
9
|
-
* Ruby (MRI) 1.9.3
|
10
|
-
* Ruby (MRI) 1.9.2
|
11
|
-
* Ruby (MRI) 1.8.7
|
12
|
-
* Ruby (REE) 1.8.7
|
13
|
-
* JRuby 1.
|
9
|
+
* Ruby (MRI) 1.9.3
|
10
|
+
* Ruby (MRI) 1.9.2
|
11
|
+
* Ruby (MRI) 1.8.7
|
12
|
+
* Ruby (REE) 1.8.7
|
13
|
+
* JRuby 1.7.0
|
14
14
|
* Rubinius 1.2.4
|
15
15
|
|
16
16
|
== Installation
|
data/lib/identifier/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: identifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -84,21 +84,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
84
|
- - ! '>='
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
|
-
segments:
|
88
|
-
- 0
|
89
|
-
hash: 474558595066590773
|
90
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
88
|
none: false
|
92
89
|
requirements:
|
93
90
|
- - ! '>='
|
94
91
|
- !ruby/object:Gem::Version
|
95
92
|
version: '0'
|
96
|
-
segments:
|
97
|
-
- 0
|
98
|
-
hash: 474558595066590773
|
99
93
|
requirements: []
|
100
94
|
rubyforge_project:
|
101
|
-
rubygems_version: 1.8.
|
95
|
+
rubygems_version: 1.8.23
|
102
96
|
signing_key:
|
103
97
|
specification_version: 3
|
104
98
|
summary: A very basic unique identifier
|