flattendb 0.0.7 → 0.0.8

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/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to flattendb version 0.0.7
5
+ This documentation refers to flattendb version 0.0.8
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -117,7 +117,7 @@ module FlattenDB
117
117
  else
118
118
  raise ArgumentError, "don't know how to handle spec of type '#{spec.class}'"
119
119
  end
120
- }
120
+ } if config
121
121
 
122
122
  tables.delete_if { |table, _|
123
123
  table != primary_table
@@ -4,7 +4,7 @@ module FlattenDB
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- TINY = 7
7
+ TINY = 8
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flattendb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jens Wille
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-29 00:00:00 Z
18
+ date: 2011-07-04 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: highline
@@ -108,14 +108,14 @@ licenses: []
108
108
 
109
109
  post_install_message:
110
110
  rdoc_options:
111
- - --line-numbers
112
- - --main
113
- - README
114
111
  - --charset
115
112
  - UTF-8
116
- - --all
117
113
  - --title
118
- - flattendb Application documentation (v0.0.7)
114
+ - flattendb Application documentation (v0.0.8)
115
+ - --main
116
+ - README
117
+ - --line-numbers
118
+ - --all
119
119
  require_paths:
120
120
  - lib
121
121
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  requirements: []
140
140
 
141
141
  rubyforge_project: prometheus
142
- rubygems_version: 1.7.2
142
+ rubygems_version: 1.8.5
143
143
  signing_key:
144
144
  specification_version: 3
145
145
  summary: Flatten relational databases.