jekyll-s3-yearofmoo 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,8 @@ s3_bucket: your.blog.bucket.com
11
11
  cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
12
12
  EOF
13
13
 
14
- def self.run!
15
- new.run!
14
+ def self.run!(campaign=nil)
15
+ new.run!(campaign)
16
16
  end
17
17
 
18
18
  def run!(campaign=nil)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.24"
3
+ VERSION = "0.0.25"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 24
9
- version: 0.0.24
8
+ - 25
9
+ version: 0.0.25
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux