hostelify 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -1,6 +1,7 @@
1
1
  Manifest
2
- README.rdoc
2
+ README.markdown
3
3
  Rakefile
4
+ hostelify.gemspec
4
5
  lib/hostelify.rb
5
6
  lib/hostelify/gomio.rb
6
7
  lib/hostelify/hostel.rb
data/README.markdown ADDED
@@ -0,0 +1,11 @@
1
+ # Hostelify
2
+
3
+ >This a gem which creates an API for booking and pricing data for the following sites:
4
+
5
+ * Hostelworld
6
+ * Hostelbookers
7
+ * Gomio (removed too slow to speak of)
8
+
9
+ Hostelworld's real API is commercial and it sucks to high heaven... it was written as an afterthought by a Rent-a-coder.
10
+ Hostelbookers' is also commercial only, but is quite ok.
11
+
data/Rakefile CHANGED
@@ -1,8 +1,10 @@
1
1
  require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
+ require 'hpricot'
5
+ require 'mechanize'
4
6
 
5
- Echoe.new('hostelify', '0.5.2') do |p|
7
+ Echoe.new('hostelify', '0.5.3') do |p|
6
8
  p.description = "Simple Hostel Webscrapper."
7
9
  p.url = "http://github.com/holden/hostelify"
8
10
  p.author = "Holden Thomas"
data/hostelify.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hostelify}
5
- s.version = "0.5.2"
5
+ s.version = "0.5.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Holden Thomas"]
9
- s.date = %q{2010-08-09}
9
+ s.date = %q{2010-10-05}
10
10
  s.description = %q{Simple Hostel Webscrapper.}
11
11
  s.email = %q{holden.thomas@gmail.com}
12
- s.extra_rdoc_files = ["README.rdoc", "lib/hostelify.rb", "lib/hostelify/gomio.rb", "lib/hostelify/hostel.rb", "lib/hostelify/hostelbookers.rb", "lib/hostelify/hostelify.rb", "lib/hostelify/hostelworld.rb", "lib/items.rb"]
13
- s.files = ["Manifest", "README.rdoc", "Rakefile", "lib/hostelify.rb", "lib/hostelify/gomio.rb", "lib/hostelify/hostel.rb", "lib/hostelify/hostelbookers.rb", "lib/hostelify/hostelify.rb", "lib/hostelify/hostelworld.rb", "lib/items.rb", "spec/_helper.rb", "spec/hb_find_by_hostel.spec", "spec/hb_find_hostels.spec", "spec/helper.rb", "spec/hw_find_by_hostel.spec", "spec/hw_find_hostels.spec", "hostelify.gemspec"]
12
+ s.extra_rdoc_files = ["README.markdown", "lib/hostelify.rb", "lib/hostelify/gomio.rb", "lib/hostelify/hostel.rb", "lib/hostelify/hostelbookers.rb", "lib/hostelify/hostelify.rb", "lib/hostelify/hostelworld.rb", "lib/items.rb"]
13
+ s.files = ["Manifest", "README.markdown", "Rakefile", "lib/hostelify.rb", "lib/hostelify/gomio.rb", "lib/hostelify/hostel.rb", "lib/hostelify/hostelbookers.rb", "lib/hostelify/hostelify.rb", "lib/hostelify/hostelworld.rb", "lib/items.rb", "spec/_helper.rb", "spec/hb_find_by_hostel.spec", "spec/hb_find_hostels.spec", "spec/helper.rb", "spec/hw_find_by_hostel.spec", "spec/hw_find_hostels.spec", "hostelify.gemspec"]
14
14
  s.homepage = %q{http://github.com/holden/hostelify}
15
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Hostelify", "--main", "README.rdoc"]
15
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Hostelify", "--main", "README.markdown"]
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{hostelify}
18
18
  s.rubygems_version = %q{1.3.6}
data/lib/hostelify.rb CHANGED
@@ -8,4 +8,3 @@ require 'iconv'
8
8
  require 'hostelify/hostelify'
9
9
  require 'hostelify/hostelworld'
10
10
  require 'hostelify/hostelbookers'
11
- #require 'hostelify/hosteltest'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 2
9
- version: 0.5.2
8
+ - 3
9
+ version: 0.5.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Holden Thomas
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-09 00:00:00 +02:00
17
+ date: 2010-10-05 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -25,7 +25,7 @@ executables: []
25
25
  extensions: []
26
26
 
27
27
  extra_rdoc_files:
28
- - README.rdoc
28
+ - README.markdown
29
29
  - lib/hostelify.rb
30
30
  - lib/hostelify/gomio.rb
31
31
  - lib/hostelify/hostel.rb
@@ -35,7 +35,7 @@ extra_rdoc_files:
35
35
  - lib/items.rb
36
36
  files:
37
37
  - Manifest
38
- - README.rdoc
38
+ - README.markdown
39
39
  - Rakefile
40
40
  - lib/hostelify.rb
41
41
  - lib/hostelify/gomio.rb
@@ -62,7 +62,7 @@ rdoc_options:
62
62
  - --title
63
63
  - Hostelify
64
64
  - --main
65
- - README.rdoc
65
+ - README.markdown
66
66
  require_paths:
67
67
  - lib
68
68
  required_ruby_version: !ruby/object:Gem::Requirement
data/README.rdoc DELETED
@@ -1 +0,0 @@
1
- Nothin yet... still...