integrity-irc 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,8 +11,8 @@ This lets Integrity alert an IRC channel after each build is made.
11
11
  Setup Instructions
12
12
  ==================
13
13
 
14
- Just install this gem via `sudo gem install -s http://gems.github.com
15
- sr-integrity-irc` and then in your Rackup (ie, `config.ru`) file:
14
+ Just install this gem with `gem install integrity-irc`
15
+ and then in your Rackup (ie, `config.ru`) file:
16
16
 
17
17
  require "rubygems"
18
18
  require "integrity/notifier/irc"
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  task :default => :test
2
2
 
3
3
  task :test do
4
- ruby "test/irc_test.rb"
4
+ ruby "test/integrity_irc_test.rb"
5
5
  end
6
6
 
7
7
  begin
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "integrity-irc"
3
3
  s.rubyforge_project = "integrity"
4
- s.version = "0.0.6"
4
+ s.version = "0.0.7"
5
5
  s.date = "2009-03-18"
6
6
  s.summary = "IRC notifier for the Integrity continuous integration server"
7
7
  s.summary = "IRC notifier for the Integrity continuous integration server"
@@ -14,9 +14,9 @@ README.markdown
14
14
  Rakefile
15
15
  integrity-irc.gemspec
16
16
  lib/integrity/notifier/irc.rb
17
- test/irc_test.rb
17
+ test/integrity_irc_test.rb
18
18
  ]
19
- s.test_files = %w[test/irc_test.rb]
19
+ s.test_files = %w[test/integrity_irc_test.rb]
20
20
  s.add_dependency "integrity"
21
21
  s.add_dependency "shout-bot"
22
22
  end
@@ -29,5 +29,7 @@ module Integrity
29
29
  end
30
30
  end
31
31
  end
32
+
33
+ register IRC
32
34
  end
33
35
  end
@@ -9,7 +9,7 @@ end
9
9
 
10
10
  require File.dirname(__FILE__) + "/../lib/integrity/notifier/irc"
11
11
 
12
- class IRCTest < Test::Unit::TestCase
12
+ class IntegrityIRCTest < Test::Unit::TestCase
13
13
  include RR::Adapters::TestUnit
14
14
  include Integrity::Notifier::Test
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: integrity-irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Rozet
@@ -46,7 +46,7 @@ files:
46
46
  - Rakefile
47
47
  - integrity-irc.gemspec
48
48
  - lib/integrity/notifier/irc.rb
49
- - test/irc_test.rb
49
+ - test/integrity_irc_test.rb
50
50
  has_rdoc: false
51
51
  homepage: http://integrityapp.com
52
52
  post_install_message:
@@ -74,4 +74,4 @@ signing_key:
74
74
  specification_version: 2
75
75
  summary: IRC notifier for the Integrity continuous integration server
76
76
  test_files:
77
- - test/irc_test.rb
77
+ - test/integrity_irc_test.rb