snl-kosher 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +5 -1
  2. data/README.rdoc +5 -3
  3. metadata +4 -4
data/History.txt CHANGED
@@ -1,4 +1,8 @@
1
- == 0.1.1 2009-05-08
1
+ == 0.1.2 2009-05-11
2
+
3
+ * Trying to get rake gems:install to work
4
+
5
+ == 0.1.2 2009-05-08
2
6
 
3
7
  * Refactored code
4
8
 
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 some basic methods to filter out those iffy listings you probably do not want to buy.
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, but the idea is easily expandable to other product groups, venues, or languages.
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
- >> load "lib/kosher.rb"
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.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-08 00:00:00 -07:00
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 Ruby module provides some basic methods to filter out those iffy listings you probably do not want to buy.
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: Kosher is a Ruby module that provides some methods to filter out iffy listings in online marketplaces.
81
+ summary: Rid the marketplace of the unkosher.
82
82
  test_files:
83
83
  - test/test_helper.rb
84
84
  - test/test_kosher.rb