andhapp-decoct 1.8.4 → 1.9.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 4
2
+ :patch: 5
3
3
  :major: 1
4
- :minor: 8
4
+ :minor: 9
data/decoct.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{decoct}
5
- s.version = "1.8.4"
5
+ s.version = "1.9.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Anuj Dutta"]
9
- s.date = %q{2009-07-12}
9
+ s.date = %q{2009-07-15}
10
10
  s.default_executable = %q{decoct}
11
11
  s.description = %q{Sinatra Rspec project generator}
12
12
  s.email = %q{anuj@andhapp.com}
@@ -1,16 +1,2 @@
1
- module Autotest::Growl
2
- def self.growl title, msg, img, pri=0, stick=""
3
- system "growlnotify -n autotest --image #{img} -p #{pri} -m #{msg.inspect} #{title} #{stick}"
4
- end
5
-
6
- Autotest.add_hook :ran_command do |at|
7
- puts "at: '#{at.results}'"
8
- output = at.results.slice(/(\d+)\s.*specifications?,\s(\d+)\s.*failures?/)
9
- puts "out: #{output}"
10
- if output =~ /[1-9]\sfailures?/
11
- growl "Test Results", "#{output}", '../icons/fail.png', 2 #, "-s"
12
- else
13
- growl "Test Results", "#{output}", '../icons/ok.png'
14
- end
15
- end
16
- end
1
+
2
+ require "rubygems"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: andhapp-decoct
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anuj Dutta
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-12 00:00:00 -07:00
12
+ date: 2009-07-15 00:00:00 -07:00
13
13
  default_executable: decoct
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency