pyrat-integrity-basecamp 0.3.4 → 0.3.6
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.
- data/{README.markdown → README.textile} +11 -2
- metadata +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Integrity
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
"Integrity":http://integrityapp.com is your friendly automated Continuous Integration server.
|
|
5
5
|
|
|
6
6
|
Integrity Basecamp Notifier
|
|
7
7
|
===========================
|
|
@@ -21,6 +21,15 @@ Now you can set up your projects to alert Basecamp after
|
|
|
21
21
|
each build (just edit the project and the config options should be
|
|
22
22
|
there)
|
|
23
23
|
|
|
24
|
+
|
|
25
|
+
Example entries in the configuration are shown below:
|
|
26
|
+
|
|
27
|
+
!http://farm4.static.flickr.com/3631/3682951014_698c3177e3.jpg!
|
|
28
|
+
|
|
29
|
+
The idea is that you setup a robot user on basecamp to post the build results, and decide on an existing project and category where you would like these messages to be posted.
|
|
30
|
+
|
|
31
|
+
Please submit any patches if you want to improve anything.
|
|
32
|
+
|
|
24
33
|
License
|
|
25
34
|
=======
|
|
26
35
|
|
|
@@ -47,4 +56,4 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
47
56
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
48
57
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
49
58
|
|
|
50
|
-
|
|
59
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pyrat-integrity-basecamp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alastair Brunton
|
|
@@ -41,7 +41,7 @@ extensions: []
|
|
|
41
41
|
extra_rdoc_files: []
|
|
42
42
|
|
|
43
43
|
files:
|
|
44
|
-
- README.
|
|
44
|
+
- README.textile
|
|
45
45
|
- lib/notifier/config.haml
|
|
46
46
|
- lib/notifier/basecamp.rb
|
|
47
47
|
- lib/notifier/basecamp-api.rb
|