instrumental_agent 2.0.0.alpha → 2.0.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a89c1b56985adcb54ca4ece8434cdcf03dc4d6e9
4
- data.tar.gz: 54781c1980d41308b91e2dab943ce1173a344caa
3
+ metadata.gz: 7fec654f621fd1e8f11f79fca789690d2e3d9b52
4
+ data.tar.gz: 078bf7a001fab6ed9f982cf818e675def3aaf65f
5
5
  SHA512:
6
- metadata.gz: d7616d931a95c446071b4971518cacea08bfd2227d6c13192158de0d979285586bfae0e752b887484d768a9edcc20ee78fa64ee0e7ce16668f358481c2c30632
7
- data.tar.gz: d8f5775a27509c6c958772a7aa80e6d99a9778dda00d5c02a94b5fb4e198ebcbe98bde63b15fb1d36d67dab5051772a0e05b77ec94a46063ee2ca7a9e97cb926
6
+ metadata.gz: 4d2b8bdfa044822f00fb9b682817d2bc1c9108e26b544b93ee218212d7ce3b41ff88c0c422de21300e35638b7490f5a5032096d469ab322d1ab3f0c369012c63
7
+ data.tar.gz: 8a3494eb5e9c5932d54a7a2192d28ac181963c5d4f98567ca5cf54aa3381582eb2bed88439df664dd88a6fd4c0689c37e5ec8489e82d0fc15fffd58702cc04a8
@@ -1,3 +1,6 @@
1
+ ### 2.0.0 [August 21, 2017]
2
+ * Add automatic tracking of common application metrics, official release
3
+
1
4
  ### 2.0.0.alpha [August 18, 2017]
2
5
  * Add automatic tracking of common application metrics
3
6
 
@@ -1,3 +1,3 @@
1
1
  module Instrumental
2
- VERSION = "2.0.0.alpha"
2
+ VERSION = "2.0.0"
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: 2.0.0.alpha
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elijah Miller
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-08-18 00:00:00.000000000 Z
14
+ date: 2017-08-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: metrician
@@ -148,9 +148,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
148
  version: 2.0.0
149
149
  required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  requirements:
151
- - - '>'
151
+ - - '>='
152
152
  - !ruby/object:Gem::Version
153
- version: 1.3.1
153
+ version: '0'
154
154
  requirements: []
155
155
  rubyforge_project:
156
156
  rubygems_version: 2.0.14.1