ystock 0.4.4 → 0.4.5
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.markdown +3 -3
- data/ystock.gemspec +1 -2
- metadata +11 -7
- checksums.yaml +0 -7
data/README.markdown
CHANGED
|
@@ -6,10 +6,10 @@ This gem provides you with the latest market data avalable, pulling from both Go
|
|
|
6
6
|
## Install
|
|
7
7
|
Add the following to your Gemfile
|
|
8
8
|
```ruby
|
|
9
|
-
gem "ystock", "~> 0.4.
|
|
9
|
+
gem "ystock", "~> 0.4.5"
|
|
10
10
|
|
|
11
11
|
# Or simply install it
|
|
12
|
-
gem install ystock -v=0.4.
|
|
12
|
+
gem install ystock -v=0.4.5
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Bundle
|
|
@@ -108,7 +108,7 @@ day_low
|
|
|
108
108
|
### Tested with
|
|
109
109
|
This gem was tested with:
|
|
110
110
|
|
|
111
|
-
Ruby: 1.9.2
|
|
111
|
+
Ruby: 1.9.2 -> No longer supported.
|
|
112
112
|
|
|
113
113
|
Ruby: 1.9.3
|
|
114
114
|
|
data/ystock.gemspec
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'ystock'
|
|
3
|
-
s.version = "0.4.
|
|
4
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
3
|
+
s.version = "0.4.5"
|
|
5
4
|
s.authors = ["Greg Winn"]
|
|
6
5
|
s.date = %q{2012-06-09}
|
|
7
6
|
s.description = %q{Grab stock information from Yahoo and Google Finance}
|
metadata
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ystock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Greg Winn
|
|
@@ -13,6 +14,7 @@ dependencies:
|
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: httparty
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - ~>
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
@@ -20,6 +22,7 @@ dependencies:
|
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
27
|
- - ~>
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
@@ -40,25 +43,26 @@ files:
|
|
|
40
43
|
homepage: http://github.com/gregwinn/ystock
|
|
41
44
|
licenses:
|
|
42
45
|
- MIT
|
|
43
|
-
metadata: {}
|
|
44
46
|
post_install_message:
|
|
45
47
|
rdoc_options: []
|
|
46
48
|
require_paths:
|
|
47
49
|
- lib
|
|
48
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
51
|
+
none: false
|
|
49
52
|
requirements:
|
|
50
|
-
- - '>='
|
|
53
|
+
- - ! '>='
|
|
51
54
|
- !ruby/object:Gem::Version
|
|
52
55
|
version: '0'
|
|
53
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
54
58
|
requirements:
|
|
55
|
-
- - '>='
|
|
59
|
+
- - ! '>='
|
|
56
60
|
- !ruby/object:Gem::Version
|
|
57
|
-
version: '
|
|
61
|
+
version: '0'
|
|
58
62
|
requirements: []
|
|
59
63
|
rubyforge_project:
|
|
60
|
-
rubygems_version:
|
|
64
|
+
rubygems_version: 1.8.25
|
|
61
65
|
signing_key:
|
|
62
|
-
specification_version:
|
|
66
|
+
specification_version: 3
|
|
63
67
|
summary: Grab stock information from Yahoo and Google Finance
|
|
64
68
|
test_files: []
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: bf16a77203fac4736702bd9afb86eb188ec26ae3
|
|
4
|
-
data.tar.gz: d26079b8529bcb07ec15fa703f1888dc6eb34ca5
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: efe503dfeb93cc4d68e0e34a58cd23bc9dbcf83d849304e0138a9c4353c9685b4e1b0745b4ccd8426c6c1157f34ff9454f319d0062e5cba8ff0b04a731ca2261
|
|
7
|
-
data.tar.gz: 4d95dafc8789b9d1168bd69e62a7dac6bc5b60a747bf57a903478c897e038ae28e555b264929681e19b759423a16a72ea6f1d324dd72ef6ea96e3d15da944596
|