public
Description: Rails plugin that posts bugs to a FogBugz installation via BugzScout.
Clone URL: git://github.com/kch/railz_scout.git
text updates


git-svn-id: http://svn.14bits.com.br/plugins/railz_scout/trunk@62 
04d0f4c2-ae31-0410-9209-bd6456675336
kch (author)
Thu Mar 06 12:58:16 -0800 2008
commit  5f7db19626e859502239860f8e8528412a4aae25
tree    2e3a1ecf37b0a8b96ebaa978d4e6a0443694f53a
parent  6c87d5d8246e965a4a518e9bbb2f16c5127e11cd
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 Copyright (c) 2008 Caio Chassot
0
-with parts from Exception Notification plugin, Copyright (c) 2005 Jamis Buck
0
+with parts from Exception Notifier plugin, Copyright (c) 2005 Jamis Buck
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ require 'net/http'
0
 require 'pathname'
0
 
0
 # Copyright (c) 2008 Caio Chassot
0
-# with parts from Exception Notification plugin, Copyright (c) 2005 Jamis Buck
0
+# with parts from Exception Notifier plugin, Copyright (c) 2005 Jamis Buck
0
 #
0
 # Permission is hereby granted, free of charge, to any person obtaining
0
 # a copy of this software and associated documentation files (the

Comments

    No one has commented yet.