jamie 0.1.0.alpha7 → 0.1.0.alpha8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/jamie/version.rb +1 -1
  2. data/lib/jamie.rb +10 -12
  3. metadata +2 -2
data/lib/jamie/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Jamie
4
4
 
5
- VERSION = "0.1.0.alpha7"
5
+ VERSION = "0.1.0.alpha8"
6
6
  end
data/lib/jamie.rb CHANGED
@@ -433,7 +433,7 @@ module Jamie
433
433
  nil
434
434
  else
435
435
  <<-INSTALL_CMD.gsub(/ {10}/, '')
436
- #{sudo}rm -rf $(#{jr_bin} suitepath)/*
436
+ #{sudo}#{jr_bin} cleanup-suites
437
437
  #{local_suite_files.map { |f| stream_file(f, remote_file(f)) }.join}
438
438
  INSTALL_CMD
439
439
  end
@@ -567,25 +567,23 @@ module Jamie
567
567
  # @raise [ActionFailed] if the action could not be completed
568
568
  def converge(instance) ; end
569
569
 
570
- # Destroys an instance.
570
+ # Sets up an instance.
571
571
  #
572
572
  # @param instance [Instance] an instance
573
573
  # @raise [ActionFailed] if the action could not be completed
574
- def destroy(instance) ; end
575
-
576
- def setup(instance)
577
- # Subclass may choose to implement
578
- puts " Nothing to do!"
579
- end
574
+ def setup(instance) ; end
580
575
 
581
576
  # Verifies a converged instance.
582
577
  #
583
578
  # @param instance [Instance] an instance
584
579
  # @raise [ActionFailed] if the action could not be completed
585
- def verify(instance)
586
- # Subclass may choose to implement
587
- puts " Nothing to do!"
588
- end
580
+ def verify(instance) ; end
581
+
582
+ # Destroys an instance.
583
+ #
584
+ # @param instance [Instance] an instance
585
+ # @raise [ActionFailed] if the action could not be completed
586
+ def destroy(instance) ; end
589
587
 
590
588
  private
591
589
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jamie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.alpha7
4
+ version: 0.1.0.alpha8
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-14 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor