instrumental_agent 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.
@@ -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 = ["elijah.miller@gmail.com", "netshade@gmail.com", 'kristopher.chambers@gmail.com']
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
@@ -1,4 +1,4 @@
1
1
  module Instrumental
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
4
-
4
+
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: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
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-10-31 00:00:00 -04:00
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
- - elijah.miller@gmail.com
111
- - netshade@gmail.com
112
- - kristopher.chambers@gmail.com
110
+ - support@instrumentalapp.com
113
111
  executables:
114
112
  - instrument_server
115
113
  extensions: []