elastic-backup-2s3 1.0.1 → 1.0.2

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: a14642466be47343f05cdae9cfe5151944ea3fbb
4
- data.tar.gz: dd870f6c3709fa439bb62ff70a79c1c3be4b3d17
3
+ metadata.gz: 3814d4fd934be1ac13098f5e36da7c765e656546
4
+ data.tar.gz: 1dd65461a3d318e5406e15462fdf6b3cccdfc87d
5
5
  SHA512:
6
- metadata.gz: 4d669f8d304fc08e17831150188c2abbd13c4de14fe88a99836148cdc8b49622a7bc33f38c51b289112c5ba1b9f219e91098d219fe50c1084312d3ee5d05666f
7
- data.tar.gz: 07b6e5959a9133d038160abb665e8c21c567c6042babf190b30c456bd4c3071e670a40a6c3d1ce223c5e057581b75f87c172be222d52fce14542e5f98df32649
6
+ metadata.gz: c35db80e27b32564f06bb775ad37395fd74c826a0c38f53f6c97b30f4c046e42ee5f1c9a62cbd28691ceecac0547c8f1d4749dd95b214dba249ba8229e362b9e
7
+ data.tar.gz: d4e795d31cbbf9580f9954c63aa42c03659b6fef2aaa75d73e8d567962aa67c31070baae04b02c7a73034dd59cce2d823c832c96457a0af428ae8b1d4f9711e8
data/.semver CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 1
4
+ :patch: 2
5
5
  :special: ''
@@ -51,7 +51,7 @@ GEM
51
51
  interception (0.5)
52
52
  jmespath (1.3.1)
53
53
  json (2.0.2)
54
- juwelier (2.3.0)
54
+ juwelier (2.3.2)
55
55
  builder
56
56
  bundler (>= 1.13)
57
57
  git (>= 1.2.5)
@@ -69,7 +69,7 @@ GEM
69
69
  multi_json (1.12.1)
70
70
  multi_xml (0.6.0)
71
71
  multipart-post (2.0.0)
72
- nokogiri (1.6.8.1)
72
+ nokogiri (1.7.0)
73
73
  mini_portile2 (~> 2.1.0)
74
74
  oauth2 (1.2.0)
75
75
  faraday (>= 0.8, < 0.10)
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: elastic-backup-2s3 1.0.1 ruby lib
5
+ # stub: elastic-backup-2s3 1.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "elastic-backup-2s3".freeze
9
- s.version = "1.0.1"
9
+ s.version = "1.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Fred Mitchell".freeze]
14
- s.date = "2016-12-26"
14
+ s.date = "2016-12-27"
15
15
  s.description = "\n I simply want to be able to control the backup and\n restoration of the Elasticsearch cluster to S3\n without any fuss or having to dilly around with\n curl -XPUTS and friends.\n\n So here it is, and we now support Shared Volumes. See\n the docs on the --fs flag.\n\n There are many features I wish to add to this, and\n if you have any suggestions, please feel free to send\n them my way!".freeze
16
16
  s.email = "fred.mitchell@gmx.de".freeze
17
17
  s.executables = ["es-snapshot".freeze]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastic-backup-2s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fred Mitchell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-26 00:00:00.000000000 Z
11
+ date: 2016-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semver