itamae-plugin-recipe-idcf-backup_to_object_storage 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7696782979cd0073f506fd4e628a08f9f0fcb62d
4
- data.tar.gz: edf8b2e6adf7b9506e6565735417ed0908292743
3
+ metadata.gz: 07f328edf1459935d68c0819e20cc12252a2367e
4
+ data.tar.gz: a5c58cef53ac30fb9580f4df60d30454778adeaa
5
5
  SHA512:
6
- metadata.gz: 298330eee0a97ede185ff840eab1fefc96aa205891fb361e477143e77b5ffef20a728bb234047b2b20aa4b1a5095ddad82fbd51ade54d65b3f325fd211643ef7
7
- data.tar.gz: 13faef11534bb79af20395be1d4e66fd13c3fd75235dc6b3ebeb8ccaa42cbda20e1e2136542dea511c5e36e46e0aa5bc228405c51066c546a6857022249308a6
6
+ metadata.gz: 7c77472a57cacef5d0e863e2ce797df8736a4a574c7982f611900cd299d3fc406f73b2640fcb92f01195fc9f4fe5b019231d07befe4d0da10f07a4e138de1dd4
7
+ data.tar.gz: 1b64a65337408615952fa7fe0479fd03b52e6186cc755874c9f53d2a8d12663d8024ef994df5d2efeeb54b112c57cfe6c81ac0eb097fbb26b2560675cce1e32d
data/README.md CHANGED
@@ -55,7 +55,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
55
55
 
56
56
  ## Contributing
57
57
 
58
- 1. Fork it ( https://github.com/[my-github-username]/itamae-plugin-recipe-idcf-backup_to_object_storage/fork )
58
+ 1. Fork it ( https://github.com/nownabe/itamae-plugin-recipe-idcf-backup_to_object_storage/fork )
59
59
  2. Create your feature branch (`git checkout -b my-new-feature`)
60
60
  3. Commit your changes (`git commit -am 'Add some feature'`)
61
61
  4. Push to the branch (`git push origin my-new-feature`)
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["nownabe@gmail.com"]
11
11
 
12
12
  spec.summary = %q{An itamae plugin to backup directories to IDCF Object Storage}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/nownabe/itamae-plugin-recipe-idcf-backup_to_object_storage"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.bindir = "exe"
@@ -3,7 +3,7 @@ module Itamae
3
3
  module Recipe
4
4
  module Idcf
5
5
  module BackupToObjectStorage
6
- VERSION = "0.1.5"
6
+ VERSION = "0.1.6"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-idcf-backup_to_object_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - nownabe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-20 00:00:00.000000000 Z
11
+ date: 2015-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -88,7 +88,7 @@ files:
88
88
  - lib/itamae/plugin/recipe/idcf/backup_to_object_storage/version.rb
89
89
  - lib/itamae/plugin/recipe/templates/etc/cron.d/idcf-backup_to_object_storage.erb
90
90
  - lib/itamae/plugin/recipe/templates/etc/s3cmd/idcf/backup_to_object_storage.cfg.erb
91
- homepage: ''
91
+ homepage: https://github.com/nownabe/itamae-plugin-recipe-idcf-backup_to_object_storage
92
92
  licenses: []
93
93
  metadata: {}
94
94
  post_install_message: