Skip to content

Commit 39448ad

Browse files
author
qertoip
committed
little gemspec cleanup
1 parent 955181e commit 39448ad

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

transaction-isolation.gemspec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@ require "transaction_isolation/version"
55
Gem::Specification.new do |s|
66
s.name = "transaction_isolation"
77
s.version = TransactionIsolation::VERSION
8-
s.authors = ["qertoip"]
8+
s.authors = ["Piotr 'Qertoip' Włodarek"]
99
s.email = ["qertoip@gmail.com"]
1010
s.homepage = ""
11-
s.summary = %q{Adds support for setting transaction isolation levels in ActiveRecord in a database agnostic way.}
12-
s.description = %q{Run transactions with a serializable / repeatable read / read committed / read uncommitted isolation level in MySQL, PostgreSQL and SQLite}
11+
s.summary = %q{Adds support for setting transaction isolation level in ActiveRecord in a database agnostic way.}
12+
s.description = %q{Run transactions with a serializable / repeatable read / read committed / read uncommitted isolation level in MySQL2, PostgreSQL and SQLite3}
1313

1414
s.rubyforge_project = "transaction_isolation"
15-
15+
1616
s.files = `git ls-files`.split("\n")
1717
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1818
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
1919
s.require_paths = ["lib"]
2020

21-
# specify any dependencies here; for example:
22-
# s.add_development_dependency "rspec"
2321
s.add_runtime_dependency "activerecord"
2422
end

0 commit comments

Comments
 (0)