datahunter 0.2.3 → 0.2.4
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/bin/hunter +2 -2
- data/lib/datahunter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 881a15306c3ad3eb1b348a3121ac63af9f78f1bd
|
4
|
+
data.tar.gz: 07f03917a80eebe1bcbcec00f204154f902b2419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ef1c9279257884f89a2d2d8b25592ce57a42ac67d69d07fceb222498a71c01f8c56a0cfcdea05a04851b9f112675503b231f3d213baf8896a24992c10f92ec1
|
7
|
+
data.tar.gz: 6e4d1753b61b845c0e946f124ae8b61b323dd4aaadc7ac54b5fca5d66202553a1118e250ae6c350d889e8959179e663a373e71a12ffcd0ab680bf4c1a94ecfba
|
data/README.md
CHANGED
@@ -108,8 +108,8 @@ Don't hesitate to [give us any feedback about you experience with Hunter!](https
|
|
108
108
|
|
109
109
|
## Update
|
110
110
|
|
111
|
-
* datasets indexed:
|
112
|
-
* last datasets indexed: Canada open data, NETL's Energy Data eXchange
|
111
|
+
* datasets indexed: 8335
|
112
|
+
* last datasets indexed: Canada open data, NETL's Energy Data eXchange, dati.gov.it
|
113
113
|
|
114
114
|
## Roadmap
|
115
115
|
|
data/bin/hunter
CHANGED
@@ -225,9 +225,9 @@ $.........:8...............888888888888.
|
|
225
225
|
puts
|
226
226
|
puts 'We believe there will be more and more data available on the web and the main issue will be to find them and to manage each sources. So we try to do it for you: not by pre-processing them but by orienting you.'.colorize(:red)
|
227
227
|
puts
|
228
|
-
puts 'Number of datasets currently indexed:
|
228
|
+
puts 'Number of datasets currently indexed: 8335'.colorize(:blue)
|
229
229
|
puts
|
230
|
-
puts 'Last dataset indexed: "Canada Open Data"'
|
230
|
+
puts 'Last dataset indexed: "Canada Open Data" "NETLs Energy Data eXchange", dati.gov.it'
|
231
231
|
puts
|
232
232
|
puts "### Hunter is still a prototype, please don't hesitate to help us make open datasets workflow better!".colorize(:blue)
|
233
233
|
Datahunter.print_feedback_request
|
data/lib/datahunter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: datahunter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Terpo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|