torquebox-no-op 3.1.2 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40f5f9c4be1b961d4bafa6a56474f4556bac2710
|
4
|
+
data.tar.gz: 1ec851042114629468233e5c3aa46b1ebde92962
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cb99081f69f8612778181bc48f49df798a17d967470b6036d87b04480f40dccaf66d6fe9871b97f42e8267e5a578ad341b89fc052a58c28cba8e499275c5142
|
7
|
+
data.tar.gz: c098e3db027ae08487439ef3b2c1517bcd9450ddeda4f8551325ade547bb91f93d1630361ebae16d036b4d3904abd2825da68608b6aa42f6a8f1e6a4891b5a65
|
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: torquebox-no-op
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The TorqueBox Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
15
|
-
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.
|
20
|
-
|
19
|
+
version: 2.14.1
|
20
|
+
version_requirements: !ruby/object:Gem::Requirement
|
21
21
|
requirements:
|
22
22
|
- - '='
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 2.
|
24
|
+
version: 2.14.1
|
25
25
|
prerelease: false
|
26
26
|
type: :development
|
27
|
-
description:
|
27
|
+
description: This gem allows you to run some TorqueBox applications outside of TorqueBox by emulating the APIs provided by TorqueBox. Its primary goal is to enable simple testing of applications that use TorqueBox APIs without having to test those applications inside TorqueBox itself.
|
28
28
|
email:
|
29
29
|
- torquebox-dev@torquebox.org
|
30
30
|
executables: []
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
-
- licenses/cc0-1.0.txt
|
35
34
|
- lib/torquebox-no-op.rb
|
36
|
-
- lib/torquebox/no-op/transactions.rb
|
37
|
-
- lib/torquebox/no-op/messaging.rb
|
38
35
|
- lib/torquebox/no-op/injectors.rb
|
39
|
-
- lib/torquebox/no-op/
|
36
|
+
- lib/torquebox/no-op/messaging.rb
|
40
37
|
- lib/torquebox/no-op/stomp.rb
|
38
|
+
- lib/torquebox/no-op/transactions.rb
|
39
|
+
- lib/torquebox/no-op/version.rb
|
40
|
+
- licenses/cc0-1.0.txt
|
41
41
|
- spec/injectors_spec.rb
|
42
42
|
homepage: http://torquebox.org/
|
43
43
|
licenses:
|
@@ -49,19 +49,19 @@ require_paths:
|
|
49
49
|
- lib
|
50
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- -
|
57
|
+
- - ">="
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
61
|
rubyforge_project:
|
62
|
-
rubygems_version: 2.
|
62
|
+
rubygems_version: 2.6.6
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
|
-
summary: TorqueBox
|
65
|
+
summary: Emulate TorqueBox APIs outside of TorqueBox
|
66
66
|
test_files:
|
67
67
|
- spec/injectors_spec.rb
|