elecksee 1.0.12 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.0.14
2
+ * Remove rebase artifact because duh
3
+
1
4
  ## v1.0.12
2
5
  * Allow access to ephemeral setup without creation
3
6
  * Add `#destroy` method to `Lxc` instances
Binary file
data/lib/elecksee/lxc.rb CHANGED
@@ -362,7 +362,6 @@ class Lxc
362
362
  end
363
363
  end
364
364
 
365
- >>>>>>> [ephemeral] lxc.destroy()
366
365
  def wait_for_state(desired_state, args={})
367
366
  args[:sleep_interval] ||= 1.0
368
367
  wait_total = 0.0
@@ -2,5 +2,5 @@ module Elecksee
2
2
  class Version < Gem::Version
3
3
  end
4
4
 
5
- VERSION = Version.new('1.0.12')
5
+ VERSION = Version.new('1.0.14')
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elecksee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12
4
+ version: 1.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,6 +60,7 @@ files:
60
60
  - elecksee-1.0.10.gem
61
61
  - LICENSE
62
62
  - CHANGELOG.md
63
+ - elecksee-1.0.12.gem
63
64
  - Gemfile.lock
64
65
  - lib/elecksee.rb
65
66
  - lib/elecksee/clone.rb