flombe 0.1.0.10 → 0.1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,5 @@
3
3
  # Recipe:: default
4
4
  #
5
5
 
6
- homebrew 'mongodb'
6
+ homebrew 'mongodb'
7
+ require_recipe "plist"
data/lib/flombe.rb CHANGED
@@ -5,7 +5,7 @@ require "tmpdir"
5
5
  require "json"
6
6
 
7
7
  module Flombe
8
- VERSION = "0.1.0.10"
8
+ VERSION = "0.1.0.11"
9
9
 
10
10
  autoload :Dsl, 'flombe/dsl'
11
11
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: flombe
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0.10
5
+ version: 0.1.0.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stephen Craton