apphunk 0.5.0 → 0.5.1
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.rdoc +8 -9
- data/VERSION +1 -1
- data/apphunk.gemspec +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -4,18 +4,17 @@ A library that posts messages to the remote logging service apphunk.com.
|
|
|
4
4
|
|
|
5
5
|
== Setup
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
It comes with init.d and monit scripts so you may want to check out its documentation: http://github.com/apphunk/apphunkd
|
|
7
|
+
=== Rails 3.x
|
|
8
|
+
|
|
9
|
+
gem "apphunk"
|
|
10
|
+
|
|
11
|
+
=== Rails 2.x
|
|
13
12
|
|
|
14
|
-
Add the gem as dependency if you are on Rails 2.x
|
|
15
13
|
config.gem "apphunk"
|
|
16
14
|
|
|
17
|
-
|
|
18
|
-
|
|
15
|
+
=== Pure Ruby
|
|
16
|
+
|
|
17
|
+
require 'apphunk'
|
|
19
18
|
|
|
20
19
|
|
|
21
20
|
== Configuration
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.1
|
data/apphunk.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apphunk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.5.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Andreas Wolff
|