dyoder-filebase 0.3.4 → 0.3.5

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 (2) hide show
  1. data/lib/drivers/yaml.rb +1 -1
  2. metadata +2 -2
@@ -23,7 +23,7 @@ class Filebase
23
23
  end
24
24
 
25
25
  def save( key, object )
26
- File.write( path( key ), object.to_yaml )
26
+ File.write( path( key ), object.to_yaml ) and object
27
27
  end
28
28
 
29
29
  def delete( key )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyoder-filebase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Yoder
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  version:
56
56
  requirements: []
57
57
 
58
- rubyforge_project:
58
+ rubyforge_project: filebase
59
59
  rubygems_version: 1.2.0
60
60
  signing_key:
61
61
  specification_version: 2