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.
Files changed (3) hide show
  1. data/README.rdoc +2 -0
  2. data/spec/spec_helper.rb +1 -1
  3. 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
@@ -12,7 +12,7 @@ GOM::Storage.configure {
12
12
  files File.join(File.dirname(__FILE__), "acceptance", "data", "*.yml")
13
13
  view {
14
14
  name :test_object_class_view
15
- type :class
15
+ kind :class
16
16
  model_class Object
17
17
  }
18
18
  }
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.0
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-10 00:00:00 +02:00
13
+ date: 2011-05-30 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency