do_snapshot 0.3.8 → 0.4.0

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: 46aad1fb16f689f6ceb2a36e2213b8cb84953edd
4
- data.tar.gz: 611d90d5c0c746df41b371b642769073e9c083ab
3
+ metadata.gz: da57ad33d5179bc0f986121e76f31e3905da3e0c
4
+ data.tar.gz: 0f5bcb0f0fcf7f3edffb692121630a04473680b8
5
5
  SHA512:
6
- metadata.gz: d002bcb79714fb283d8ba1e45b69f48fbf91abe7c5eb48b58051f9ad7bde60f6546cd7b9e52232193751b9beac51e94c3fc3cead6f08655f05926981c8de7730
7
- data.tar.gz: 3d7ca6ca589ac35fecee9605b26cf08d4a36aa031eebdce33e02845c47ca2d076d3d333d6803b8286dd743328ce9a48bb4a1f7dd9ca03611ea994b70151bd0d7
6
+ metadata.gz: 6b7c4642781f4436e2ea779208b36567b89c1a31cdc46bfedba882aa3e0f9d614d821d841dd8354c865da51d170eb333e87b10a36942f0b0338be0a56b07977d
7
+ data.tar.gz: 52a00dd59bc60db77acfa037f98ba03cbfa7b7f1d7701a8d5c91ef8ab9725dd7b04e8f6187cbb182f72498a2348378f915f896aa9637fcdc74d2b13269d06ce3
data/README.md CHANGED
@@ -28,9 +28,7 @@ Here some features:
28
28
 
29
29
  ## Compatibility
30
30
 
31
- Ruby versions 2.0.0 and higher. JRuby 9.0.0.0 or later is also supported.
32
-
33
- *Ruby versions 1.9.3 or less and JRuby in 1.9-mode supported in releases 0.0.14 or earlier.*
31
+ Ruby versions 1.9.3 and higher. JRuby 1.7, 9.0.0.0 or later is also supported.
34
32
 
35
33
  <img src="https://raw.githubusercontent.com/merqlove/do_snapshot/master/assets/example.png" style="max-width:100%" alt="DoSnaphot example">
36
34
 
@@ -35,7 +35,7 @@ module DoSnapshot
35
35
  end
36
36
 
37
37
  def reset_options
38
- %i(droplets exclude only keep quiet stop clean timeout delay protocol threads api).each do |key|
38
+ [:droplets, :exclude, :only, :keep, :quiet, :stop, :clean, :timeout, :delay, :protocol, :threads, :api].each do |key|
39
39
  send("#{key}=", nil)
40
40
  end
41
41
  end
@@ -2,5 +2,5 @@
2
2
  # Current version
3
3
  #
4
4
  module DoSnapshot
5
- VERSION = '0.3.8'
5
+ VERSION = '0.4.0'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: do_snapshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Merkulov
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  requirements:
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: '2.0'
147
+ version: 1.9.3
148
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - ">="