snl-kosher 0.1.1 → 0.1.2
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/History.txt +5 -1
- data/README.rdoc +5 -3
- metadata +4 -4
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -4,15 +4,17 @@
|
|
4
4
|
|
5
5
|
== DESCRIPTION:
|
6
6
|
|
7
|
-
People sell stuff online. Some are bad sellers. Some sell bad stuff. This module provides
|
7
|
+
People sell stuff online. Some are bad sellers. Some sell bad stuff. This module provides a few simple methods to filter out those iffy listings you probably do not want to buy.
|
8
8
|
|
9
9
|
== FEATURES/PROBLEMS:
|
10
10
|
|
11
|
-
The current incarnation only works with Amazon sellers and book descriptions in English
|
11
|
+
The current incarnation only works with Amazon sellers and book descriptions in English. I will add other venues, languages, and possibly product groups in the near, near future.
|
12
12
|
|
13
13
|
== SYNOPSIS:
|
14
14
|
|
15
|
-
|
15
|
+
Assuming you have installed the gem:
|
16
|
+
|
17
|
+
>> require "kosher"
|
16
18
|
=> true
|
17
19
|
>> Kosher.seller? :amazon, nil, 0
|
18
20
|
=> true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snl-kosher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Hakan \xC5\x9Eenol Ensari"
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-05-
|
12
|
+
date: 2009-05-11 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 1.8.0
|
34
34
|
version:
|
35
|
-
description: People sell stuff online. Some are bad sellers. Some sell bad stuff. This
|
35
|
+
description: People sell stuff online. Some are bad sellers. Some sell bad stuff. This module provides a few simple methods to filter out those iffy listings you probably do not want to buy.
|
36
36
|
email:
|
37
37
|
- snl@theorydot.com
|
38
38
|
executables: []
|
@@ -78,7 +78,7 @@ rubyforge_project: kosher
|
|
78
78
|
rubygems_version: 1.2.0
|
79
79
|
signing_key:
|
80
80
|
specification_version: 2
|
81
|
-
summary:
|
81
|
+
summary: Rid the marketplace of the unkosher.
|
82
82
|
test_files:
|
83
83
|
- test/test_helper.rb
|
84
84
|
- test/test_kosher.rb
|