gn0m30-uuid 2.2.2 → 2.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +2 -0
  2. data/gn0m30-uuid.gemspec +1 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ 2.2.3 (2010-04-05)
2
+ * added translate, bumped version
1
3
 
2
4
  2.2.1 (2010-02-18)
3
5
  * merged changes from assaf/uuid
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |spec|
2
2
  spec.name = 'gn0m30-uuid'
3
- spec.version = '2.2.2'
3
+ spec.version = '2.2.3'
4
4
  spec.summary = "UUID generator with teenie format"
5
5
  spec.description = <<-EOF
6
6
  UUID generator for producing universally unique identifiers based on RFC 4122
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gn0m30-uuid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.2
4
+ version: 2.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Assaf Arkin