File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,18 @@ require "transaction_isolation/version"
5
5
Gem ::Specification . new do |s |
6
6
s . name = "transaction_isolation"
7
7
s . version = TransactionIsolation ::VERSION
8
- s . authors = [ "qertoip " ]
8
+ s . authors = [ "Piotr 'Qertoip' Włodarek " ]
9
9
s . email = [ "qertoip@gmail.com" ]
10
10
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 }
13
13
14
14
s . rubyforge_project = "transaction_isolation"
15
-
15
+
16
16
s . files = `git ls-files` . split ( "\n " )
17
17
s . test_files = `git ls-files -- {test,spec,features}/*` . split ( "\n " )
18
18
s . executables = `git ls-files -- bin/*` . split ( "\n " ) . map { |f | File . basename ( f ) }
19
19
s . require_paths = [ "lib" ]
20
20
21
- # specify any dependencies here; for example:
22
- # s.add_development_dependency "rspec"
23
21
s . add_runtime_dependency "activerecord"
24
22
end
You can’t perform that action at this time.
0 commit comments