mattly-exegesis 0.0.9 → 0.0.10

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.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/exegesis.rb +0 -1
  3. metadata +2 -5
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 9
4
+ :patch: 10
data/lib/exegesis.rb CHANGED
@@ -2,7 +2,6 @@ require 'time'
2
2
  require 'pathname'
3
3
 
4
4
  require 'couchrest'
5
- require 'active_support/inflector'
6
5
 
7
6
  $:.unshift File.dirname(__FILE__) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
8
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mattly-exegesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Lyon
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-03 00:00:00 -08:00
12
+ date: 2009-03-08 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -38,9 +38,6 @@ files:
38
38
  - lib/exegesis/design/design_docs.rb
39
39
  - lib/exegesis/design.rb
40
40
  - lib/exegesis/document.rb
41
- - lib/exegesis/model
42
- - lib/exegesis/model/state_machine.rb
43
- - lib/exegesis/model/valdiation.rb
44
41
  - lib/exegesis.rb
45
42
  - test/design_doc_test.rb
46
43
  - test/design_test.rb