jekyll-s3-yearofmoo 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/.DS_Store CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "jekyll-s3/version"
3
+ require "jekyll-s3-yearofmoo/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "jekyll-s3-yearofmoo"
data/lib/.DS_Store ADDED
Binary file
File without changes
File without changes
@@ -68,8 +68,6 @@ cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL)
68
68
  paths = files
69
69
  end
70
70
 
71
- raise paths.to_yaml
72
-
73
71
  paths
74
72
  end
75
73
 
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ module Jekyll
9
9
  end
10
10
 
11
11
  %w{errors uploader cli}.each do |file|
12
- require File.dirname(__FILE__) + "/jekyll-s3/#{file}"
12
+ require File.dirname(__FILE__) + "/jekyll-s3-yearofmoo/#{file}"
13
13
  end
14
14
 
15
15
  %w{invalidator}.each do |file|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Philippe Creux
@@ -114,12 +114,13 @@ files:
114
114
  - features/jekyll-s3.feature
115
115
  - features/support/env.rb
116
116
  - jekyll-s3-yearofmoo.gemspec
117
+ - lib/.DS_Store
117
118
  - lib/cloudfront/invalidator.rb
118
- - lib/jekyll-s3.rb
119
- - lib/jekyll-s3/cli.rb
120
- - lib/jekyll-s3/errors.rb
121
- - lib/jekyll-s3/uploader.rb
122
- - lib/jekyll-s3/version.rb
119
+ - lib/jekyll-s3-yearofmoo.rb
120
+ - lib/jekyll-s3-yearofmoo/cli.rb
121
+ - lib/jekyll-s3-yearofmoo/errors.rb
122
+ - lib/jekyll-s3-yearofmoo/uploader.rb
123
+ - lib/jekyll-s3-yearofmoo/version.rb
123
124
  - spec/lib/invalidator_spec.rb
124
125
  - spec/lib/uploader_spec.rb
125
126
  - spec/spec_helper.rb