doc_storage 1.0 → 1.0.1
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.
- data/Rakefile +3 -3
- data/VERSION +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -14,13 +14,13 @@ end
|
|
14
14
|
|
15
15
|
specification = Gem::Specification.new do |s|
|
16
16
|
s.name = "doc_storage"
|
17
|
-
s.version = "1.0"
|
17
|
+
s.version = "1.0.1"
|
18
18
|
s.summary = "Simple Ruby library for manipulating documents containing a " +
|
19
19
|
"text and metadata."
|
20
20
|
s.description = "DocStorage is a simple Ruby library for manipulating " +
|
21
|
-
"documents containing
|
21
|
+
"documents containing text and metadata. These documents " +
|
22
22
|
"can be used to implement a blog, wiki, or similar " +
|
23
|
-
"application without a
|
23
|
+
"application without a database."
|
24
24
|
s.required_ruby_version = ">= 1.8.6"
|
25
25
|
|
26
26
|
s.author = "David Majda"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0
|
1
|
+
1.0.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doc_storage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Majda
|
@@ -13,7 +13,7 @@ date: 2010-02-14 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description: DocStorage is a simple Ruby library for manipulating documents containing
|
16
|
+
description: DocStorage is a simple Ruby library for manipulating documents containing text and metadata. These documents can be used to implement a blog, wiki, or similar application without a database.
|
17
17
|
email: david@majda.cz
|
18
18
|
executables: []
|
19
19
|
|