gom-filesystem-adapter 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -0
- data/spec/spec_helper.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -5,6 +5,8 @@ The filesystem adapter for the Generic Object Mapper (http://github.com/phifty/g
|
|
5
5
|
object data in the filesystem. Currently the adapter is read-only. The object data - stored in YML files - can be
|
6
6
|
mapped to object, but no object data can be written to disk.
|
7
7
|
|
8
|
+
http://travis-ci.org/phifty/gom-filesystem-adapter.png
|
9
|
+
|
8
10
|
== Configuration
|
9
11
|
|
10
12
|
If the adapter <tt>filesystem</tt> is chosen in the storage configuration, the following configuration values should
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: gom-filesystem-adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.4.
|
5
|
+
version: 0.4.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- "Philipp Br\xC3\xBCll"
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05-
|
13
|
+
date: 2011-05-30 00:00:00 +02:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|