Skip to content

Commit

Permalink
documentation and gem created
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Glass committed May 28, 2009
1 parent 5fe193a commit 206c04c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 169 deletions.
13 changes: 6 additions & 7 deletions README.markdown
Expand Up @@ -3,19 +3,20 @@ Integrity

[Integrity][] is your friendly automated Continuous Integration server.

Integrity Email Notifier
Integrity Shell Notifier
========================

This lets Integrity send emails after each build is made.
This lets Integrity run shell scripts after each build is made.

Setup Instructions
==================

Just install this gem via `sudo gem install integrity-email` and then in your
Add github to your git sources `sudo gem sources -a http://gems.github.com`
Install this gem via `sudo gem install michaelglass-integrity-shell` and then in your
Rackup (ie, `config.ru`) file:

require "rubygems"
require "integrity/notifier/email"
require "integrity/notifier/shell"

And badabing! Now you can set up your projects to send emails after
each build (just edit the project and the config options should be
Expand Down Expand Up @@ -47,6 +48,4 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[Integrity]: http://integrityapp.com
[foca]: http://nicolassanguinetti.info
[entp]: http://entp.com
[Integrity]: http://integrityapp.com
16 changes: 5 additions & 11 deletions Rakefile
@@ -1,11 +1,5 @@
# task :default => :test
#
# task :test do
# ruby "test/integrity_email_test.rb"
# end
#
# begin
# require "mg"
# MG.new("integrity-email.gemspec")
# rescue LoadError
# end
task :default => :test

task :test do
`spec spec`
end
21 changes: 13 additions & 8 deletions integrity-email.gemspec → integrity-shell.gemspec
Expand Up @@ -13,12 +13,17 @@ Gem::Specification.new do |s|

# s.rubyforge_project = "integrity"

# s.files = %w[
# README.markdown
# Rakefile
# integrity-email.gemspec
# lib/integrity/notifier/config.haml
# lib/integrity/notifier/email.rb
# test/integrity_email_test.rb
# ]
s.files = %w[
README.markdown
Rakefile
integrity-shell.gemspec
lib/integrity/notifier/config.haml
lib/integrity/notifier/shell.rb
spec/rcov.opts
spec/spec.opts
spec/spec_helper.rb
spec/lib/integrity/notifier/shell_spec.rb
spec/lib/integrity/notifier/test_fail
spec/lib/integrity/notifier/test_pass
]
end
61 changes: 0 additions & 61 deletions lib/integrity/notifier/email.rb

This file was deleted.

76 changes: 0 additions & 76 deletions test/integrity_email_test.rb

This file was deleted.

6 changes: 0 additions & 6 deletions test/test_fail

This file was deleted.

0 comments on commit 206c04c

Please sign in to comment.