snl-kosher 0.1.2 → 0.1.3
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 +1 -1
- data/lib/kosher.rb +2 -3
- metadata +4 -4
data/History.txt
CHANGED
data/lib/kosher.rb
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
require 'yaml'
|
|
2
|
-
|
|
3
1
|
$:.unshift(File.dirname(__FILE__)) unless
|
|
4
2
|
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
|
|
5
3
|
|
|
6
4
|
module Kosher
|
|
7
|
-
|
|
5
|
+
require 'yaml'
|
|
6
|
+
VERSION = '0.1.3'
|
|
8
7
|
RULES = File.open(File.join(File.dirname(__FILE__), "../data/rules.yml")) {|f| YAML.load(f)}
|
|
9
8
|
|
|
10
9
|
# Check if a book description is kosher.
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Hakan Senol Ensari
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -74,11 +74,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
version:
|
|
75
75
|
requirements: []
|
|
76
76
|
|
|
77
|
-
rubyforge_project:
|
|
77
|
+
rubyforge_project:
|
|
78
78
|
rubygems_version: 1.2.0
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 2
|
|
81
|
-
summary:
|
|
81
|
+
summary: A Ruby module that rids the marketplace of the unkosher
|
|
82
82
|
test_files:
|
|
83
83
|
- test/test_helper.rb
|
|
84
84
|
- test/test_kosher.rb
|