metriks-instrumental 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = Metriks::Instrumental::VERSION
|
9
9
|
gem.authors = ["Chris Zelenak"]
|
10
10
|
gem.email = ["chris@fastestforward.com"]
|
11
|
-
gem.description = %q{A Metriks reporter that submits to Instrumental}
|
12
|
-
gem.summary = %q{A Metriks reporter that submits to Instrumental}
|
13
|
-
gem.homepage = "http://github.com/
|
11
|
+
gem.description = %q{A Metriks reporter that submits to Instrumental (https://instrumentalapp.com/)}
|
12
|
+
gem.summary = %q{A Metriks reporter that submits to Instrumental (https://instrumentalapp.com/)}
|
13
|
+
gem.homepage = "http://github.com/netshade/metriks-instrumental"
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metriks-instrumental
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -75,7 +75,7 @@ dependencies:
|
|
75
75
|
- - ~>
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0.10'
|
78
|
-
description: A Metriks reporter that submits to Instrumental
|
78
|
+
description: A Metriks reporter that submits to Instrumental (https://instrumentalapp.com/)
|
79
79
|
email:
|
80
80
|
- chris@fastestforward.com
|
81
81
|
executables: []
|
@@ -93,7 +93,7 @@ files:
|
|
93
93
|
- metriks-instrumental.gemspec
|
94
94
|
- test/instrumental_reporter_test.rb
|
95
95
|
- test/test_helper.rb
|
96
|
-
homepage: http://github.com/
|
96
|
+
homepage: http://github.com/netshade/metriks-instrumental
|
97
97
|
licenses: []
|
98
98
|
post_install_message:
|
99
99
|
rdoc_options: []
|
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
107
|
version: '0'
|
108
108
|
segments:
|
109
109
|
- 0
|
110
|
-
hash:
|
110
|
+
hash: 667120525
|
111
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
112
|
none: false
|
113
113
|
requirements:
|
@@ -116,13 +116,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
version: '0'
|
117
117
|
segments:
|
118
118
|
- 0
|
119
|
-
hash:
|
119
|
+
hash: 667120525
|
120
120
|
requirements: []
|
121
121
|
rubyforge_project:
|
122
122
|
rubygems_version: 1.8.24
|
123
123
|
signing_key:
|
124
124
|
specification_version: 3
|
125
|
-
summary: A Metriks reporter that submits to Instrumental
|
125
|
+
summary: A Metriks reporter that submits to Instrumental (https://instrumentalapp.com/)
|
126
126
|
test_files:
|
127
127
|
- test/instrumental_reporter_test.rb
|
128
128
|
- test/test_helper.rb
|