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 +1 -1
- data/lib/flattendb/types/mysql.rb +1 -1
- data/lib/flattendb/version.rb +1 -1
- metadata +10 -10
data/README
CHANGED
data/lib/flattendb/version.rb
CHANGED
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:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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
|
|
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.
|
|
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.
|
|
142
|
+
rubygems_version: 1.8.5
|
|
143
143
|
signing_key:
|
|
144
144
|
specification_version: 3
|
|
145
145
|
summary: Flatten relational databases.
|