stubsvc 0.1.5 → 0.1.6

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: 5bdfdb80c20192a320cfba7c8c86ca1b71b831f8
4
- data.tar.gz: e2da1b7f6e1181082e6c05502ad3cbdef581bd02
3
+ metadata.gz: d8e92ec80ea81fda458d17b12ba226919b3c2bfc
4
+ data.tar.gz: e7f77a154ae667a75f6588d75b7fabe12f62198d
5
5
  SHA512:
6
- metadata.gz: 7b94f7f428d2bbe4bb41894098db6e163a920a992054897b6abf892e21834475f94df51bc17a6b62d4968ecc016e2cbba8d7949fe6a06c5adfbcb979743d6598
7
- data.tar.gz: 576e8733063342095713210548edea910ebebb824265e6d48aa3a44d439da307fd3329f6f27e0526411616948540a31e64feae8bfd53e14c72e61e89c5da1673
6
+ metadata.gz: f08579ee21330e9f2ac1277fa4ec24e78a876655507665c042ec69d829d78e565870a8198db28b44e35f540d02c764e90a2ebe30bb58d969bef9c3937ca62224
7
+ data.tar.gz: d8a7288c97d069a1dda165e45eea561b764424b7366c5f9163eda13b52836193917cb9b96efe188c2b9e2d4142d2a519f5c777e9f09f718e7d72436da4ac8998
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.1.6* (March 10, 2016)
2
+
3
+ * Fix spelling error in .gemspec summary
4
+
1
5
  *0.1.5* (March 10, 2016)
2
6
 
3
7
  * Add the MIT LICENSE
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/stubsvc.svg)](https://badge.fury.io/rb/stubsvc)
4
4
 
5
- **Version: 0.1.5**
5
+ **Version: 0.1.6**
6
6
 
7
7
  Stub calls to ActiveResource based web services using [Webmock](https://github.com/bblimke/webmock).
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Stubsvc
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/stubsvc.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Chris Blackburn']
10
10
  spec.email = ['205abc7e@opayq.com']
11
11
 
12
- spec.summary = 'Detministically stub out calls to ActiveResource web services.'
12
+ spec.summary = 'Deterministically stub out calls to ActiveResource web services.'
13
13
  spec.description = spec.summary
14
14
  spec.homepage = 'https://bitbucket.org/midwiretech/stubsvc/overview'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stubsvc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Blackburn
@@ -178,7 +178,7 @@ dependencies:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
180
  version: '1.6'
181
- description: Detministically stub out calls to ActiveResource web services.
181
+ description: Deterministically stub out calls to ActiveResource web services.
182
182
  email:
183
183
  - 205abc7e@opayq.com
184
184
  executables: []
@@ -222,5 +222,5 @@ rubyforge_project:
222
222
  rubygems_version: 2.4.5.1
223
223
  signing_key:
224
224
  specification_version: 4
225
- summary: Detministically stub out calls to ActiveResource web services.
225
+ summary: Deterministically stub out calls to ActiveResource web services.
226
226
  test_files: []