From a04b22d8aa93cbda589980a5ebaa66cce43749c2 Mon Sep 17 00:00:00 2001 From: Isaac Hall Date: Fri, 10 Apr 2015 10:12:43 -0700 Subject: [PATCH] Version bump 1.0.1 * Includes the fix for Ruby 2.2.0 --- Gemfile.lock | 2 +- druuid.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2473654..b86ddb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - druuid (1.0.0) + druuid (1.0.1) GEM remote: https://rubygems.org/ diff --git a/druuid.gemspec b/druuid.gemspec index a4ef7e7..a86e2c4 100644 --- a/druuid.gemspec +++ b/druuid.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'druuid' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'Date-relative UUID generation' s.description = 'Druuid generates 64-bit, time-sortable UUIDs.'