awsraw 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/awsraw.gemspec +1 -1
  2. data/lib/awsraw/version.rb +1 -1
  3. metadata +4 -4
data/awsraw.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Awsraw::VERSION
8
8
  s.authors = ["Pete Yandell"]
9
9
  s.email = ["pete@notahat.com"]
10
- s.homepage = "http://github.com/envato/flickraw"
10
+ s.homepage = "http://github.com/envato/awsraw"
11
11
  s.summary = %q{Minimal AWS client}
12
12
  s.description = %q{A client for Amazon Web Services in the style of FlickRaw}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Awsraw
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsraw
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
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
  - Pete Yandell
@@ -69,7 +69,7 @@ files:
69
69
  - spec/s3/client_spec.rb
70
70
  - spec/s3/signer_spec.rb
71
71
  has_rdoc: true
72
- homepage: http://github.com/envato/flickraw
72
+ homepage: http://github.com/envato/awsraw
73
73
  licenses: []
74
74
 
75
75
  post_install_message: