crags 1.5.9 → 1.6.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/VERSION +1 -1
- data/crags.gemspec +6 -5
- data/lib/crags.rb +1 -0
- metadata +12 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
data/crags.gemspec
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
|
-
# DO NOT EDIT THIS FILE
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{crags}
|
|
8
|
-
s.version = "1.
|
|
8
|
+
s.version = "1.6.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Marney"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2010-04-14}
|
|
13
13
|
s.description = %q{A library to help search across multiple craigslist locations.}
|
|
14
14
|
s.email = %q{gotascii@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
|
|
|
37
37
|
s.homepage = %q{http://github.com/gotascii/crags}
|
|
38
38
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
39
39
|
s.require_paths = ["lib"]
|
|
40
|
-
s.rubygems_version = %q{1.3.
|
|
40
|
+
s.rubygems_version = %q{1.3.6}
|
|
41
41
|
s.summary = %q{A library to help search across multiple craigslist locations.}
|
|
42
42
|
s.test_files = [
|
|
43
43
|
"test/crags/fetch_test.rb",
|
|
@@ -57,3 +57,4 @@ Gem::Specification.new do |s|
|
|
|
57
57
|
else
|
|
58
58
|
end
|
|
59
59
|
end
|
|
60
|
+
|
data/lib/crags.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crags
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 1
|
|
7
|
+
- 6
|
|
8
|
+
- 0
|
|
9
|
+
version: 1.6.0
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Justin Marney
|
|
@@ -9,7 +14,7 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date:
|
|
17
|
+
date: 2010-04-14 00:00:00 -04:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies: []
|
|
15
20
|
|
|
@@ -52,18 +57,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
52
57
|
requirements:
|
|
53
58
|
- - ">="
|
|
54
59
|
- !ruby/object:Gem::Version
|
|
60
|
+
segments:
|
|
61
|
+
- 0
|
|
55
62
|
version: "0"
|
|
56
|
-
version:
|
|
57
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
64
|
requirements:
|
|
59
65
|
- - ">="
|
|
60
66
|
- !ruby/object:Gem::Version
|
|
67
|
+
segments:
|
|
68
|
+
- 0
|
|
61
69
|
version: "0"
|
|
62
|
-
version:
|
|
63
70
|
requirements: []
|
|
64
71
|
|
|
65
72
|
rubyforge_project:
|
|
66
|
-
rubygems_version: 1.3.
|
|
73
|
+
rubygems_version: 1.3.6
|
|
67
74
|
signing_key:
|
|
68
75
|
specification_version: 3
|
|
69
76
|
summary: A library to help search across multiple craigslist locations.
|