git-fyncy 0.3.3 → 0.3.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.
@@ -1,3 +1,3 @@
1
1
  module GitFyncy
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
data/lib/git-fyncy.rb CHANGED
@@ -53,13 +53,7 @@ module GitFyncy
53
53
  puts "GIT FYNCY #{Time.now.ctime}"
54
54
  files_to_remove = Set.new
55
55
  begin
56
- pid = nil
57
56
  Listen.to!('.') do |modified, added, removed|
58
- if pid != Process.id
59
- pid = Process.id
60
- puts "pid: #{pid}"
61
- end
62
-
63
57
  begin
64
58
  remote.scp git_aware_files
65
59
  rel_removed = removed.map(&relpath)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-fyncy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -60,7 +60,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  segments:
62
62
  - 0
63
- hash: -3691203439717857282
63
+ hash: -1348310610279710193
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  version: '0'
70
70
  segments:
71
71
  - 0
72
- hash: -3691203439717857282
72
+ hash: -1348310610279710193
73
73
  requirements: []
74
74
  rubyforge_project:
75
75
  rubygems_version: 1.8.23