Skip to content

Commit

Permalink
ruby: tweak 'migr8.gemspec'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Nov 27, 2013
1 parent 3dd200e commit df75d39
Show file tree
Hide file tree
Showing 2 changed files with 1,594 additions and 9 deletions.
18 changes: 9 additions & 9 deletions migr8.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ 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.0.0 $".split(' ')[1]
s.version = "$Release: 0.0.0 $".split()[1]
s.platform = Gem::Platform::RUBY
s.homepage = "https://github.com/kwatch/migr8/tree/ruby-release"
s.summary = "database schema version management tool"
s.description = <<-'END'
Migr8.rb is a database schema version management tool.
* Easy to install, easy to setup, and easy to start
* No configuration file; instead, only two environment variables
* Designed carefully to suit Git or Mercurial
* Supports SQLite3, PostgreSQL, and MySQL
* Written in Ruby (>= 1.8)
END
s.description = <<'END'
Migr8.rb is a database schema version management tool.
* Easy to install, easy to setup, and easy to start
* No configuration file; instead, only two environment variables
* Designed carefully to suit Git or Mercurial
* Supports SQLite3, PostgreSQL, and MySQL
* Written in Ruby (>= 1.8)
END

## files
files = []
Expand Down
Loading

0 comments on commit df75d39

Please sign in to comment.