mobe-client 0.0.1 → 0.0.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 +8 -8
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NzdiYWI1MjE5NzcyYmNiZjIyODE3NTVmNDJmNzJmNThiMjE0N2JiNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTIzMTQwOTZlMjIzZWE0ZmI3ODZlZWE5MTVhMGFhYzQxM2M1ODA3YQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTI2ZjA2OGM1ZDhlYzc3NjA5NzM3NDI0NjdiNzI3ZGU4ZDJlYjUyOTZkNGM5
|
10
|
+
YzRjMTQ0MjNlZjc4ZTA1ZjQ4Y2RiNWY1NWRkODZmMzU5NzVkMmViMTJiZDA5
|
11
|
+
NjRmYWE2M2U1OWVhMjkyYjNhNTVlNjlmZDZkOTJhNGYyODUzYzI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWU4NjNjMjg0NTU2MDU1NTRlODAwMWMyZTdhOGQ2MjE3YjQ1ZWM1ZTEyOGIz
|
14
|
+
M2Y4NDI4ZmQ3YmM1ODg4YmNhNGYzNmZhNzBkOWY3MzM5ZWZiNTc5NTcxNjc1
|
15
|
+
ZGVjMjAwODUwZDE3Zjc0ZTY1MzlmNjQ2NjdmZGFlZWU5N2Y4YjU=
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mobe-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Humerickhouse
|
@@ -10,7 +10,9 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2015-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: ! "Point your application to mobe-server to mock out the back end.\n
|
14
|
+
\ This is ideal for unit testing the front end of your
|
15
|
+
application using a\n tool like Selenium."
|
14
16
|
email: a.humerickhouse@gmail.com
|
15
17
|
executables: []
|
16
18
|
extensions: []
|
@@ -29,7 +31,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
29
31
|
requirements:
|
30
32
|
- - ! '>='
|
31
33
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
34
|
+
version: 1.9.3
|
33
35
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
36
|
requirements:
|
35
37
|
- - ! '>='
|