tickerizer 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea6db23a4271a756cba57c917e34db11b9784a6d
4
- data.tar.gz: a00e69c76373feb7815cc9312652dc59ca9e3897
3
+ metadata.gz: d920b5398ae18031d6548b8a4dd7c207ea7c7a68
4
+ data.tar.gz: 28108f0cfe7e355803ed1f6688a2fe65ef1085f9
5
5
  SHA512:
6
- metadata.gz: 05ce6ed5fe2e0167385bef13858f3b41137e65aa3943bcdbcfa232b5188b7bdcd7584810979c511ce535a46ffab618efe0f239129f396ed406c52323ec2ac44a
7
- data.tar.gz: 027622f73fb15b48a5405533b7fc42db62c4af87c6bec7f0a6658b3a1db200eed7381c9756f3a97e32f66dc452984a68c2bac23ffcde6508e704fe0e477ed647
6
+ metadata.gz: 6db10f8f07cf8eb1858300d7788765c2074a16a665366278e77639ac4e08a846c6c22a7f3f3bdb643cfaca88c8b1edecfb7d1a42e5a6cc8d9aed399a4049f526
7
+ data.tar.gz: 87495cda952a54fd9a8d758fc54d2b0fdfc354e75623459564b65dbb5cee571a2bdd22cead1d6bf1283dde552f88c390a5cea72c2e31c367edb2a2483a79fb94
data/README.md CHANGED
@@ -4,7 +4,7 @@ Use Tickerizer to extract company names and stock symbols from content strings.
4
4
 
5
5
  [![Build Status](https://travis-ci.org/JimMayes/tickerizer.png?branch=master)](https://travis-ci.org/JimMayes/tickerizer)
6
6
  [![Code Climate](https://codeclimate.com/github/JimMayes/tickerizer.png)](https://codeclimate.com/github/JimMayes/tickerizer)
7
- [![Gem Version](https://badge.fury.io/rb/tickerizer.png)](http://badge.fury.io/rb/tickerizer)
7
+ [![Gem Version](https://badge.fury.io/rb/tickerizer.svg)](http://badge.fury.io/rb/tickerizer)
8
8
 
9
9
  ## Update - version 1.0.0
10
10
  This gem has been updated to remove dependency on the open-calais gem and to support the new enhanced Open Calais API.
@@ -1,3 +1,3 @@
1
1
  module Tickerizer
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/tickerizer.gemspec CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/tickerizer/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["jimmayes"]
6
6
  gem.email = ["jim.mayes@gmail.com"]
7
- gem.description = %q{Parses content and extras stock tickers for companies mentioned}
7
+ gem.description = %q{Parses content and extracts stock tickers for companies mentioned}
8
8
  gem.summary = %q{Parse content for stock tickers}
9
9
  gem.homepage = ""
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickerizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jimmayes
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Parses content and extras stock tickers for companies mentioned
69
+ description: Parses content and extracts stock tickers for companies mentioned
70
70
  email:
71
71
  - jim.mayes@gmail.com
72
72
  executables: []