cprobert-s3sync 1.3.9 → 1.4.1

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 (5) hide show
  1. checksums.yaml +8 -8
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/cprobert-s3sync.gemspec +4 -4
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGRlOTNhOTIwYWE4YmEzODhiNzU1ZDczYjNlZGFiMGJkMDViNDkzNQ==
4
+ MzQ4ZTQyZGZjMTY1ZWY2ZDRkZDVjMzNlNTJjOTM0ZGViNDY0OWU5Zg==
5
5
  data.tar.gz: !binary |-
6
- NjU5NzJiZDVjNWRjZWFlMjcxNWEzNzExNTdhM2Q2ZTBkMmMzODRmZQ==
6
+ Y2QwNTE4MTZkNDBlMDZhYmIyZTc1ZWQ2NjQ5OTNjOTc1MmFiNzg0Ng==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTRjZTA2OGJjYmFiNDNlOTgzMWQzYWQyMzI4NDY0YjA3NzJkM2JlOTRhODUw
10
- ZDEwM2M2N2VjMjc1OWQ1NmQ1NWZmZTUyMWVkYmJlOWVkMWQ4OTVjMjE0ZTA0
11
- NzNmY2ZmOGYzMmZmZjY1ZjNiMWViNjQ5YmJiYzk3NDkzM2M1OTM=
9
+ NzA0ZDI2Mzg3NGU4YTBmMDBkYTA4ZWEwMGYzMmVlMTFjMjU1NzM1N2JhZjY0
10
+ YTc3MTc2N2JhMzdjNWRiYmY1ODM3YjcyZjcyY2IwMGJkZDNmZDMzNWZjMmRh
11
+ N2RiMmJmNWQ1MmYyZGFkZTUyOTBiZmRkMTY2M2M3MjM3MzQyMDU=
12
12
  data.tar.gz: !binary |-
13
- NWVlMTJjNWE4YzU4ODRiYzc5ZWZkZjVmZmQ5MTZlZDQ2ZjgxOWNiY2JkOGEw
14
- MDc4NDNmNzFiYzZhODVmMzIzNmVkYTJhZjE0NWRlMGRmZDgyNzlkOTA0NDNm
15
- OWNiZDJiOGE5NGVjMGZkMGU5ODJhNGIyNzE5YzFhMWEyZmU0Nzk=
13
+ ZDhiNWNiOTNiZWFjZmU0MWYzOWY1ZDJmYmY3YzdjNzg5Y2NjN2EyNDYzNWRj
14
+ MzBiNTliZTlhMDNmOWNmZDJlMTRhNTg1YjUwNDZlNWJhYTVmMzQ5MDFiZjE0
15
+ NzAzOGI2NWEwZGIwMzk5NzAxYWUwZWVkNDVmYjI5YmJiODI3MGQ=
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ begin
7
7
  gem.name = "cprobert-s3sync"
8
8
  gem.summary = %Q{Fork of s3sync to be compatible with ruby 1.9.3}
9
9
  gem.email = "cprobert@gmail.com"
10
- gem.homepage = "http://s3sync.net"
10
+ gem.homepage = "https://github.com/cprobert/s3sync"
11
11
  gem.authors = ["cprobert"]
12
12
  gem.files.include FileList.new('lib/**/*.rb', "bin/*",
13
13
  "History.txt", "PostInstall.txt", "VERSION", "README.rdoc", "Rakefile")
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.9
1
+ 1.4.1
@@ -2,15 +2,15 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: cprobert-s3sync 1.3.9 ruby lib
5
+ # stub: cprobert-s3sync 1.4.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "cprobert-s3sync"
9
- s.version = "1.3.9"
9
+ s.version = "1.4.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["cprobert"]
13
- s.date = "2013-10-25"
13
+ s.date = "2013-10-28"
14
14
  s.email = "cprobert@gmail.com"
15
15
  s.executables = ["s3sync", "s3cmd"]
16
16
  s.extra_rdoc_files = [
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
  "test/test_helper.rb",
43
43
  "test/test_s3sync.rb"
44
44
  ]
45
- s.homepage = "http://s3sync.net"
45
+ s.homepage = "https://github.com/cprobert/s3sync"
46
46
  s.require_paths = ["lib"]
47
47
  s.rubygems_version = "2.1.10"
48
48
  s.summary = "Fork of s3sync to be compatible with ruby 1.9.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cprobert-s3sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.9
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cprobert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-25 00:00:00.000000000 Z
11
+ date: 2013-10-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: cprobert@gmail.com
@@ -43,7 +43,7 @@ files:
43
43
  - script/generate
44
44
  - test/test_helper.rb
45
45
  - test/test_s3sync.rb
46
- homepage: http://s3sync.net
46
+ homepage: https://github.com/cprobert/s3sync
47
47
  licenses: []
48
48
  metadata: {}
49
49
  post_install_message: