rkh-autotest-growl 0.1.5.1 → 0.1.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{autotest-growl}
5
- s.version = "0.1.5.1"
5
+ s.version = "0.1.5.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sven Schwyn"]
@@ -5,6 +5,6 @@ require File.join(File.dirname(__FILE__), 'autotest', 'growl')
5
5
 
6
6
  module AutotestGrowl
7
7
 
8
- VERSION = '0.1.5.1'
8
+ VERSION = '0.1.5.2'
9
9
 
10
10
  end
@@ -5,6 +5,6 @@ irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
5
5
  libs = " -r irb/completion"
6
6
  # Perhaps use a console_lib to store any extra methods I may want available in the cosole
7
7
  # libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}"
8
- libs << " -r #{File.dirname(__FILE__) + '/../lib/testli.rb'}"
9
- puts "Loading testli gem"
8
+ libs << " -r #{File.dirname(__FILE__) + '/../lib/autotest/growl.rb'}"
9
+ puts "Loading autotest-growl gem"
10
10
  exec "#{irb} #{libs} --simple-prompt"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rkh-autotest-growl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.1
4
+ version: 0.1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
@@ -69,7 +69,6 @@ files:
69
69
  - tasks/rspec.rake
70
70
  has_rdoc: false
71
71
  homepage: http://www.bitcetera.com/products/autotest-growl
72
- licenses:
73
72
  post_install_message: "\n\
74
73
  \e[1;32mIn order to use autotest-growl, the following line has to be added to your\n\
75
74
  ~/.autotest file:\n\n\
@@ -102,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
101
  requirements: []
103
102
 
104
103
  rubyforge_project: autotest-growl
105
- rubygems_version: 1.3.5
104
+ rubygems_version: 1.2.0
106
105
  signing_key:
107
106
  specification_version: 3
108
107
  summary: Next generation Growl notification support for ZenTest's autotest.