rack-environmental 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 1.0.2 (November 17, 2009)
2
+ * BUGFIX: Another minor configuration tweak to get the gem to work properly.
3
+
1
4
  1.0.1 (November 17, 2009)
2
5
  * BUGFIX: Minor configuration tweaks to get the gem to work properly.
3
6
 
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
 
5
5
  gem_spec = Gem::Specification.new do |s|
6
6
  s.name = "rack-environmental"
7
- s.version = "1.0.1"
7
+ s.version = "1.0.2"
8
8
  s.add_dependency 'rack', '>= 1.0.0'
9
9
  s.add_dependency 'nokogiri', '>= 1.4.0'
10
10
  s.author = "Wyatt Greene"
@@ -15,7 +15,7 @@ gem_spec = Gem::Specification.new do |s|
15
15
  in (staging, test, etc.).
16
16
  }
17
17
  s.require_path = "lib"
18
- s.files = ["lib/rack/environmental.rb", "LICENSE", "Rakefile", "README",
18
+ s.files = ["lib/rack-environmental.rb", "LICENSE", "Rakefile", "README",
19
19
  "CHANGELOG"]
20
20
  s.homepage = "http://github.com/techiferous/rack-environmental"
21
21
  s.requirements << "none"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-environmental
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wyatt Greene
@@ -41,7 +41,7 @@ extensions: []
41
41
  extra_rdoc_files: []
42
42
 
43
43
  files:
44
- - lib/rack/environmental.rb
44
+ - lib/rack-environmental.rb
45
45
  - LICENSE
46
46
  - Rakefile
47
47
  - README