From 360c8696fc277da81570d90364472dca96a60d30 Mon Sep 17 00:00:00 2001 From: Arturo Herrero Date: Sat, 28 Mar 2015 22:13:52 +0000 Subject: [PATCH] Bump version to 0.2.0 --- Gemfile.lock | 2 +- ofstruct.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4cba9d..63362a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ofstruct (0.1.0) + ofstruct (0.2.0) GEM remote: https://rubygems.org/ diff --git a/ofstruct.gemspec b/ofstruct.gemspec index 60b06fe..45a4765 100644 --- a/ofstruct.gemspec +++ b/ofstruct.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |spec| spec.platform = Gem::Platform::RUBY spec.name = "ofstruct" - spec.version = "0.1.0" + spec.version = "0.2.0" spec.summary = "OpenFastStruct" spec.description = "OpenFastStruct is a data structure, similar to an OpenStruct but faster." spec.author = "Arturo Herrero"