git-notifier 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -102,8 +102,8 @@ end
102
102
  def demonize
103
103
  Daemons.run_proc('git-notifier', :dir_mode => :normal, :dir => '/var/tmp/', :monitor => false) do
104
104
  g = Growl.new "localhost", "ruby-growl", ["git-notifier"]
105
- # g.notify "git-notifier", "GIT Notifier", "Start watching\nrepo: #{ARGV[0]}\nbranch: #{@@branch}"
106
- # TODO this welcome message needs to be prettier
105
+
106
+ # TODO this welcome message needs to be prettier like number of watched repositories for instance
107
107
  g.notify("git-notifier", "GIT Notifier", "Start notifier")
108
108
 
109
109
  loop do
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{git-notifier}
8
- s.version = "0.2.0"
8
+ s.version = "0.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marco Campana"]
12
- s.date = %q{2009-10-18}
12
+ s.date = %q{2009-11-11}
13
13
  s.default_executable = %q{git-notifier}
14
14
  s.description = %q{git-notifier is a gem for Mac Os that allows you to watch one or more git repositories and receive a growl notification when a change is committed}
15
15
  s.email = %q{m.campana@gmail.com}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Campana
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-18 00:00:00 +01:00
12
+ date: 2009-11-11 00:00:00 +00:00
13
13
  default_executable: git-notifier
14
14
  dependencies: []
15
15