snl-kosher 0.1.2 → 0.1.3

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 +1 -1
  2. data/lib/kosher.rb +2 -3
  3. metadata +4 -4
@@ -1,4 +1,4 @@
1
- == 0.1.2 2009-05-11
1
+ == 0.1.3 2009-05-11
2
2
 
3
3
  * Trying to get rake gems:install to work
4
4
 
@@ -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
- VERSION = '0.1.1'
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - "Hakan \xC5\x9Eenol Ensari"
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: kosher
77
+ rubyforge_project:
78
78
  rubygems_version: 1.2.0
79
79
  signing_key:
80
80
  specification_version: 2
81
- summary: Rid the marketplace of the unkosher.
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