graybook 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (7) hide show
  1. data/CHANGELOG +4 -0
  2. data/README +1 -0
  3. data/Rakefile +1 -0
  4. data/VERSION +1 -1
  5. data/VERSION.yml +1 -1
  6. metadata +13 -4
  7. data/Manifest.txt +0 -59
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ ==1.1.1 / 2009-10-01
2
+
3
+ * Fixed a problem with returning Problems on scrape_contents.
4
+
1
5
  ==1.1.0 / 2009-10-01
2
6
 
3
7
  * Removed the completely outdates tests (will write new tests next patch)
data/README CHANGED
@@ -54,6 +54,7 @@ Requirements:
54
54
  -------------
55
55
 
56
56
  * Mechanize >= 0.7.0 for page scraping
57
+ * FasterCSV >= 1.2.0 for Yahoo CSV format parsing
57
58
 
58
59
  Install:
59
60
  --------
data/Rakefile CHANGED
@@ -15,6 +15,7 @@ begin
15
15
  s.authors = ["kojul", "Contentfree"]
16
16
  s.add_dependency('hpricot', '>= 0.7.0')
17
17
  s.add_dependency('mechanize', '>= 0.7.0')
18
+ s.add_dependency('fastercsv', '>= 1.2.0')
18
19
  end
19
20
  rescue LoadError
20
21
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 1
4
- :patch: 1
4
+ :patch: 2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graybook
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kojul
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-01 00:00:00 -05:00
13
+ date: 2009-10-26 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -33,6 +33,16 @@ dependencies:
33
33
  - !ruby/object:Gem::Version
34
34
  version: 0.7.0
35
35
  version:
36
+ - !ruby/object:Gem::Dependency
37
+ name: fastercsv
38
+ type: :runtime
39
+ version_requirement:
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: 1.2.0
45
+ version:
36
46
  description: Graybook is used to import email contact lists from popular webmail sites. Currently supported are AOL/AIM, Yahoo, Hotmail/Live/MSN, and Google Mail (although not Google Apps Mail yet).
37
47
  email: kojul@kojul.com
38
48
  executables: []
@@ -44,7 +54,6 @@ extra_rdoc_files:
44
54
  files:
45
55
  - .gitignore
46
56
  - CHANGELOG
47
- - Manifest.txt
48
57
  - README
49
58
  - Rakefile
50
59
  - VERSION
@@ -84,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
93
  requirements: []
85
94
 
86
95
  rubyforge_project:
87
- rubygems_version: 1.3.5
96
+ rubygems_version: 1.3.4
88
97
  signing_key:
89
98
  specification_version: 3
90
99
  summary: It does things. Like import contacts from EVERYWHERE. (Some sites may be excluded)
data/Manifest.txt DELETED
@@ -1,59 +0,0 @@
1
- CHANGES.markdown
2
- Manifest.txt
3
- README.markdown
4
- Rakefile
5
- debug_graybook.rb
6
- init.rb
7
- lib/graybook.rb
8
- lib/graybook/exporter/base.rb
9
- lib/graybook/exporter/vcf.rb
10
- lib/graybook/exporter/xml.rb
11
- lib/graybook/importer/aol.rb
12
- lib/graybook/importer/base.rb
13
- lib/graybook/importer/csv.rb
14
- lib/graybook/importer/gmail.rb
15
- lib/graybook/importer/hotmail.rb
16
- lib/graybook/importer/page_scraper.rb
17
- lib/graybook/importer/yahoo.rb
18
- test/fixtures/aol_application_page.html
19
- test/fixtures/aol_bad_login_response_stage_3.html
20
- test/fixtures/aol_contacts.html
21
- test/fixtures/aol_login_response_stage_1.html
22
- test/fixtures/aol_login_response_stage_2.html
23
- test/fixtures/aol_login_response_stage_3.html
24
- test/fixtures/aol_login_response_stage_4.html
25
- test/fixtures/aol_login_response_stage_5.html
26
- test/fixtures/aol_new_contacts.html
27
- test/fixtures/gmail.csv
28
- test/fixtures/gmail_bad_login_response_stage_2.html
29
- test/fixtures/gmail_contacts.html
30
- test/fixtures/gmail_login_response_stage_1.html
31
- test/fixtures/gmail_login_response_stage_2.html
32
- test/fixtures/gmail_login_response_stage_2a.html
33
- test/fixtures/gmail_login_response_stage_3.html
34
- test/fixtures/hotmail_bad_login_response_stage_2.html
35
- test/fixtures/hotmail_contacts.html
36
- test/fixtures/hotmail_login_response_stage_1.html
37
- test/fixtures/hotmail_login_response_stage_2.html
38
- test/fixtures/hotmail_login_response_stage_3.html
39
- test/fixtures/yahoo_bad_login_response_stage_2.html
40
- test/fixtures/yahoo_contacts.csv
41
- test/fixtures/yahoo_contacts_not_logged_in.html
42
- test/fixtures/yahoo_contacts_stage_1.html
43
- test/fixtures/yahoo_login_response_stage_1.html
44
- test/fixtures/yahoo_login_response_stage_2.html
45
- test/scripts/live_test.rb
46
- test/test_graybook.rb
47
- test/test_graybook_exporter_base.rb
48
- test/test_graybook_exporter_vcf.rb
49
- test/test_graybook_exporter_xml.rb
50
- test/test_graybook_importer_aol.rb
51
- test/test_graybook_importer_base.rb
52
- test/test_graybook_importer_csv.rb
53
- test/test_graybook_importer_gmail.rb
54
- test/test_graybook_importer_hotmail.rb
55
- test/test_graybook_importer_page_scraper.rb
56
- test/test_graybook_importer_yahoo.rb
57
- test/test_helper.rb
58
- vendor/plugins/graybook/lib/autotest/graybook.rb
59
- vendor/plugins/graybook/lib/autotest/discover.rb