Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Bump to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Bigg committed May 15, 2018
1 parent 81e5e1e commit 83a2de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uuid.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'uuid'
s.version = '2.3.7'
s.version = '2.3.8'
s.summary = "UUID generator"
s.description = <<-EOF
UUID generator for producing universally unique identifiers based on RFC 4122
Expand All @@ -14,7 +14,7 @@ EOF

s.files = Dir['{bin,test,lib,docs}/**/*'] + ['README.rdoc', 'MIT-LICENSE', 'Rakefile', 'CHANGELOG', 'uuid.gemspec']
s.executables = "uuid"

s.rdoc_options << '--main' << 'README.rdoc' << '--title' << 'UUID generator' << '--line-numbers'
'--webcvs' << 'http://github.com/assaf/uuid'
s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE']
Expand Down

0 comments on commit 83a2de2

Please sign in to comment.