holden-hostelify 0.2.2 → 0.2.4

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.
data/Manifest CHANGED
@@ -2,12 +2,11 @@ Manifest
2
2
  README.rdoc
3
3
  Rakefile
4
4
  hostelify.gemspec
5
- lib/hostel.rb
6
- lib/hostel/gomio.rb
7
- lib/hostel/hostel.rb
8
- lib/hostel/hostelbookers.rb
9
- lib/hostel/hostelworld.rb
10
- lib/test.rb
5
+ lib/hostelify.rb
6
+ lib/hostelify/gomio.rb
7
+ lib/hostelify/hostel.rb
8
+ lib/hostelify/hostelbookers.rb
9
+ lib/hostelify/hostelworld.rb
11
10
  spec/_helper.rb
12
11
  spec/hb_find_by_hostel.spec
13
12
  spec/hb_find_hostels.spec
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('hostelify', '0.2.1') do |p|
5
+ Echoe.new('hostelify', '0.2.4') do |p|
6
6
  p.description = "Simple Hostel Webscrapper."
7
7
  p.url = "http://github.com/holden/hostelify"
8
8
  p.author = "Holden Thomas"
data/hostelify.gemspec CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hostelify}
5
- s.version = "0.2.2"
5
+ s.version = "0.2.4"
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
9
  s.date = %q{2009-09-10}
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/hostel.rb", "lib/hostel/gomio.rb", "lib/hostel/hostel.rb", "lib/hostel/hostelbookers.rb", "lib/hostel/hostelworld.rb", "lib/test.rb"]
13
- s.files = ["Manifest", "README.rdoc", "Rakefile", "hostelify.gemspec", "lib/hostel.rb", "lib/hostel/gomio.rb", "lib/hostel/hostel.rb", "lib/hostel/hostelbookers.rb", "lib/hostel/hostelworld.rb", "lib/test.rb", "spec/_helper.rb", "spec/hb_find_by_hostel.spec", "spec/hb_find_hostels.spec", "spec/hw_find_by_hostel.spec", "spec/hw_find_hostels.spec"]
12
+ s.extra_rdoc_files = ["README.rdoc", "lib/hostelify.rb", "lib/hostelify/gomio.rb", "lib/hostelify/hostel.rb", "lib/hostelify/hostelbookers.rb", "lib/hostelify/hostelworld.rb"]
13
+ s.files = ["Manifest", "README.rdoc", "Rakefile", "hostelify.gemspec", "lib/hostelify.rb", "lib/hostelify/gomio.rb", "lib/hostelify/hostel.rb", "lib/hostelify/hostelbookers.rb", "lib/hostelify/hostelworld.rb", "spec/_helper.rb", "spec/hb_find_by_hostel.spec", "spec/hb_find_hostels.spec", "spec/hw_find_by_hostel.spec", "spec/hw_find_hostels.spec"]
14
14
  s.has_rdoc = true
15
15
  s.homepage = %q{http://github.com/holden/hostelify}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Hostelify", "--main", "README.rdoc"]
File without changes
File without changes
File without changes
File without changes
@@ -5,6 +5,6 @@ require 'open-uri'
5
5
  require 'date'
6
6
  require 'htmlentities'
7
7
  require 'iconv'
8
- require 'hostel/hostel'
9
- require 'hostel/hostelworld'
10
- require 'hostel/hostelbookers'
8
+ require 'hostelify/hostel'
9
+ require 'hostelify/hostelworld'
10
+ require 'hostelify/hostelbookers'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: holden-hostelify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Holden Thomas
@@ -21,23 +21,21 @@ extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
23
  - README.rdoc
24
- - lib/hostel.rb
25
- - lib/hostel/gomio.rb
26
- - lib/hostel/hostel.rb
27
- - lib/hostel/hostelbookers.rb
28
- - lib/hostel/hostelworld.rb
29
- - lib/test.rb
24
+ - lib/hostelify.rb
25
+ - lib/hostelify/gomio.rb
26
+ - lib/hostelify/hostel.rb
27
+ - lib/hostelify/hostelbookers.rb
28
+ - lib/hostelify/hostelworld.rb
30
29
  files:
31
30
  - Manifest
32
31
  - README.rdoc
33
32
  - Rakefile
34
33
  - hostelify.gemspec
35
- - lib/hostel.rb
36
- - lib/hostel/gomio.rb
37
- - lib/hostel/hostel.rb
38
- - lib/hostel/hostelbookers.rb
39
- - lib/hostel/hostelworld.rb
40
- - lib/test.rb
34
+ - lib/hostelify.rb
35
+ - lib/hostelify/gomio.rb
36
+ - lib/hostelify/hostel.rb
37
+ - lib/hostelify/hostelbookers.rb
38
+ - lib/hostelify/hostelworld.rb
41
39
  - spec/_helper.rb
42
40
  - spec/hb_find_by_hostel.spec
43
41
  - spec/hb_find_hostels.spec
@@ -45,7 +43,6 @@ files:
45
43
  - spec/hw_find_hostels.spec
46
44
  has_rdoc: true
47
45
  homepage: http://github.com/holden/hostelify
48
- licenses:
49
46
  post_install_message:
50
47
  rdoc_options:
51
48
  - --line-numbers
@@ -71,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
68
  requirements: []
72
69
 
73
70
  rubyforge_project: hostelify
74
- rubygems_version: 1.3.5
71
+ rubygems_version: 1.2.0
75
72
  signing_key:
76
73
  specification_version: 2
77
74
  summary: Simple Hostel Webscrapper.
data/lib/test.rb DELETED
@@ -1,5 +0,0 @@
1
- require 'hostel'
2
-
3
- c=Hostelbookers.find_hostels_by_location(:location => "paris,france")
4
-
5
- puts c.last[:desc]