restaurant_week_boston 1.0.1 → 1.1.0
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/lib/restaurant_week_boston.rb +2 -0
- data/restaurant_week_boston.gemspec +6 -1
- metadata +20 -5
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
|
|
3
|
+
$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib')
|
|
4
|
+
require 'restaurant_week_boston/version'
|
|
5
|
+
|
|
3
6
|
Gem::Specification.new do |s|
|
|
4
7
|
s.name = %q{restaurant_week_boston}
|
|
5
|
-
s.version =
|
|
8
|
+
s.version = RestaurantWeekBoston::VERSION
|
|
6
9
|
|
|
7
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
11
|
s.authors = ["Gabe Berke-Williams"]
|
|
@@ -35,5 +38,7 @@ Gem::Specification.new do |s|
|
|
|
35
38
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
36
39
|
s.specification_version = 3
|
|
37
40
|
end
|
|
41
|
+
|
|
42
|
+
s.add_dependency(%q<nokogiri>, [">= 1.4.3.0"])
|
|
38
43
|
end
|
|
39
44
|
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
|
-
- 0
|
|
8
7
|
- 1
|
|
9
|
-
|
|
8
|
+
- 0
|
|
9
|
+
version: 1.1.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Gabe Berke-Williams
|
|
@@ -14,10 +14,25 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-08-14 00:00:00 -
|
|
17
|
+
date: 2010-08-14 00:00:00 -04:00
|
|
18
18
|
default_executable: restaurant_week_boston
|
|
19
|
-
dependencies:
|
|
20
|
-
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: nokogiri
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
segments:
|
|
29
|
+
- 1
|
|
30
|
+
- 4
|
|
31
|
+
- 3
|
|
32
|
+
- 0
|
|
33
|
+
version: 1.4.3.0
|
|
34
|
+
type: :runtime
|
|
35
|
+
version_requirements: *id001
|
|
21
36
|
description: A fast, easy way to search the Boston Restaurant Week site and mark your favorites.
|
|
22
37
|
email: gbw@brandeis.edu
|
|
23
38
|
executables:
|