s3 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +6 -6
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ begin
9
9
  gem.name = "s3"
10
10
  gem.summary = %Q{Library for accessing S3 objects and buckets, with command line tool}
11
11
  gem.email = "qoobaa@gmail.com"
12
- gem.homepage = "http://github.com/qoobaa/s3"
12
+ gem.homepage = "http://jah.pl/projects/s3.html"
13
13
  gem.authors = ["Jakub Kuźma", "Mirosław Boruta"]
14
14
  gem.add_dependency "trollop", ">=1.14"
15
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Jakub Ku\xC5\xBAma"
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-18 00:00:00 +02:00
13
+ date: 2009-11-06 00:00:00 +01:00
14
14
  default_executable: s3
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -59,7 +59,7 @@ files:
59
59
  - test/signature_test.rb
60
60
  - test/test_helper.rb
61
61
  has_rdoc: true
62
- homepage: http://github.com/qoobaa/s3
62
+ homepage: http://jah.pl/projects/s3.html
63
63
  licenses: []
64
64
 
65
65
  post_install_message:
@@ -87,9 +87,9 @@ signing_key:
87
87
  specification_version: 3
88
88
  summary: Library for accessing S3 objects and buckets, with command line tool
89
89
  test_files:
90
- - test/object_test.rb
91
- - test/test_helper.rb
92
90
  - test/bucket_test.rb
93
- - test/connection_test.rb
94
91
  - test/service_test.rb
95
92
  - test/signature_test.rb
93
+ - test/connection_test.rb
94
+ - test/test_helper.rb
95
+ - test/object_test.rb