spurious-server 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc578dfb5d5cbd126d50837e83c4af755ec0f55b
4
- data.tar.gz: 25293d3e128a347e2d70db1156a27b78c94391fd
3
+ metadata.gz: 1411f9e916eb39e8405493c519832156c0802bea
4
+ data.tar.gz: a3bb403b2e1600468b7b92a22d55dca8be97511c
5
5
  SHA512:
6
- metadata.gz: a98b2092ce91a88dac21b93efb9ad047cb0b2ee1e2910f0a76bd8cd899e98469101c4e4de4bab0d59c576253346af1218f1ffee7620fe0ffc5cc429fcd0cdc44
7
- data.tar.gz: 1c56e932cd9a63050b6a9dc40299b1e2ff8a69f65a9ac8dfeb33065857c647ec4a3a6b335299412cdfd2994f1178af08681e718d58ff3a18f492eb4afa646eb5
6
+ metadata.gz: c0a575412aff4f4dd280c1d6fa4a243b8cdfb009da4f0eeae59cdf73600511ec76d003ec1b4bdfdbeadd75e0ac3adeadb522e472c7052f7f76d8e002f4c3af3c
7
+ data.tar.gz: 17f12ded907e5ecd44ef363d3de6472eea64a83a6d1114bad58d15b04b1f1aca0668c0ab90bf1a7a81818fc84c5573e4641f2c5bf94659aabd4e54bb79bfcbdb
data/config/images.yaml CHANGED
@@ -1,11 +1,11 @@
1
1
  'spurious-sqs':
2
- :image: 'bbcnews/fake-sqs'
2
+ :image: 'smaj/spurious-sqs'
3
3
 
4
4
  'spurious-s3':
5
- :image: 'bbcnews/fake-s3'
5
+ :image: 'smaj/spurious-s3'
6
6
 
7
7
  'spurious-dynamo':
8
- :image: 'smaj/local-dynamo'
8
+ :image: 'smaj/spurious-dynamo'
9
9
 
10
10
  'spurious-memcached':
11
11
  :image: 'smaj/memcached'
@@ -1,5 +1,5 @@
1
1
  module Spurious
2
2
  module Server
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spurious-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-09 00:00:00.000000000 Z
11
+ date: 2014-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  requirements: []
155
155
  rubyforge_project:
156
- rubygems_version: 2.2.2
156
+ rubygems_version: 2.0.3
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: The server component that the spurious cli client connects to