fleet 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.
- data/README.md +4 -3
- metadata +3 -3
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A Ruby client for FleetDB.
|
|
|
4
4
|
|
|
5
5
|
## Setup
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Download and start FleetDB as described in the [FleetDB getting started guide](http://fleetdb.org/docs/getting_started.html), then install this client library with:
|
|
8
8
|
|
|
9
9
|
$ sudo gem install fleet
|
|
10
10
|
|
|
@@ -23,7 +23,8 @@ Install and start FleetDB as described in the [FleetDB getting started guide](ht
|
|
|
23
23
|
|
|
24
24
|
The client will raise an exception in the case of an error:
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
client.query(["bogus"])
|
|
27
|
+
RuntimeError: Malformed query: unrecognized query type '"bogus"'
|
|
28
|
+
|
|
28
29
|
|
|
29
30
|
See the [FleetDB getting started guide](http://fleetdb.org/docs/getting_started.html) and the [FleetDB query reference](http://fleetdb.org/docs/queries.html) for documentation on the queries available to clients.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fleet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark McGranaghan
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 0.6.7
|
|
24
24
|
version:
|
|
25
|
-
description:
|
|
25
|
+
description: Ruby client for FleetDB.
|
|
26
26
|
email: mmcgrana@gmail.com
|
|
27
27
|
executables: []
|
|
28
28
|
|
|
@@ -61,6 +61,6 @@ rubyforge_project:
|
|
|
61
61
|
rubygems_version: 1.3.5
|
|
62
62
|
signing_key:
|
|
63
63
|
specification_version: 3
|
|
64
|
-
summary:
|
|
64
|
+
summary: Ruby client for FleetDB.
|
|
65
65
|
test_files: []
|
|
66
66
|
|