calais 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.markdown +4 -0
- data/lib/calais.rb +4 -4
- data/lib/calais/version.rb +1 -1
- metadata +5 -5
data/CHANGELOG.markdown
CHANGED
data/lib/calais.rb
CHANGED
@@ -15,11 +15,11 @@ if RUBY_VERSION.to_f < 1.9
|
|
15
15
|
require 'jcode'
|
16
16
|
end
|
17
17
|
|
18
|
-
$:.unshift File.expand_path(File.dirname(__FILE__))
|
18
|
+
$:.unshift File.expand_path(File.dirname(__FILE__))
|
19
19
|
|
20
|
-
require 'client'
|
21
|
-
require 'response'
|
22
|
-
require 'error'
|
20
|
+
require 'calais/client'
|
21
|
+
require 'calais/response'
|
22
|
+
require 'calais/error'
|
23
23
|
|
24
24
|
module Calais
|
25
25
|
REST_ENDPOINT = "http://api.opencalais.com/enlighten/rest/"
|
data/lib/calais/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: calais
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 13
|
10
|
+
version: 0.0.13
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Abhay Kumar
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-04-
|
18
|
+
date: 2012-04-20 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: nokogiri
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements: []
|
124
124
|
|
125
125
|
rubyforge_project:
|
126
|
-
rubygems_version: 1.8.
|
126
|
+
rubygems_version: 1.8.23
|
127
127
|
signing_key:
|
128
128
|
specification_version: 3
|
129
129
|
summary: A Ruby interface to the Calais Web Service
|