howlingmine-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 (4) hide show
  1. data/History.txt +4 -0
  2. data/Rakefile +2 -0
  3. data/lib/howlingmine.rb +2 -2
  4. metadata +22 -2
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.1.1 / 2009-10-06
2
+
3
+ * fix gem dependencies
4
+
1
5
  === 0.1 / 2009-10-06
2
6
 
3
7
  * Initial release
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
@@ -10,5 +10,5 @@ require "#{File.join(File.dirname(__FILE__),'howlingmine/client')}"
10
10
  require "#{File.join(File.dirname(__FILE__),'howlingmine/issue')}"
11
11
 
12
12
  module HowlingMine
13
- VERSION = '0.1'
14
- end
13
+ VERSION = '0.1.1'
14
+ end
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: "0.1"
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.3.3
43
+ version: 2.4.0
24
44
  version:
25
45
  description: Client library for the Howling Mine Server
26
46
  email: