s3deploy 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -43,11 +43,11 @@ If you want to test-drive your configuration you can simulate a deploy
43
43
 
44
44
  $ s3deploy simulate
45
45
 
46
- ## Whats in the pipe-line
47
- 1. Putting it on github for others to contribute
46
+ ## Whats next?
47
+
48
+ 1. Create method for creating a bucket from the settings in the configuration and settings it up as a website.
48
49
 
49
50
  ## Contributing
50
- (you cant do this riktigt now, but it will be on the githubz soon)
51
51
 
52
52
  1. Fork it
53
53
  2. Create your feature branch (`git checkout -b my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  class S3deploy
2
- VERSION = "0.0.5"
2
+ VERSION = "0.1.0"
3
3
  end
data/s3deploy.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["chris@topher.se"]
11
11
  gem.description = %q{Deploy static websites to Amazon S3}
12
12
  gem.summary = %q{Deploy static websites to Amazon S3}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/lindblom/s3deploy"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-23 00:00:00.000000000 Z
12
+ date: 2012-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-s3
@@ -45,7 +45,7 @@ files:
45
45
  - lib/s3deploy.rb
46
46
  - lib/s3deploy/version.rb
47
47
  - s3deploy.gemspec
48
- homepage: ''
48
+ homepage: https://github.com/lindblom/s3deploy
49
49
  licenses: []
50
50
  post_install_message:
51
51
  rdoc_options: []