integrity-nabaztag 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ pkg/
@@ -0,0 +1,53 @@
1
+ Integrity
2
+ =========
3
+
4
+ [Integrity][] is your friendly automated Continuous Integration server.
5
+
6
+ Integrity Nabaztag Notifier
7
+ ===========================
8
+
9
+ This lets Integrity alert a [Nabaztag][] after each build is made.
10
+
11
+ This a very much a work in progress. Please send patches.
12
+
13
+ Setup Instructions
14
+ ==================
15
+
16
+ Just install this gem via `gem install integrity-nabaztag`
17
+ and then in your Rackup (ie, `config.ru`) file:
18
+
19
+ require "rubygems"
20
+ require "integrity/notifier/campfire"
21
+
22
+ Now you can set up your projects to alert a Nabaztag after
23
+ each build (just edit the project and the config options should be
24
+ there)
25
+
26
+ License
27
+ =======
28
+
29
+ (The MIT License)
30
+
31
+ Copyright (c) 2009 Daniel Morrison, Collective Idea
32
+
33
+ Permission is hereby granted, free of charge, to any person obtaining
34
+ a copy of this software and associated documentation files (the
35
+ 'Software'), to deal in the Software without restriction, including
36
+ without limitation the rights to use, copy, modify, merge, publish,
37
+ distribute, sublicense, and/or sell copies of the Software, and to
38
+ permit persons to whom the Software is furnished to do so, subject to
39
+ the following conditions:
40
+
41
+ The above copyright notice and this permission notice shall be
42
+ included in all copies or substantial portions of the Software.
43
+
44
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
45
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
+
52
+ [Integrity]: http://integrityapp.com
53
+ [Nabaztag]: http://nabaztag.com
@@ -0,0 +1,59 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{integrity-nabaztag}
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Daniel Morrison"]
12
+ s.date = %q{2009-10-09}
13
+ s.description = %q{A Nabaztag notifier for integrity}
14
+ s.email = %q{daniel@collectiveidea.com}
15
+ s.extra_rdoc_files = [
16
+ "README.markdown"
17
+ ]
18
+ s.files = [
19
+ ".gitignore",
20
+ "README.markdown",
21
+ "Rakefile",
22
+ "VERSION",
23
+ "integrity-nabaztag.gemspec",
24
+ "lib/integrity/notifier/config.haml",
25
+ "lib/integrity/notifier/nabaztag.rb",
26
+ "vendor/nabaztag-ruby/.gitignore",
27
+ "vendor/nabaztag-ruby/CHANGES",
28
+ "vendor/nabaztag-ruby/README",
29
+ "vendor/nabaztag-ruby/Rakefile",
30
+ "vendor/nabaztag-ruby/bin/nabaztag-say",
31
+ "vendor/nabaztag-ruby/lib/nabaztag.rb",
32
+ "vendor/nabaztag-ruby/lib/nabaztag/choreography.rb",
33
+ "vendor/nabaztag-ruby/lib/nabaztag/message.rb",
34
+ "vendor/nabaztag-ruby/lib/nabaztag/response.rb",
35
+ "vendor/nabaztag-ruby/sample/build.rb",
36
+ "vendor/nabaztag-ruby/sample/demo.rb",
37
+ "vendor/nabaztag-ruby/sample/interactive.rb",
38
+ "vendor/nabaztag-ruby/sample/speech.rb",
39
+ "vendor/nabaztag-ruby/setup.rb",
40
+ "vendor/nabaztag-ruby/test/choreography_test.rb",
41
+ "vendor/nabaztag-ruby/test/message_test.rb",
42
+ "vendor/nabaztag-ruby/test/response_test.rb"
43
+ ]
44
+ s.homepage = %q{http://github.com/collectiveidea/integrity-nabaztag}
45
+ s.rdoc_options = ["--charset=UTF-8"]
46
+ s.require_paths = ["lib"]
47
+ s.rubygems_version = %q{1.3.5}
48
+ s.summary = %q{A Nabaztag notifier for integrity}
49
+
50
+ if s.respond_to? :specification_version then
51
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
52
+ s.specification_version = 3
53
+
54
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
55
+ else
56
+ end
57
+ else
58
+ end
59
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: integrity-nabaztag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Morrison
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-08 00:00:00 -04:00
12
+ date: 2009-10-09 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -19,11 +19,14 @@ executables: []
19
19
 
20
20
  extensions: []
21
21
 
22
- extra_rdoc_files: []
23
-
22
+ extra_rdoc_files:
23
+ - README.markdown
24
24
  files:
25
+ - .gitignore
26
+ - README.markdown
25
27
  - Rakefile
26
28
  - VERSION
29
+ - integrity-nabaztag.gemspec
27
30
  - lib/integrity/notifier/config.haml
28
31
  - lib/integrity/notifier/nabaztag.rb
29
32
  - vendor/nabaztag-ruby/.gitignore