Skip to content

Commit 40445b0

Browse files
Fix issue #83
1 parent afc8d20 commit 40445b0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project uses [Semantic Versioning](http://semver.org).
44

5+
## 1.7.4
6+
7+
* Fix issue https://github.com/laurilehmijoki/s3_website/issues/83
8+
59
## 1.7.3
610

711
* Fix Digest::Digest deprecation warn on Ruby 2.1.0

s3_website.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = "s3_website"
6-
s.version = "1.7.3"
6+
s.version = "1.7.4"
77
s.platform = Gem::Platform::RUBY
88
s.authors = ["Lauri Lehmijoki"]
99
s.email = ["lauri.lehmijoki@iki.fi"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_dependency 'erubis', '~> 2.7.0'
2424
s.add_dependency 'mime-types', '~> 1'
2525
s.add_dependency 'thor', '= 0.18.1'
26-
s.add_dependency 'configure-s3-website', '= 1.5.4'
26+
s.add_dependency 'configure-s3-website', '= 1.5.5'
2727
s.add_dependency 'zopfli', '~> 0.0.3'
2828

2929
s.add_development_dependency 'rspec', '2.14.0'

0 commit comments

Comments
 (0)