synchrotron 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 221bdfa7be51e3188cbacd6471970efce7913b98
4
- data.tar.gz: e730a7ab32dc170dfd410201396328af7228c362
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MWRiZTk4ZTQ2Y2Q2NjllYTFkMjRiNzZkZmIxNjBjOGRhNGM4MWVmNA==
5
+ data.tar.gz: !binary |-
6
+ NDVlOGZiYWRkYmFlMTQxZGQxODEyZThkYWRlZGYwZGQwZTFmNzI1Mw==
5
7
  SHA512:
6
- metadata.gz: c5dcf7fc162fc0574bb68dbeb9261f43cadcd10ebfd7edf855550a5970bd5d4c4a014c1ce6128c116f41fdb9e28ad2f3adf5f73b91630e61b3f8d7d1a1303a52
7
- data.tar.gz: 35d8404a22164e76211dbaa02ab88e4fded9d00991268a1a0c83795c927787f7f01c42a0ec0ecaf3e697f2f392cd9e5345f713187c8649eae6d9749119b63ce8
8
+ metadata.gz: !binary |-
9
+ NGI3NTc5NjNjZWY4YmY1ZTE4MjBkZmFkYmQ2NjNjYmY3MWJlNGQ1MjFiZGYx
10
+ MjY1NmU5ZTMwMWJkYWRmMGQ5MWIwMTFiMjE4M2EyNjU3ZTkzYzQ5MWMwYzZl
11
+ NTZmNGQ3YWY2NTEzYjNjNDU2Y2Q5YWQwYzIxZmYzYzk5Nzk4Y2M=
12
+ data.tar.gz: !binary |-
13
+ NTNjZTgxOGYxZDFmZWM0ZjgzNDVmMmI2YmE2N2FlNjMyNDNhZDk2YTI4OTNl
14
+ ZWJiMTU4ZTUyM2MwZDYwYTIwYmFjMmQ2ZWFiMGM3NjliZDhmNGI0ZGY4MWRl
15
+ ZDE5ODM2YjA0M2QzNjFjNGZhZmQ1NjRiOGI0Zjg5ODMwNDg0NDU=
@@ -1,6 +1,6 @@
1
1
  module Synchrotron
2
2
  APP_NAME = 'Synchrotron'
3
- APP_VERSION = '0.0.6'
3
+ APP_VERSION = '0.0.7'
4
4
  APP_AUTHOR = 'Ryan Grove'
5
5
  APP_EMAIL = 'ryan@wonko.com'
6
6
  APP_URL = 'http://github.com/rgrove/synchrotron/'
data/lib/synchrotron.rb CHANGED
@@ -113,10 +113,14 @@ module Synchrotron; class << self
113
113
 
114
114
  lines = 0
115
115
  `#{rsync_cmd}`.each_line {|line| @log.info line; lines = lines + 1 }
116
-
116
+
117
117
  if @config[:notify] && lines > 0
118
118
  require 'terminal-notifier'
119
- TerminalNotifier.notify("Synced #{lines} files to #{rsync_remote}", :title => 'Synchrotron', :Group=>Process.pid)
119
+
120
+ TerminalNotifier.notify("Synced #{lines} files to #{rsync_remote}",
121
+ :title => 'Synchrotron',
122
+ :sender => 'com.apple.Terminal',
123
+ :group => Process.pid)
120
124
  end
121
125
  end
122
126
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synchrotron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Grove
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-09 00:00:00.000000000 Z
11
+ date: 2013-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb-fsevent
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 1.4.2
33
+ version: 1.5.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 1.4.2
40
+ version: 1.5.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: trollop
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -75,19 +75,20 @@ require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - '>='
78
+ - - ! '>='
79
79
  - !ruby/object:Gem::Version
80
80
  version: 1.8.7
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ! '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: 1.2.0
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.0.0
88
+ rubygems_version: 2.1.3
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Synchrotron monitors a local directory tree and performs nearly instantaneous
92
92
  one-way synchronization of changes to a remote directory using rsync.
93
93
  test_files: []
94
+ has_rdoc: