trade_watcher 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.
data/README.md CHANGED
@@ -34,7 +34,7 @@ Or install it yourself as:
34
34
  * every 10 seconds
35
35
  * to see if the value has surpassed $800.00.
36
36
 
37
- $ TradeKing.check_stock_every_x_seconds_for_value(:AAPL, 10, 800.54)
37
+ $ TradeWatcher.check_stock_every_x_seconds_for_value(:AAPL, 10, 800.54)
38
38
 
39
39
  While the stock's value is below your target value, a string will print to your console every time the stock's value is checked:
40
40
 
@@ -1,3 +1,3 @@
1
1
  module TradeWatcher
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.authors = ["Jason Rylance"]
10
10
  gem.email = ["ecnalyr@gmail.com"]
11
11
  gem.description = %q{TradeWatcher is a gem that notifies you when / if a stock's value has met or exceeded your target value.}
12
- gem.summary = %q{TradeKing.check_stock_every_x_seconds_for_value(:AAPL, 10, 800.54) Checks AAPL every 10 seconds to see if it reaches 800.54}
12
+ gem.summary = %q{TradeWatcher.check_stock_every_x_seconds_for_value(:AAPL, 10, 800.54) Checks AAPL every 10 seconds to see if it reaches 800.54}
13
13
  gem.homepage = "http://github.com/ecnalyr/trade_watcher"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trade_watcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -85,7 +85,7 @@ rubyforge_project:
85
85
  rubygems_version: 1.8.24
86
86
  signing_key:
87
87
  specification_version: 3
88
- summary: TradeKing.check_stock_every_x_seconds_for_value(:AAPL, 10, 800.54) Checks
88
+ summary: TradeWatcher.check_stock_every_x_seconds_for_value(:AAPL, 10, 800.54) Checks
89
89
  AAPL every 10 seconds to see if it reaches 800.54
90
90
  test_files:
91
91
  - spec/spec_helper.rb