AddressBookImporter 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -2,5 +2,3 @@
2
2
 
3
3
  * Initial release
4
4
 
5
- == 0.0.2 / 2006-11-27
6
- * Fixed Hotmail somewhat
data/Rakefile CHANGED
@@ -5,8 +5,9 @@ require 'hoe'
5
5
  require './lib/address_book_importer.rb'
6
6
 
7
7
  Hoe.new('AddressBookImporter', AddressBookImporter::VERSION) do |p|
8
- p.rubyforge_name = 'adocca_plugins'
9
8
  p.summary = 'Mechanize scraper for address books'
9
+ p.author = 'adocca Entertainment AB'
10
+ p.rubyforge_name = "adocca-plugins"
10
11
  # p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
11
12
  # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
12
13
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
@@ -2,7 +2,8 @@ require 'rubygems'
2
2
  require 'mechanize'
3
3
 
4
4
  module AddressBookImporter
5
- VERSION = "0.0.2"
5
+ VERSION = '0.0.3'
6
+
6
7
  class EmptyEmailException < Exception ; end
7
8
  class LoginErrorException < Exception ; end
8
9
  class ParseException < Exception ; end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: AddressBookImporter
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.2
7
- date: 2006-11-27 00:00:00 +01:00
6
+ version: 0.0.3
7
+ date: 2006-12-22 00:00:00 +01:00
8
8
  summary: Mechanize scraper for address books
9
9
  require_paths:
10
10
  - lib
11
11
  email: ryand-ruby@zenspider.com
12
12
  homepage: http://www.zenspider.com/ZSS/Products/AddressBookImporter/
13
- rubyforge_project: adocca_plugins
13
+ rubyforge_project: adocca-plugins
14
14
  description: Ryan Davis is too lazy to write a description
15
15
  autorequire:
16
16
  default_executable:
@@ -25,9 +25,8 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
- post_install_message:
29
28
  authors:
30
- - Ryan Davis
29
+ - adocca Entertainment AB
31
30
  files:
32
31
  - History.txt
33
32
  - Manifest.txt