bust_rails_etags 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["nate@cityposh.com"]
7
7
  gem.description = %q{Helps you bust your rails etags on new deploys.}
8
8
  gem.summary = %q{Allows you to set ENV["ETAG_VERSION_ID"] in an initializer to that deploys will create new versions of your etags.}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/n8/bust_rails_etags"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module BustRailsEtags
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bust_rails_etags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -26,7 +26,7 @@ files:
26
26
  - bust_rails_etags.gemspec
27
27
  - lib/bust_rails_etags.rb
28
28
  - lib/bust_rails_etags/version.rb
29
- homepage: ''
29
+ homepage: https://github.com/n8/bust_rails_etags
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []