kyoto_record 0.0.2 → 0.0.3

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 (3) hide show
  1. data/kyoto_record.gemspec +1 -1
  2. data/kyoto_record.rb +1 -1
  3. metadata +2 -2
data/kyoto_record.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "kyoto_record"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
4
4
  s.summary = "Persist your classes in Kyoto Cabinet."
5
5
  s.description = "\"KyotoRecord\": Kyoto Cabinet wrapper for Ruby binding. Scannable. Indexable. A programming interface made for babies."
6
6
  s.homepage = "http://github.com/thirdreplicator/kyoto_record"
data/kyoto_record.rb CHANGED
@@ -10,7 +10,7 @@ module KyotoRecord
10
10
  module Cabinet
11
11
  include KyotoCabinet
12
12
 
13
- DATA_DIR = File.dirname(__FILE__) + '/data'
13
+ DATA_DIR = './data'
14
14
 
15
15
  def find(id)
16
16
  value = @db.get(id)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: kyoto_record
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Beckwith
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-05 00:00:00 -08:00
13
+ date: 2011-03-06 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies: []
16
16