Skip to content

Commit

Permalink
bumping version. more cloudfront fixes around cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtorgy committed Mar 24, 2018
1 parent 7211dc8 commit 7021ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
lucid-cumulus (0.11.18)
lucid-cumulus (0.11.19)
aws-sdk (~> 3.0)
deepsort (~> 0.1)
parse-cron (~> 0.1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudfront/models/CacheBehaviorConfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def populate!(aws, default = false)
@path_pattern = aws.path_pattern if !default
@target_origin_id = aws.target_origin_id
@forward_query_strings = aws.forwarded_values.query_string
@forward_query_string_cache_keys = aws.forwarded_value.query_string_cache_keys.items || []
@forward_query_string_cache_keys = aws.forwarded_values.query_string_cache_keys.items || []
@forwarded_cookies = aws.forwarded_values.cookies.forward
@forwarded_cookies_whitelist = if aws.forwarded_values.cookies.whitelisted_names.nil? then [] else aws.forwarded_values.cookies.whitelisted_names.items end
@forward_headers = if aws.forwarded_values.headers.nil? then [] else aws.forwarded_values.headers.items end
Expand Down
2 changes: 1 addition & 1 deletion lucid-cumulus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "bundler"

Gem::Specification.new do |s|
s.name = "lucid-cumulus"
s.version = "0.11.18"
s.version = "0.11.19"
s.platform = Gem::Platform::RUBY
s.authors = ["Keilan Jackson", "Mark Siebert"]
s.email = "cumulus@lucidchart.com"
Expand Down

0 comments on commit 7021ac1

Please sign in to comment.