thumblemonks-evoke_client 0.1 → 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.
Files changed (2) hide show
  1. data/README.markdown +1 -1
  2. metadata +12 -3
data/README.markdown CHANGED
@@ -27,7 +27,7 @@ To modify host and port, just set the following:
27
27
 
28
28
  These should be automatically installed when you install evoke_client
29
29
 
30
- * rest-client
30
+ * [rest-client](http://github.com/adamwiggins/rest-client)
31
31
 
32
32
  ## License
33
33
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thumblemonks-evoke_client
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
  - Justin Knowlden
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-05-03 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rest-client
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.9.2
24
+ version:
16
25
  description: Rest client interface for talking REST to the evoke service
17
26
  email:
18
27
  - gus@gusg.us