kosher 0.0.1 → 0.0.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/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ Gemfile.lock
data/kosher.gemspec CHANGED
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_development_dependency("rspec", ["~> 2.2.0"])
22
+ s.add_development_dependency("rspec", ["~> 2.4.0"])
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Kosher
2
- DAMAGED = "missing|torn|broken|split|different|discard|withdrawn|rent|stain|school|damaged|water"
2
+ DAMAGED = "missing|torn|broken|split|discard|withdrawn|rent|stain|school|damaged|water"
3
3
  EXLIBRARY = "(?:e?x|discarded|retired|former|has|have)[\\s._-]*lib"
4
4
  MARKED = "(highlight|hilit|underlin)"
5
5
  MISSING_VOL = "(vols?|volume) only"
@@ -1,3 +1,3 @@
1
1
  module Kosher
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kosher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 0
9
- - 1
10
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
11
10
  platform: ruby
12
11
  authors:
13
12
  - Paper Cavalier
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-12-09 00:00:00 +00:00
17
+ date: 2011-01-06 00:00:00 +00:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -26,12 +25,11 @@ dependencies:
26
25
  requirements:
27
26
  - - ~>
28
27
  - !ruby/object:Gem::Version
29
- hash: 7
30
28
  segments:
31
29
  - 2
32
- - 2
30
+ - 4
33
31
  - 0
34
- version: 2.2.0
32
+ version: 2.4.0
35
33
  type: :development
36
34
  version_requirements: *id001
37
35
  description: Have you ever wondered if you should buy a book?
@@ -48,7 +46,6 @@ files:
48
46
  - .rspec
49
47
  - .rvmrc
50
48
  - Gemfile
51
- - Gemfile.lock
52
49
  - LICENSE
53
50
  - README.md
54
51
  - Rakefile
@@ -75,7 +72,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
72
  requirements:
76
73
  - - ">="
77
74
  - !ruby/object:Gem::Version
78
- hash: 3
79
75
  segments:
80
76
  - 0
81
77
  version: "0"
@@ -84,7 +80,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
80
  requirements:
85
81
  - - ">="
86
82
  - !ruby/object:Gem::Version
87
- hash: 3
88
83
  segments:
89
84
  - 0
90
85
  version: "0"
data/Gemfile.lock DELETED
@@ -1,24 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- kosher (0.0.1)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- diff-lcs (1.1.2)
10
- rspec (2.2.0)
11
- rspec-core (~> 2.2)
12
- rspec-expectations (~> 2.2)
13
- rspec-mocks (~> 2.2)
14
- rspec-core (2.2.1)
15
- rspec-expectations (2.2.0)
16
- diff-lcs (~> 1.1.2)
17
- rspec-mocks (2.2.0)
18
-
19
- PLATFORMS
20
- ruby
21
-
22
- DEPENDENCIES
23
- kosher!
24
- rspec (~> 2.2.0)