hostelify 0.5 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/hostelify.gemspec +2 -2
- data/spec/hw_find_by_hostel.spec +3 -3
- metadata +3 -2
data/Rakefile
CHANGED
data/hostelify.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{hostelify}
|
5
|
-
s.version = "0.5"
|
5
|
+
s.version = "0.5.1"
|
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-
|
9
|
+
s.date = %q{2010-08-09}
|
10
10
|
s.description = %q{Simple Hostel Webscrapper.}
|
11
11
|
s.email = %q{holden.thomas@gmail.com}
|
12
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"]
|
data/spec/hw_find_by_hostel.spec
CHANGED
@@ -35,9 +35,9 @@ describe "youtube" do
|
|
35
35
|
@h3 = Hostelworld.find_hostel_by_id(:id => 7113)
|
36
36
|
end
|
37
37
|
|
38
|
-
it "video" do
|
39
|
-
|
40
|
-
end
|
38
|
+
#it "video" do
|
39
|
+
# @h3.video.should match(/^.*(youtube.com).*$/)
|
40
|
+
#end
|
41
41
|
end
|
42
42
|
|
43
43
|
describe "find hostel with all options" do
|
metadata
CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 5
|
8
|
-
|
8
|
+
- 1
|
9
|
+
version: 0.5.1
|
9
10
|
platform: ruby
|
10
11
|
authors:
|
11
12
|
- Holden Thomas
|
@@ -13,7 +14,7 @@ autorequire:
|
|
13
14
|
bindir: bin
|
14
15
|
cert_chain: []
|
15
16
|
|
16
|
-
date: 2010-08-
|
17
|
+
date: 2010-08-09 00:00:00 +02:00
|
17
18
|
default_executable:
|
18
19
|
dependencies: []
|
19
20
|
|