altly-jammit-s3 0.6.0.2 → 0.6.0.3

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 (3) hide show
  1. data/jammit-s3.gemspec +1 -1
  2. data/lib/jammit-s3.rb +3 -1
  3. metadata +1 -1
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'altly-jammit-s3'
3
- s.version = '0.6.0.2'
3
+ s.version = '0.6.0.3'
4
4
 
5
5
  s.homepage = "http://documentcloud.github.com/jammit/"
6
6
  s.summary = "Asset Packaging for Rails with Deployment to S3/Cloudfront"
@@ -11,6 +11,7 @@ end
11
11
  if defined?(Rails)
12
12
  module Jammit
13
13
  class JammitRailtie < Rails::Railtie
14
+ =begin
14
15
  initializer "set asset host and asset id" do
15
16
  config.before_initialize do
16
17
  if Jammit.configuration[:use_cloudfront] && Jammit.configuration[:cloudfront_cname].present? && Jammit.configuration[:cloudfront_domain].present?
@@ -39,6 +40,7 @@ if defined?(Rails)
39
40
  end
40
41
  end
41
42
  end
43
+ =end
42
44
  end
43
45
  end
44
- end
46
+ end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: altly-jammit-s3
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.0.2
5
+ version: 0.6.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jacques Crocker