tickerizer 1.0.0 → 1.0.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 +4 -4
- data/README.md +1 -1
- data/lib/tickerizer/version.rb +1 -1
- data/tickerizer.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d920b5398ae18031d6548b8a4dd7c207ea7c7a68
|
4
|
+
data.tar.gz: 28108f0cfe7e355803ed1f6688a2fe65ef1085f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
[](https://travis-ci.org/JimMayes/tickerizer)
|
6
6
|
[](https://codeclimate.com/github/JimMayes/tickerizer)
|
7
|
-
[](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.
|
data/lib/tickerizer/version.rb
CHANGED
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
|
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.
|
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
|
69
|
+
description: Parses content and extracts stock tickers for companies mentioned
|
70
70
|
email:
|
71
71
|
- jim.mayes@gmail.com
|
72
72
|
executables: []
|