rack-environment 1.0.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/README.rdoc CHANGED
@@ -3,7 +3,7 @@
3
3
  Rack::Environment is useful for getting ENVironment variables set for your
4
4
  application.
5
5
 
6
- A primary use This can help you to more closely simulate your Heroku environment in
6
+ This can help you to more closely simulate your Heroku environment in
7
7
  development.
8
8
 
9
9
  == Rails
@@ -35,9 +35,7 @@ development.
35
35
  * Make your feature addition or bug fix.
36
36
  * Add tests for it. This is important so I don't break it in a
37
37
  future version unintentionally.
38
- * Commit, do not mess with rakefile, version, or history.
39
- (if you want to have your own version, that is fine but
40
- bump version in a commit by itself I can ignore when I pull)
38
+ * Commit, do not mess with Rakefile or VERSION
41
39
  * Send me a pull request. Bonus points for topic branches.
42
40
 
43
41
  == Copyright
data/Rakefile CHANGED
@@ -5,8 +5,8 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "rack-environment"
8
- gem.summary = %Q{Rack::Environment}
9
- gem.description = %Q{Rack::Environment}
8
+ gem.summary = %Q{Rack middleware to set ENVironment variables around your app.}
9
+ gem.description = gem.summary
10
10
  gem.email = "ddollar@gmail.com"
11
11
  gem.homepage = "http://github.com/ddollar/rack-environment"
12
12
  gem.authors = ["David Dollar"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rack-environment}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.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-11-08}
13
- s.description = %q{Rack::Environment}
13
+ s.description = %q{Rack middleware to set ENVironment variables around your app.}
14
14
  s.email = %q{ddollar@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
  s.rdoc_options = ["--charset=UTF-8"]
38
38
  s.require_paths = ["lib"]
39
39
  s.rubygems_version = %q{1.3.5}
40
- s.summary = %q{Rack::Environment}
40
+ s.summary = %q{Rack middleware to set ENVironment variables around your app.}
41
41
  s.test_files = [
42
42
  "spec/rack_environment_spec.rb",
43
43
  "spec/spec_helper.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-environment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Dollar
@@ -32,7 +32,7 @@ dependencies:
32
32
  - !ruby/object:Gem::Version
33
33
  version: "0"
34
34
  version:
35
- description: Rack::Environment
35
+ description: Rack middleware to set ENVironment variables around your app.
36
36
  email: ddollar@gmail.com
37
37
  executables: []
38
38
 
@@ -84,7 +84,7 @@ rubyforge_project:
84
84
  rubygems_version: 1.3.5
85
85
  signing_key:
86
86
  specification_version: 3
87
- summary: Rack::Environment
87
+ summary: Rack middleware to set ENVironment variables around your app.
88
88
  test_files:
89
89
  - spec/rack_environment_spec.rb
90
90
  - spec/spec_helper.rb