open_calais 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e83c4943a15fe6e32a9ef29e41c98cc93c8f5027
4
- data.tar.gz: 74891ffae6746754684263c2ba604686c186af47
3
+ metadata.gz: dddc985b23664df2bceb1d3e76514a8e3380d7ed
4
+ data.tar.gz: 86e484371ee46d9f7054c2576cdac9dff8b85b8a
5
5
  SHA512:
6
- metadata.gz: f5bf49e97dd891cdd99932a86754e302a9dd68e5dde6b61149fc1095805652e4dc4b5f82d2b61c916f9b2a01346b171198c35245fa2a1ec9daaafb982be4ffa3
7
- data.tar.gz: b5f6f8cc0ff27feacd86c973f3125eb3d286f936c5fb0eed4c82fc4b9f93cd44e02e7da8bd1b4dfdd0b7e4e2a4b10d4680e5f414d5ab0ab1c62e58fe70f54665
6
+ metadata.gz: 62f0a663c050ac632b8258136125d9db76bd60e826d41d39e114ae019f590c710930e62d2d3551a0cd644e5b34f5e1d11be0d801dd2c7a9df9a778d2f858c88b
7
+ data.tar.gz: 291b85dc4ffc2c9601e54c090a617f50fdc4372bcb949d931b308b33235afae5440b31918a3bcd9753bcdaa02adcfb0ab57d9e0db79fcd617719a855c62bebac
@@ -2,3 +2,5 @@ language: ruby
2
2
  rvm:
3
3
  - "2.1.6"
4
4
  - "2.2.1"
5
+ env:
6
+ - TRAVIS=true
data/README.md CHANGED
@@ -6,8 +6,9 @@
6
6
  [![Coverage Status](https://coveralls.io/repos/PRX/open_calais/badge.svg?branch=master)](https://coveralls.io/r/PRX/open_calais?branch=master)
7
7
  [![Dependency Status](https://gemnasium.com/PRX/open_calais.svg)](https://gemnasium.com/PRX/open_calais)
8
8
 
9
- ### Gem Version 0.1.* supports the original OpenCalais API
10
- ### Gem Version 0.2.* now uses the upgraded API http://new.opencalais.com/upgrade/
9
+ _Gem Version 0.1.* supports the original OpenCalais API_
10
+
11
+ _Gem Version 0.2.* now uses the upgraded API http://new.opencalais.com/upgrade/_
11
12
 
12
13
  If you are upgrading the the new version of the API, you will need a new API key. You should also review the [upgrade guide](http://new.opencalais.com/upgrade/).
13
14
 
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  module OpenCalais
4
- VERSION = "0.2.0"
4
+ VERSION = '0.2.1'
5
5
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.summary = %q{This is a gem to call the OpenCalais improved REST API.}
12
12
  gem.description = %q{This is a gem to call the OpenCalais improved REST API. http://www.opencalais.com/ http://www.opencalais.com/documentation/calais-web-service-api/api-invocation/rest}
13
13
  gem.homepage = "https://github.com/PRX/open_calais"
14
-
14
+ gem.license = 'MIT'
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
17
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_calais
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kuklewicz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-03 00:00:00.000000000 Z
11
+ date: 2015-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -210,7 +210,8 @@ files:
210
210
  - test/open_calais_test.rb
211
211
  - test/test_helper.rb
212
212
  homepage: https://github.com/PRX/open_calais
213
- licenses: []
213
+ licenses:
214
+ - MIT
214
215
  metadata: {}
215
216
  post_install_message:
216
217
  rdoc_options: []