stubsvc 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 365970a5c55f1b31d4a056e34aa48361691881e3
4
- data.tar.gz: ad5f8bb7bdbfe5d429ae940f3cf6f350ced92ef9
3
+ metadata.gz: 4fb69a4657bb43ee088dd4c7498b3e7a4f74f34e
4
+ data.tar.gz: 0e3eded9c395e7dadd31b8dbd5d7e9b03a6f627e
5
5
  SHA512:
6
- metadata.gz: 9bfa0cfb56edae1be4a996ba474c4c24b5c3983dc59e883ff746a7508baf9dacd28ebf5f438a8528f03f9662a776f6c6e4bcb324c49f3b74016da32f3533f9a2
7
- data.tar.gz: 518f79ba958809cb894055a63d9fb0b7cb19faeacd7ddfa935e098bcfe3f04bb724cbce076dfb41f4fc01ec5f9c0884874f5e2018bfa7106ad03ec49076b47ee
6
+ metadata.gz: f9fd49538b01a1b269df9cf57cdcb3f3f631b2da7d2eeba01a7d55e299f1a8d2fb362b7b4f8f8774c61310b357f247b08e7f65be4c1ad78a445af73add7e88df
7
+ data.tar.gz: dd0456ccaf4f327fa22e0ae9c710aeab0e7ba1bf70208b0b6b7a6f09b1cbe0cb2c2dc8db3cd3bcd7c79b5d84026d02ec980aad6be5e6ad7baac0602423da4723
data/CHANGELOG CHANGED
@@ -0,0 +1,7 @@
1
+ *0.1.2* (October 26, 2015)
2
+
3
+ * Update README.md
4
+
5
+ *0.1.1* (October 14, 2015)
6
+
7
+ * Initial Commit
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Stubsvc
2
2
 
3
- **Version: 0.1.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
 
@@ -1,3 +1,3 @@
1
1
  module Stubsvc
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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-14 00:00:00.000000000 Z
11
+ date: 2015-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler