instrumental_agent 0.10.0 → 0.10.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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 0.10.14 [July 16th, 2012]
2
+ * Fix issue with Etc not being required
3
+
1
4
  ### 0.10.0 [July 6th, 2012]
2
5
  * Remove test mode
3
6
 
@@ -1,5 +1,6 @@
1
1
  require 'capistrano'
2
2
  require 'instrumental_agent'
3
+ require 'etc'
3
4
 
4
5
  if Capistrano::Configuration.instance
5
6
  Capistrano::Configuration.instance.load do
@@ -1,3 +1,3 @@
1
1
  module Instrumental
2
- VERSION = '0.10.0'
2
+ VERSION = '0.10.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrumental_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-07-06 00:00:00.000000000 Z
15
+ date: 2012-07-17 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rake
@@ -163,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  segments:
165
165
  - 0
166
- hash: -983056145287653998
166
+ hash: 726264151342751861
167
167
  required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  none: false
169
169
  requirements:
@@ -172,10 +172,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  segments:
174
174
  - 0
175
- hash: -983056145287653998
175
+ hash: 726264151342751861
176
176
  requirements: []
177
177
  rubyforge_project:
178
- rubygems_version: 1.8.21
178
+ rubygems_version: 1.8.24
179
179
  signing_key:
180
180
  specification_version: 3
181
181
  summary: Agent for reporting data to instrumentalapp.com