rufus-cloche 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
data/CREDITS.txt CHANGED
@@ -2,3 +2,15 @@
2
2
  many thanks to Brian Lopez for yajl-ruby
3
3
  http://github.com/brianmario
4
4
 
5
+
6
+ = rufus-cloche
7
+
8
+ == authors
9
+
10
+ John Mettraux http://github.com/jmettraux
11
+
12
+
13
+ == feedback
14
+
15
+ gauched http://github.com/gauched
16
+
data/lib/rufus/cloche.rb CHANGED
@@ -43,7 +43,7 @@ module Rufus
43
43
  #
44
44
  class Cloche
45
45
 
46
- VERSION = '0.1.10'
46
+ VERSION = '0.1.11'
47
47
 
48
48
  attr_reader :dir
49
49
 
data/rufus-cloche.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rufus-cloche}
8
- s.version = "0.1.10"
8
+ s.version = "0.1.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John Mettraux"]
12
- s.date = %q{2010-01-03}
12
+ s.date = %q{2010-01-06}
13
13
  s.description = %q{
14
14
  A very stupid JSON hash store.
15
15
 
@@ -33,7 +33,7 @@ Strives to be process-safe and thread-safe.
33
33
  "lib/rufus/cloche.rb",
34
34
  "rufus-cloche.gemspec",
35
35
  "test/bm/bm0.rb",
36
- "test/con/put_vs_delete.rb",
36
+ "test/conc/put_vs_delete.rb",
37
37
  "test/ct_worker.rb",
38
38
  "test/ct_writer.rb",
39
39
  "test/test.rb"
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufus-cloche
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mettraux
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-03 00:00:00 +09:00
12
+ date: 2010-01-06 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -55,7 +55,7 @@ files:
55
55
  - lib/rufus/cloche.rb
56
56
  - rufus-cloche.gemspec
57
57
  - test/bm/bm0.rb
58
- - test/con/put_vs_delete.rb
58
+ - test/conc/put_vs_delete.rb
59
59
  - test/ct_worker.rb
60
60
  - test/ct_writer.rb
61
61
  - test/test.rb