fassbinder 0.0.10 → 0.0.11

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.
@@ -41,7 +41,10 @@ module Fassbinder
41
41
  pp offer
42
42
  puts
43
43
  end
44
+
45
+ puts "Nada" if offers.size == 0
44
46
  end
47
+
45
48
  def credentials
46
49
  { 'key' => ENV['AMAZON_KEY'],
47
50
  'secret' => ENV['AMAZON_SECRET'] }
@@ -1,3 +1,3 @@
1
1
  module Fassbinder
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fassbinder
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.10
5
+ version: 0.0.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Paper Cavalier
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-15 00:00:00 +01:00
13
+ date: 2011-04-18 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency