From f44fcb7085e31b6b408c4379d0980db205d9ff6b Mon Sep 17 00:00:00 2001 From: Yavor Nikolov Date: Fri, 13 May 2016 20:50:25 +0300 Subject: [PATCH] Version bump to 0.5.0 --- VERSION | 2 +- ruby-plsql-spec.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 60a2d3e..79a2734 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/ruby-plsql-spec.gemspec b/ruby-plsql-spec.gemspec index 9eb66d0..25b8a63 100644 --- a/ruby-plsql-spec.gemspec +++ b/ruby-plsql-spec.gemspec @@ -2,11 +2,11 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: ruby-plsql-spec 0.4.0 ruby lib +# stub: ruby-plsql-spec 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "ruby-plsql-spec".freeze - s.version = "0.4.0" + s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze]