howlingmine-client 0.1 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Rakefile +2 -0
- data/lib/howlingmine.rb +2 -2
- metadata +22 -2
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -11,6 +11,8 @@ Hoe.spec 'howlingmine-client' do |p|
|
|
11
11
|
p.description = 'Client library for the Howling Mine Server'
|
12
12
|
p.url = 'http://github.com/rubiojr/howlingmine-client'
|
13
13
|
p.test_globs = ['test/*_test.rb']
|
14
|
+
p.extra_deps << [ 'rest-client', '>=1.0' ]
|
15
|
+
p.extra_deps << [ 'json', '>=1.0' ]
|
14
16
|
end
|
15
17
|
|
16
18
|
# vim: syntax=Ruby
|
data/lib/howlingmine.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: howlingmine-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergio Rubio
|
@@ -12,6 +12,26 @@ cert_chain: []
|
|
12
12
|
date: 2009-12-15 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
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: "1.0"
|
24
|
+
version:
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: json
|
27
|
+
type: :runtime
|
28
|
+
version_requirement:
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: "1.0"
|
34
|
+
version:
|
15
35
|
- !ruby/object:Gem::Dependency
|
16
36
|
name: hoe
|
17
37
|
type: :development
|
@@ -20,7 +40,7 @@ dependencies:
|
|
20
40
|
requirements:
|
21
41
|
- - ">="
|
22
42
|
- !ruby/object:Gem::Version
|
23
|
-
version: 2.
|
43
|
+
version: 2.4.0
|
24
44
|
version:
|
25
45
|
description: Client library for the Howling Mine Server
|
26
46
|
email:
|