calais 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 0.0.13
4
+
5
+ * load path fix
6
+
3
7
  ## 0.0.12
4
8
 
5
9
  * added relevances to Geographies
@@ -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__)) + '/calais'
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/"
@@ -1,3 +1,3 @@
1
1
  module Calais
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 12
10
- version: 0.0.12
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-19 00:00:00 Z
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.19
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