From e73705b7d6491acd5ba46e61f003acfe1c1d16ba Mon Sep 17 00:00:00 2001 From: sonota88 Date: Sat, 14 Feb 2015 23:55:17 +0900 Subject: [PATCH] version 0.0.3 --- anbt-sql-formatter.gemspec | 2 +- lib/anbt-sql-formatter/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anbt-sql-formatter.gemspec b/anbt-sql-formatter.gemspec index c0490be..fb083f1 100644 --- a/anbt-sql-formatter.gemspec +++ b/anbt-sql-formatter.gemspec @@ -5,7 +5,7 @@ require "anbt-sql-formatter/version" Gem::Specification.new do |s| s.name = "anbt-sql-formatter" s.version = Anbt::Sql::Formatter::VERSION - s.authors = ["sonota"] + s.authors = ["sonota88"] s.email = ["yosiot8753@gmail.com"] s.homepage = "" s.summary = %q{A tool for SQL formatting written in Ruby.} diff --git a/lib/anbt-sql-formatter/version.rb b/lib/anbt-sql-formatter/version.rb index 9b38daa..0e23f60 100644 --- a/lib/anbt-sql-formatter/version.rb +++ b/lib/anbt-sql-formatter/version.rb @@ -1,7 +1,7 @@ module Anbt module Sql module Formatter - VERSION = "0.0.2" + VERSION = "0.0.3" end end end