--- !ruby/object:Gem::Specification name: Mange-git-remote-monitor version: !ruby/object:Gem::Version version: 0.1.2 platform: ruby authors: - Magnus Bergmark autorequire: bindir: bin cert_chain: [] date: 2009-04-20 00:00:00 -07:00 default_executable: git-remote-monitor dependencies: - !ruby/object:Gem::Dependency name: meow type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: git-remote-monitor is a little daemon that scans your git remotes for changes and then notifies you when it changes. This is useful when you are working on a piece of software together with other developers and you want to merge with their changes often. It will also help you when using graphical tools like gitk, git-gui and GitX since this will make your graphical tree refresh automatically. email: magnus.bergmark@gmail.com executables: - git-remote-monitor extensions: [] extra_rdoc_files: [] files: - HISTORY.markdown - LICENSE - Rakefile - README - TODO - VERSION.yml - bin/git-remote-monitor - lib/git_remote_monitor - lib/git_remote_monitor/git_wrapper.rb - lib/git_remote_monitor/monitor.rb - lib/git_remote_monitor/notifier.rb - lib/git_remote_monitor/notifiers - lib/git_remote_monitor/notifiers/base.rb - lib/git_remote_monitor/notifiers/meow.rb - lib/git_remote_monitor/notifiers.rb - lib/git_remote_monitor/status.rb - lib/git_remote_monitor.rb - spec/git_remote_monitor - spec/git_remote_monitor/git_wrapper_spec.rb - spec/git_remote_monitor/monitor_spec.rb - spec/git_remote_monitor/notifier_spec.rb - spec/git_remote_monitor/notifiers - spec/git_remote_monitor/notifiers/base_spec.rb - spec/git_remote_monitor/notifiers/meow_spec.rb - spec/git_remote_monitor/notifiers_spec.rb - spec/git_remote_monitor/status_spec.rb - spec/git_remote_monitor_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/Mange/git-remote-monitor post_install_message: rdoc_options: - --inline-source - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Monitor your remotes and get notifications on changes test_files: []