torquebox-transactions 2.1.2 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -28,6 +28,7 @@ module TorqueBox
|
|
|
28
28
|
|
|
29
29
|
# These are only mixed in when ActiveRecord is loaded. They make
|
|
30
30
|
# ActiveRecord's transactions distributed.
|
|
31
|
+
# @api private
|
|
31
32
|
module ActiveRecordAdapters
|
|
32
33
|
|
|
33
34
|
module Connection
|
|
@@ -123,6 +124,7 @@ end
|
|
|
123
124
|
|
|
124
125
|
if TORQUEBOX_XA_JDBC
|
|
125
126
|
module ActiveRecord
|
|
127
|
+
# @api private
|
|
126
128
|
module ConnectionAdapters
|
|
127
129
|
class JdbcAdapter
|
|
128
130
|
include TorqueBox::Transactions::ActiveRecordAdapters::Connection
|
metadata
CHANGED
|
@@ -1,80 +1,86 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: torquebox-transactions
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 2.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 2.2.0
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
|
|
9
|
-
autorequire:
|
|
7
|
+
authors:
|
|
8
|
+
- The TorqueBox Team
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
12
|
+
date: 2012-12-06 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: torquebox-core
|
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
|
+
- - '='
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: 2.2.0
|
|
21
|
+
none: false
|
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - '='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 2.2.0
|
|
27
|
+
none: false
|
|
28
|
+
prerelease: false
|
|
29
|
+
type: :runtime
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
31
|
+
name: rspec
|
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - '='
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 2.7.0
|
|
37
|
+
none: false
|
|
38
|
+
requirement: !ruby/object:Gem::Requirement
|
|
39
|
+
requirements:
|
|
40
|
+
- - '='
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: 2.7.0
|
|
43
|
+
none: false
|
|
44
|
+
prerelease: false
|
|
45
|
+
type: :development
|
|
46
|
+
description: ''
|
|
47
|
+
email:
|
|
48
|
+
- torquebox-dev@torquebox.org
|
|
40
49
|
executables: []
|
|
41
|
-
|
|
42
50
|
extensions: []
|
|
43
|
-
|
|
44
51
|
extra_rdoc_files: []
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
- spec/transactions_spec.rb
|
|
52
|
+
files:
|
|
53
|
+
- licenses/lgpl-2.1.txt
|
|
54
|
+
- lib/torquebox/active_record_adapters.rb
|
|
55
|
+
- lib/torquebox/transactions.rb
|
|
56
|
+
- lib/torquebox/transactions/ext/active_record/base.rb
|
|
57
|
+
- spec/transactions_spec.rb
|
|
52
58
|
homepage: http://torquebox.org/
|
|
53
|
-
licenses:
|
|
54
|
-
|
|
55
|
-
post_install_message:
|
|
59
|
+
licenses:
|
|
60
|
+
- lgpl
|
|
61
|
+
post_install_message:
|
|
56
62
|
rdoc_options: []
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
63
|
+
require_paths:
|
|
64
|
+
- lib
|
|
65
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
|
+
requirements:
|
|
67
|
+
- - ! '>='
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: !binary |-
|
|
70
|
+
MA==
|
|
61
71
|
none: false
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
72
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
|
+
requirements:
|
|
74
|
+
- - ! '>='
|
|
75
|
+
- !ruby/object:Gem::Version
|
|
76
|
+
version: !binary |-
|
|
77
|
+
MA==
|
|
67
78
|
none: false
|
|
68
|
-
requirements:
|
|
69
|
-
- - ">="
|
|
70
|
-
- !ruby/object:Gem::Version
|
|
71
|
-
version: "0"
|
|
72
79
|
requirements: []
|
|
73
|
-
|
|
74
|
-
rubyforge_project:
|
|
80
|
+
rubyforge_project:
|
|
75
81
|
rubygems_version: 1.8.24
|
|
76
|
-
signing_key:
|
|
82
|
+
signing_key:
|
|
77
83
|
specification_version: 3
|
|
78
84
|
summary: TorqueBox Transactions Gem
|
|
79
|
-
test_files:
|
|
80
|
-
|
|
85
|
+
test_files:
|
|
86
|
+
- spec/transactions_spec.rb
|