doc_storage 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. 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 a text and metadata. These documents " +
21
+ "documents containing text and metadata. These documents " +
22
22
  "can be used to implement a blog, wiki, or similar " +
23
- "application without a relational database."
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: "1.0"
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 a text and metadata. These documents can be used to implement a blog, wiki, or similar application without a relational database.
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