spurious 0.4.0 → 0.4.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: 78ad4aa734e5df33865dc34bbefa959ce882d16b
4
- data.tar.gz: 9ecaaa50a9d232f09b0090faa4f77387eb617b47
3
+ metadata.gz: c9e0aeef12092f16320a394f5b018d78dc12cdea
4
+ data.tar.gz: 3c1731eaea2aaea91d4c087578d4290c3042086c
5
5
  SHA512:
6
- metadata.gz: 2e45d46b569d8a5316fffd78037100014b2c40ee96d5dba09beae08f60c330b4b31799d93a1d5fcbb5f1711185ad0d68120478339d165b9898cc95b257956205
7
- data.tar.gz: 3308f0c8badd9254377dba8f564f8b5ed18fcf4f1bceeea949da5a17adcd2d2df62d5e93acbd2fb4480c103e02ff6abdb9e304c4d64a0e14f044475d8de51f6f
6
+ metadata.gz: fffdf028223e50c5d5a07be055f9e913a9f0cc30ab86d35a9caab0be9bf009056f628de362a5b41870294963c91f8863f0183be7795ac3ec7e0a197e9fb4b6de
7
+ data.tar.gz: b20af00d508c9c9d6315fbfa362e52ad50ae1e981e166a053b1a041daece17d03cb8fb589c94373a8df339ccf7f8729c5a153a2b20e159f881e70ee903dc169a
data/README.md CHANGED
@@ -17,11 +17,10 @@ Currently the following services are supported by spurious:
17
17
  * SQS ([fake_sqs](https://github.com/iain/fake_sqs))
18
18
  * DynamoDB ([DynamoDB Local](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html))
19
19
  * ElastiCache ([fake_elasticache](https://github.com/stevenjack/fake_elasticache))
20
+ * Spurious Browser ([spurious-browser](https://github.com/stevenjack/spurious-browser))
20
21
 
21
22
  > The following services are actively in development:
22
23
 
23
- * Spurious Browser (A web based application much like the AWS Console allowing control
24
- over the spurious services from a web interface).
25
24
  * SNS
26
25
  * CloudFormation (Allow you to create resources that there are already services for in spurious).
27
26
 
@@ -140,6 +139,30 @@ You should now have 6 containers running which you can check with:
140
139
  docker ps
141
140
  ```
142
141
 
142
+ ### GUI
143
+
144
+ One of the services started by spurious is the [browser](https://www.github.com/stevenjack/spurious-browser). This allows
145
+ you to interact and manage the fake services.
146
+
147
+ To access the browser, type:
148
+
149
+ ```bash
150
+ $: spurious ports
151
+ ```
152
+ and you should see something similar to:
153
+
154
+ ```bash
155
+ Service Host Port Browser link
156
+ spurious-dynamo dynamodb.spurious.localhost 49255 http://dynamodb.spurious.localhost:49255
157
+ spurious-browser browser.spurious.localhost 49259 http://browser.spurious.localhost:49259 <--- Link to browser
158
+ spurious-elasticache 192.168.59.103 49257 -
159
+ spurious-elasticache-docker 192.168.59.103 49258 -
160
+ spurious-memcached 192.168.59.103 49256 -
161
+ spurious-s3 s3.spurious.localhost 49254 http://s3.spurious.localhost:49254
162
+ spurious-sqs sqs.spurious.localhost 49253 http://sqs.spurious.localhost:49253
163
+ ```
164
+ You'll find the browser link under the service `spurious-browser`.
165
+
143
166
  ### Using the containers
144
167
 
145
168
  Once the containers are up and running, they're assigned random port numbers from docker which are available on the
@@ -1,3 +1,3 @@
1
1
  module Spurious
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.add_development_dependency "rspec"
24
24
 
25
25
  spec.add_runtime_dependency "thor"
26
- spec.add_runtime_dependency "spurious-server", "~> 0.4.0"
26
+ spec.add_runtime_dependency "spurious-server"
27
27
  spec.add_runtime_dependency "eventmachine"
28
28
  spec.add_runtime_dependency "timeout"
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spurious
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.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: 2015-01-04 00:00:00.000000000 Z
11
+ date: 2015-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -70,16 +70,16 @@ dependencies:
70
70
  name: spurious-server
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ~>
73
+ - - '>='
74
74
  - !ruby/object:Gem::Version
75
- version: 0.4.0
75
+ version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ~>
80
+ - - '>='
81
81
  - !ruby/object:Gem::Version
82
- version: 0.4.0
82
+ version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: eventmachine
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -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.0.14
156
+ rubygems_version: 2.2.2
157
157
  signing_key:
158
158
  specification_version: 4
159
159
  summary: Spurious is a cli tool that interacts with the spurious server