Skip to content

Commit

Permalink
ruby: release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Jul 18, 2014
1 parent 223bb07 commit 31dcabc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

project = "migr8"
release = ENV['RELEASE'] || "0.4.3"
release = ENV['RELEASE'] || "0.4.4"
copyright = "copyright(c) 2013-2014 kuwata-lab.com all rights reserved"
license = "MIT License"

Expand Down
2 changes: 1 addition & 1 deletion bin/migr8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

###
### $Release: 0.4.3 $
### $Release: 0.4.4 $
### $Copyright: copyright(c) 2013-2014 kuwata-lab.com all rights reserved $
### $License: MIT License $
###
Expand Down
4 changes: 2 additions & 2 deletions lib/migr8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
###
### migr8.py -- DB schema version management tool
###
### $Release: 0.4.3 $
### $Release: 0.4.4 $
### $Copyright: copyright(c) 2013-2014 kuwata-lab.com all rights reserved $
### $License: MIT License $
###
Expand All @@ -16,7 +16,7 @@

module Migr8

RELEASE = "$Release: 0.4.3 $".split()[1]
RELEASE = "$Release: 0.4.4 $".split()[1]

DEBUG = false

Expand Down
4 changes: 2 additions & 2 deletions migr8.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/ruby

###
### $Release: 0.4.3 $
### $Release: 0.4.4 $
### $License: MIT License $
### $Copyright: copyright(c) 2013-2014 kuwata-lab.com all rights reserved $
###
Expand All @@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
s.author = "makoto kuwata"
s.email = "kwa(at)kuwata-lab.com"
s.rubyforge_project = 'migr8'
s.version = "$Release: 0.4.3 $".split()[1]
s.version = "$Release: 0.4.4 $".split()[1]
s.platform = Gem::Platform::RUBY
s.homepage = "https://github.com/kwatch/migr8/tree/ruby-release"
s.summary = "database schema version management tool"
Expand Down

0 comments on commit 31dcabc

Please sign in to comment.