stubsvc 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG +7 -0
- data/README.md +2 -2
- data/lib/stubsvc/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4fb69a4657bb43ee088dd4c7498b3e7a4f74f34e
|
|
4
|
+
data.tar.gz: 0e3eded9c395e7dadd31b8dbd5d7e9b03a6f627e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9fd49538b01a1b269df9cf57cdcb3f3f631b2da7d2eeba01a7d55e299f1a8d2fb362b7b4f8f8774c61310b357f247b08e7f65be4c1ad78a445af73add7e88df
|
|
7
|
+
data.tar.gz: dd0456ccaf4f327fa22e0ae9c710aeab0e7ba1bf70208b0b6b7a6f09b1cbe0cb2c2dc8db3cd3bcd7c79b5d84026d02ec980aad6be5e6ad7baac0602423da4723
|
data/CHANGELOG
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Stubsvc
|
|
2
2
|
|
|
3
|
-
**Version: 0.1.
|
|
3
|
+
**Version: 0.1.2**
|
|
4
4
|
|
|
5
5
|
A Ruby gem that makes it easy to stub out calls to external web services using Webmock.
|
|
6
6
|
|
|
7
|
-
Many applications are service-oriented or distributed in some way. Testing can be problematic in such an environment. `Stubsvc` makes it easy for unit tests to stub calls to external services, wrapping the Webmock `stub_request` method.
|
|
7
|
+
Many applications are service-oriented or distributed in some way. Testing can be problematic in such an environment. `Stubsvc` makes it easy for unit tests to stub calls to external services, in a deterministic way, wrapping the Webmock `stub_request` method.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
data/lib/stubsvc/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stubsvc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Blackburn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|