boucher 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/boucher.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "boucher"
5
- s.version = "0.2.2"
5
+ s.version = "0.2.3"
6
6
  s.authors = ["'Micah Micah'"]
7
7
  s.email = ["'micah@8thlight.com'"]
8
8
  s.homepage = "http://github.com/8thlight/boucher"
data/lib/boucher/meals.rb CHANGED
@@ -42,7 +42,6 @@ module Boucher
42
42
  server.tags["CreatedAt"] = Time.new.strftime("%Y%m%d%H%M%S")
43
43
  server.tags["Creator"] = current_user
44
44
  server.tags["Env"] = Boucher::Config[:env]
45
- server.tags["Volumes"] = meal[:volumes]
46
45
  end
47
46
 
48
47
  end
@@ -12,7 +12,8 @@ namespace :volumes do
12
12
  volume = Boucher::Volumes.with_id(args.volume_id)
13
13
  if volume
14
14
  puts "Destroying volume:"
15
- print_volumes [volume]
15
+ Boucher.print_volumes [volume]
16
+ volume.destroy
16
17
  else
17
18
  raise "Volume not found: #{args.volume_id}"
18
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boucher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: