brand2csv 0.1.8 → 0.1.9

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.
@@ -1,3 +1,7 @@
1
+ === 0.1.9 02.06.2013
2
+
3
+ * Fixed bug which prevented correct interpretation of result.
4
+
1
5
  === 0.1.8 01.06.2013
2
6
 
3
7
  * Save partial results and wait 1 seconds between fetching each detail
@@ -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
- 1.10.2005
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
@@ -1,3 +1,3 @@
1
1
  module Brand2csv
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
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.8
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-01 00:00:00.000000000 Z
12
+ date: 2013-06-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mechanize