ddollar-rack-maintenance 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/rack-maintenance.gemspec +2 -2
  4. metadata +4 -3
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "rack-maintenance"
8
8
  gem.summary = %Q{Detect and show a maintenance page}
9
- gem.description = %Q{TODO: longer description of your gem}
9
+ gem.description = gem.summary
10
10
  gem.email = "<ddollar@gmail.com>"
11
11
  gem.homepage = "http://github.com/ddollar/rack-maintenance"
12
12
  gem.authors = ["David Dollar"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rack-maintenance}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Dollar"]
12
12
  s.date = %q{2009-08-30}
13
- s.description = %q{TODO: longer description of your gem}
13
+ s.description = %q{Detect and show a maintenance page}
14
14
  s.email = %q{<ddollar@gmail.com>}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddollar-rack-maintenance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -42,7 +42,7 @@ dependencies:
42
42
  - !ruby/object:Gem::Version
43
43
  version: "1.0"
44
44
  version:
45
- description: "TODO: longer description of your gem"
45
+ description: Detect and show a maintenance page
46
46
  email: <ddollar@gmail.com>
47
47
  executables: []
48
48
 
@@ -64,6 +64,7 @@ files:
64
64
  - spec/spec_helper.rb
65
65
  has_rdoc: false
66
66
  homepage: http://github.com/ddollar/rack-maintenance
67
+ licenses:
67
68
  post_install_message:
68
69
  rdoc_options:
69
70
  - --charset=UTF-8
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
85
  requirements: []
85
86
 
86
87
  rubyforge_project:
87
- rubygems_version: 1.2.0
88
+ rubygems_version: 1.3.5
88
89
  signing_key:
89
90
  specification_version: 3
90
91
  summary: Detect and show a maintenance page