wlapi 0.7.2 → 0.7.3

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/lib/wlapi/api.rb +2 -1
  2. metadata +11 -11
data/lib/wlapi/api.rb CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
 
8
8
  # SAVON is a SOAP client.
9
+ gem('savon', '0.7.9')
9
10
  require 'savon'
10
11
 
11
12
  # REXML is fast enough for our task.
@@ -15,7 +16,7 @@ include REXML
15
16
  # Top level namespace wrapper for WLAPI
16
17
  module WLAPI
17
18
 
18
- VERSION = '0.7.2'
19
+ VERSION = '0.7.3'
19
20
  # This class represents an interface to the linguistic web services
20
21
  # provided by the University of Leipzig.
21
22
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wlapi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
5
- prerelease: false
4
+ hash: 5
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 2
10
- version: 0.7.2
9
+ - 3
10
+ version: 0.7.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrei Beliankou
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-07 00:00:00 +02:00
19
- default_executable:
18
+ date: 2011-04-08 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: savon
@@ -24,12 +23,14 @@ dependencies:
24
23
  requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
25
  requirements:
27
- - - ">="
26
+ - - "="
28
27
  - !ruby/object:Gem::Version
29
- hash: 3
28
+ hash: 17
30
29
  segments:
31
30
  - 0
32
- version: "0"
31
+ - 7
32
+ - 9
33
+ version: 0.7.9
33
34
  type: :runtime
34
35
  version_requirements: *id001
35
36
  description: WLAPI is a programmatic API for web services provided by the project Wortschatz, University of Leipzig.
@@ -47,7 +48,6 @@ files:
47
48
  - README
48
49
  - LICENSE
49
50
  - test/test_api.rb
50
- has_rdoc: true
51
51
  homepage: http://www.uni-trier.de/index.php?id=34451
52
52
  licenses: []
53
53
 
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - Using this gem requires understanding of the linguistic background behind the WL project.
81
81
  rubyforge_project: wlapi
82
- rubygems_version: 1.3.7
82
+ rubygems_version: 1.7.2
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: WLAPI is a programmatic API for web services provided by the project Wortschatz, University of Leipzig. Use different linguistic services such as synonym and collocation search.