rack-static_fallback 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.
Files changed (2) hide show
  1. data/rack-static_fallback.gemspec +2 -2
  2. metadata +4 -4
@@ -3,11 +3,11 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "rack-static_fallback"
6
- s.version = '1.0.0'
6
+ s.version = '1.0.1'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Evgeniy Dolzhenko", "Mike Fulcher"]
9
9
  s.email = ["dolzenko@gmail.com", "mike@plan9design.co.uk"]
10
- s.homepage = "http://github.com/dolzenko/rack-static_fallback"
10
+ s.homepage = "http://github.com/6twenty/rack-static_fallback"
11
11
  s.summary = "Bounces or redirects requests to missing static files"
12
12
  s.description = "Bounces or redirects requests to missing static files. Could be useful when you want to run the server with production database locally and have user uploaded content fetched transparently from production site."
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-static_fallback
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Evgeniy Dolzhenko
@@ -51,7 +51,7 @@ files:
51
51
  - lib/rack/static_fallback.rb
52
52
  - rack-static_fallback.gemspec
53
53
  has_rdoc: true
54
- homepage: http://github.com/dolzenko/rack-static_fallback
54
+ homepage: http://github.com/6twenty/rack-static_fallback
55
55
  licenses: []
56
56
 
57
57
  post_install_message: