flombe 0.1.0.3 → 0.1.0.4

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.
@@ -16,8 +16,6 @@ execute "setup flombe profile sourcing in ~/.bash_profile" do
16
16
  not_if "grep -q 'flombe.profile' ~/.bash_profile"
17
17
  end
18
18
 
19
- puts node['utils::dotfiles'].inspect
20
-
21
19
  template "#{ENV['HOME']}/.gitignore" do
22
20
  mode 0700
23
21
  owner ENV['USER']
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.3"
8
+ VERSION = "0.1.0.4"
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.3
5
+ version: 0.1.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Stephen Craton
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-17 00:00:00 +08:00
13
+ date: 2011-05-18 00:00:00 +08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency