flombe 0.1.0.6 → 0.1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,7 @@ execute "adding plist to login" do
33
33
  command <<-EOS
34
34
  mkdir -p #{ENV['HOME']}/Library/LaunchAgents
35
35
  cp -f #{plist_path} #{destination_plist}
36
+ chmod 0644 #{destination_plist}
36
37
  launchctl load -w -F #{destination_plist}
37
38
  EOS
38
39
  end
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.6"
8
+ VERSION = "0.1.0.7"
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.6
5
+ version: 0.1.0.7
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-21 00:00:00 +08:00
13
+ date: 2011-05-27 00:00:00 +08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency