# -*- encoding: utf-8 -*- # stub: Mange-git-remote-monitor 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "Mange-git-remote-monitor".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Magnus Bergmark".freeze] s.date = "2009-04-20" s.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.".freeze s.email = "magnus.bergmark@gmail.com".freeze s.executables = ["git-remote-monitor".freeze] s.files = ["HISTORY.markdown".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION.yml".freeze, "bin/git-remote-monitor".freeze, "lib/git_remote_monitor".freeze, "lib/git_remote_monitor.rb".freeze, "lib/git_remote_monitor/git_wrapper.rb".freeze, "lib/git_remote_monitor/monitor.rb".freeze, "lib/git_remote_monitor/notifier.rb".freeze, "lib/git_remote_monitor/notifiers".freeze, "lib/git_remote_monitor/notifiers.rb".freeze, "lib/git_remote_monitor/notifiers/base.rb".freeze, "lib/git_remote_monitor/notifiers/meow.rb".freeze, "lib/git_remote_monitor/status.rb".freeze, "spec/git_remote_monitor".freeze, "spec/git_remote_monitor/git_wrapper_spec.rb".freeze, "spec/git_remote_monitor/monitor_spec.rb".freeze, "spec/git_remote_monitor/notifier_spec.rb".freeze, "spec/git_remote_monitor/notifiers".freeze, "spec/git_remote_monitor/notifiers/base_spec.rb".freeze, "spec/git_remote_monitor/notifiers/meow_spec.rb".freeze, "spec/git_remote_monitor/notifiers_spec.rb".freeze, "spec/git_remote_monitor/status_spec.rb".freeze, "spec/git_remote_monitor_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/Mange/git-remote-monitor".freeze s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Monitor your remotes and get notifications on changes".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end