serious 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/serious.gemspec +3 -3
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -5,8 +5,8 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "serious"
8
- gem.summary = %Q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra}
9
- gem.description = %Q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra}
8
+ gem.summary = %Q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup}
9
+ gem.description = %Q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup.}
10
10
  gem.email = "christoph at olszowka dot de"
11
11
  gem.homepage = "http://github.com/colszowka/serious"
12
12
  gem.authors = ["Christoph Olszowka"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.11
1
+ 0.2.12
data/serious.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{serious}
8
- s.version = "0.2.11"
8
+ s.version = "0.2.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Christoph Olszowka"]
12
12
  s.date = %q{2010-08-16}
13
13
  s.default_executable = %q{serious}
14
- s.description = %q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra}
14
+ s.description = %q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup.}
15
15
  s.email = %q{christoph at olszowka dot de}
16
16
  s.executables = ["serious"]
17
17
  s.extra_rdoc_files = [
@@ -60,7 +60,7 @@ Gem::Specification.new do |s|
60
60
  s.rdoc_options = ["--charset=UTF-8"]
61
61
  s.require_paths = ["lib"]
62
62
  s.rubygems_version = %q{1.3.7}
63
- s.summary = %q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra}
63
+ s.summary = %q{Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup}
64
64
  s.test_files = [
65
65
  "test/helper.rb",
66
66
  "test/test_article.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serious
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 11
10
- version: 0.2.11
9
+ - 12
10
+ version: 0.2.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christoph Olszowka
@@ -114,7 +114,7 @@ dependencies:
114
114
  version: 0.5.0
115
115
  type: :development
116
116
  version_requirements: *id006
117
- description: Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra
117
+ description: Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup.
118
118
  email: christoph at olszowka dot de
119
119
  executables:
120
120
  - serious
@@ -193,7 +193,7 @@ rubyforge_project:
193
193
  rubygems_version: 1.3.7
194
194
  signing_key:
195
195
  specification_version: 3
196
- summary: Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra
196
+ summary: Serious is a simple, file-driven blog engine inspired by toto and driven by sinatra with an emphasis on easy setup
197
197
  test_files:
198
198
  - test/helper.rb
199
199
  - test/test_article.rb