brand2csv 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/bin/brand2csv +1 -3
- data/lib/brand2csv/version.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/bin/brand2csv
CHANGED
@@ -14,9 +14,7 @@ Usage:
|
|
14
14
|
#{File.basename(__FILE__)} timespan
|
15
15
|
Find all brands registered in switzerland during the given timespan.
|
16
16
|
The following examples valid timespan periods:
|
17
|
-
|
18
|
-
1.10.2005-31.10.2005
|
19
|
-
1.10.2005, 5.10.2005-31.10.2005
|
17
|
+
brand2csv 01.01.2013 "b*" #will search for all brand starting with "b"
|
20
18
|
The results are stored in the file ausgabe.csv.
|
21
19
|
The trademark name is either a real brand name or a link to an image.
|
22
20
|
EOS
|
data/lib/brand2csv/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brand2csv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-06-
|
12
|
+
date: 2013-06-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mechanize
|