rack_image_assets_cache_control 0.1 → 0.2

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.markdown CHANGED
@@ -1,5 +1,7 @@
1
1
  Cache Control Image Assets in rails development
2
2
  ===================
3
+ Enable image caching in Rails development mode.
4
+
3
5
  原理见 http://code.eoe.cn/6/title/Unicorn和Nginx部署Rails应用的css__js__img等静态资源缓存使用总结
4
6
 
5
7
 
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rack_image_assets_cache_control'
3
- s.version = '0.1'
4
- s.date = '2013-05-06'
3
+ s.version = '0.2'
4
+ s.date = '2013-05-07'
5
5
  s.summary = "Cache Control Image Assets in rails development"
6
6
  s.description = s.summary
7
7
  s.authors = ["mvj3"]
8
8
  s.email = 'mvjome@gmail.com'
9
- s.homepage = 'https://github.com/eoecn/image_assets_cache_control'
9
+ s.homepage = 'https://github.com/eoecn/rack_image_assets_cache_control'
10
10
  s.require_paths = ["lib"]
11
11
  s.add_dependency "rack"
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_image_assets_cache_control
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-06 00:00:00.000000000 Z
12
+ date: 2013-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -37,7 +37,7 @@ files:
37
37
  - README.markdown
38
38
  - lib/rack_image_assets_cache_control.rb
39
39
  - rack_image_assets_cache_control.gemspec
40
- homepage: https://github.com/eoecn/image_assets_cache_control
40
+ homepage: https://github.com/eoecn/rack_image_assets_cache_control
41
41
  licenses: []
42
42
  post_install_message:
43
43
  rdoc_options: []