Skip to content

Commit

Permalink
Make gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tadman committed Apr 22, 2009
1 parent bdf3f98 commit 559a1e4
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions mysql-replication-helper.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{mysql-replication-helper}
s.version = "0.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["tadman"]
s.date = %q{2009-04-22}
s.email = %q{github@tadman.ca}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"lib/mysql_replication_helper.rb",
"lib/mysql_replication_helper/error_handler.rb",
"test/mysql_replication_helper/error_handler_test.rb",
"test/mysql_replication_helper_test.rb",
"test/test_helper.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/tadman/mysql-replication-helper}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.2}
s.summary = %q{MySQL Replication Helper}
s.test_files = [
"test/mysql_replication_helper/error_handler_test.rb",
"test/mysql_replication_helper_test.rb",
"test/test_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 559a1e4

Please sign in to comment.