johnyerhot / rquote

Yahoo Finance Stock quote RubyGem.

This URL has Read+Write access

rquote / rquote.gemspec
100644 14 lines (13 sloc) 0.397 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = "rQuote"
  s.version = "0.0.1"
  s.author = "John Yerhot"
  s.email = "john@yerhot.org"
  s.homepage = "http://rquote.yerhot.org/"
  s.platform = Gem::Platform::RUBY
  s.summary = "Yahoo Finance Stock Quote Ruby Gem"
  s.files = ["README", "MIT-LICENSE", "lib/rquote.rb"]
  s.require_path = "lib"
  s.has_rdoc = true
  s.extra_rdoc_files = ["README"]
end