navfund 0.0.1 → 0.0.2
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 +1 -1
- data/lib/navfund/version.rb +1 -1
- data/navfund.gemspec +3 -3
- metadata +5 -6
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Navfund
|
2
2
|
|
3
|
-
Navfund is a ruby gem that fetches the values of the current NAVPU/NAVPS of several Banks/Providers of UITFs/Mutual Funds
|
3
|
+
Navfund is a ruby gem that fetches the values of the current NAVPU/NAVPS of several Banks/Providers of UITFs/Mutual Funds. Currently it only supports Philippine providers.
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
data/lib/navfund/version.rb
CHANGED
data/navfund.gemspec
CHANGED
@@ -7,9 +7,9 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.platform = Gem::Platform::RUBY
|
8
8
|
gem.authors = ["Marvin Baltazar"]
|
9
9
|
gem.email = ["marvin.baltazar@gmail.com"]
|
10
|
-
gem.description = %q{Data scraper for
|
11
|
-
gem.summary = %q{
|
12
|
-
gem.homepage = "
|
10
|
+
gem.description = %q{Data scraper for Investment Fund Net Asset Values (NAVs)}
|
11
|
+
gem.summary = %q{Navfund is a ruby gem that fetches the values of the current NAVPU/NAVPS of several Banks/Providers of UITFs/Mutual Funds}
|
12
|
+
gem.homepage = "https://github.com/marvs/navfund"
|
13
13
|
|
14
14
|
gem.add_runtime_dependency "nokogiri"
|
15
15
|
gem.add_development_dependency "rake"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: navfund
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description: Data scraper for
|
46
|
+
description: Data scraper for Investment Fund Net Asset Values (NAVs)
|
47
47
|
email:
|
48
48
|
- marvin.baltazar@gmail.com
|
49
49
|
executables: []
|
@@ -66,7 +66,7 @@ files:
|
|
66
66
|
- test/lib/navfund/function_test.rb
|
67
67
|
- test/lib/navfund/version_test.rb
|
68
68
|
- test/test_helper.rb
|
69
|
-
homepage:
|
69
|
+
homepage: https://github.com/marvs/navfund
|
70
70
|
licenses: []
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
@@ -89,9 +89,8 @@ rubyforge_project:
|
|
89
89
|
rubygems_version: 1.8.21
|
90
90
|
signing_key:
|
91
91
|
specification_version: 3
|
92
|
-
summary:
|
93
|
-
|
94
|
-
as well!
|
92
|
+
summary: Navfund is a ruby gem that fetches the values of the current NAVPU/NAVPS
|
93
|
+
of several Banks/Providers of UITFs/Mutual Funds
|
95
94
|
test_files:
|
96
95
|
- test/lib/navfund/function_test.rb
|
97
96
|
- test/lib/navfund/version_test.rb
|