jekyll-s3 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/jekyll-s3.gemspec CHANGED
@@ -12,6 +12,8 @@ Gem::Specification.new do |s|
12
12
  s.summary = %q{Push your jekyll blog to S3"}
13
13
  s.description = %q{Push your jekyll blog to AWS S3}
14
14
 
15
+ s.default_executable = %q{jekyll-s3}
16
+
15
17
  s.add_dependency 'aws-s3'
16
18
 
17
19
  s.add_development_dependency 'rspec'
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module S3
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-s3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philippe Creux
@@ -16,7 +16,7 @@ bindir: bin
16
16
  cert_chain: []
17
17
 
18
18
  date: 2011-04-01 00:00:00 -07:00
19
- default_executable:
19
+ default_executable: jekyll-s3
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: aws-s3