instrumental_agent 0.1.3 → 0.1.4
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 +5 -1
- data/instrumental_agent.gemspec +2 -2
- data/lib/instrumental/version.rb +2 -2
- metadata +5 -7
data/README.rdoc
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Instrument anything.
|
|
4
4
|
|
|
5
|
-
== Setup
|
|
5
|
+
== Setup & Usage
|
|
6
6
|
|
|
7
7
|
Add the gem to your Gemfile.
|
|
8
8
|
|
|
@@ -37,3 +37,7 @@ Running under Rails? You can also give our experimental Rack middleware
|
|
|
37
37
|
a shot by initializing it with:
|
|
38
38
|
|
|
39
39
|
Instrumental::Middleware.boot
|
|
40
|
+
|
|
41
|
+
== Troubleshooting & Help
|
|
42
|
+
|
|
43
|
+
We are here to help, please email us at support@instrumentalapp.com.
|
data/instrumental_agent.gemspec
CHANGED
|
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
|
|
|
5
5
|
s.name = "instrumental_agent"
|
|
6
6
|
s.version = Instrumental::VERSION
|
|
7
7
|
s.authors = ["Elijah Miller", "Christopher Zelenak", "Kristopher Chambers"]
|
|
8
|
-
s.email = ["
|
|
8
|
+
s.email = ["support@instrumentalapp.com"]
|
|
9
9
|
s.homepage = "http://github.com/fastestforward/instrumental_agent"
|
|
10
10
|
s.summary = %q{Agent for reporting data to instrumentalapp.com}
|
|
11
11
|
s.description = %q{Keep track of anything.}
|
|
@@ -21,4 +21,4 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.add_development_dependency(%q<guard-rspec>, [">= 0"])
|
|
22
22
|
s.add_development_dependency(%q<growl_notify>, [">= 0"])
|
|
23
23
|
s.add_development_dependency(%q<rb-fsevent>, [">= 0"])
|
|
24
|
-
end
|
|
24
|
+
end
|
data/lib/instrumental/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: instrumental_agent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Elijah Miller
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2011-
|
|
20
|
+
date: 2011-11-01 00:00:00 -04:00
|
|
21
21
|
default_executable:
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
@@ -107,9 +107,7 @@ dependencies:
|
|
|
107
107
|
version_requirements: *id006
|
|
108
108
|
description: Keep track of anything.
|
|
109
109
|
email:
|
|
110
|
-
-
|
|
111
|
-
- netshade@gmail.com
|
|
112
|
-
- kristopher.chambers@gmail.com
|
|
110
|
+
- support@instrumentalapp.com
|
|
113
111
|
executables:
|
|
114
112
|
- instrument_server
|
|
115
113
|
extensions: []
|