bust_rails_etags 0.0.3 → 0.0.4
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/bust_rails_etags.gemspec +1 -1
- data/lib/bust_rails_etags/version.rb +1 -1
- metadata +2 -2
data/bust_rails_etags.gemspec
CHANGED
|
@@ -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) }
|
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.
|
|
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: []
|