ystock 0.2.2 → 0.2.3

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/ystock.gemspec +2 -2
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'rubygems'
3
3
  require 'rake'
4
4
  require 'echoe'
5
- Echoe.new('ystock', '0.2.1') do |p|
5
+ Echoe.new('ystock', '0.2.3') do |p|
6
6
  p.description = "Get stock information from Yahoo Finance"
7
7
  p.url = "http://github.com/gregwinn/ystock"
8
8
  p.author = "Greg Winn"
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ystock}
5
- s.version = "0.2.2"
5
+ s.version = "0.2.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Greg Winn"]
9
- s.date = %q{2011-02-13}
9
+ s.date = %q{2011-03-03}
10
10
  s.description = %q{Get stock information from Yahoo Finance}
11
11
  s.email = %q{greg@winn.ws}
12
12
  s.extra_rdoc_files = ["README.rdoc", "lib/ystock.rb"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ystock
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Greg Winn
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-13 00:00:00 -06:00
13
+ date: 2011-03-03 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies: []
16
16