sbdb 0.0.10 → 0.0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- data/VERSION +1 -1
- metadata +5 -4
data/README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
Dependencies
|
2
2
|
============
|
3
3
|
|
4
|
-
You need first the [Bdb](http://github.com/
|
4
|
+
You need first the [Bdb](http://github.com/ruby-bdb/bdb) and of course [ruby](http://ruby-lang.org).
|
5
5
|
|
6
6
|
Download
|
7
7
|
========
|
8
8
|
|
9
9
|
via git:
|
10
10
|
|
11
|
-
git clone git://github.com/
|
11
|
+
git clone git://github.com/ruby-bdb/sbdb
|
12
12
|
|
13
13
|
Install
|
14
14
|
=======
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.10
|
1
|
+
0.0.10.1
|
metadata
CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 0
|
8
8
|
- 10
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.0.10.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Denis Knauf
|
@@ -14,11 +15,11 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2011-08-
|
18
|
+
date: 2011-08-25 00:00:00 +02:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
|
-
name:
|
22
|
+
name: bdb
|
22
23
|
prerelease: false
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
24
25
|
none: false
|
@@ -51,7 +52,7 @@ files:
|
|
51
52
|
- lib/sbdb/weakhash.rb
|
52
53
|
- LICENSE
|
53
54
|
has_rdoc: true
|
54
|
-
homepage: http://github.com/
|
55
|
+
homepage: http://github.com/ruby-bdb/sbdb
|
55
56
|
licenses: []
|
56
57
|
|
57
58
|
post_install_message:
|