harness-circuitbox 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee23cc11324c6b1fb216897460126bb909e8277d3bf3d2cdfd8db86c349a48cd
4
- data.tar.gz: dea99471b28b59ff5bf278b7d4445075f36b0f29b99659be8f795f58322ebcdd
3
+ metadata.gz: 6d436ff192e843b250d5348dd3f4def462ec768a459635c28d07b6c7fe453539
4
+ data.tar.gz: 92ab1b650036866b16bc954b4f3cc214944dda518d918a99136a49d6f5d35827
5
5
  SHA512:
6
- metadata.gz: 9ba062d086b66b921557a722f1333a1dde32b3204273c39f5119240b92f44862f4695a0cd365eb7b94aec3a6fe828ec3c738602555eecf1e6924a11c7770a602
7
- data.tar.gz: 71f8b2ff7913df7f4cff349380f9bfa0ebfc18e6f02be4d363ca30039a6b14b4143031f5d1688dc9e59f981d17e7f93666c4d6aefceabbc8fa0c67aa43ab4de0
6
+ metadata.gz: 9f08f38306731405e4091c7e622cb178c00b20a03e5b296717b09a6c29d864690179f8ed3994f91398764e3a7e0f4785725d71fda6d00cf644910b096995143a
7
+ data.tar.gz: edf8e73fbb1d1c0e33067a535eb9d5b8c220784a174c05b59a3674030204eafa7b06ad31dffe9951a5a4a079c519da4f73435a008b2d02ed7ebf4cbf3add91ab
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{Forward Circuitbox's internal metrics to Harness}
12
12
  spec.description = %q{Forward Circuitbox's internal metrics to Harness.}
13
13
  spec.license = "MIT"
14
+ spec.homepage = "https://github.com/newellista/harness-circuitbox"
14
15
 
15
16
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
16
17
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,5 +1,5 @@
1
1
  module Harness
2
2
  module Circuitbox
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harness-circuitbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Newell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-14 00:00:00.000000000 Z
11
+ date: 2019-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -113,7 +113,7 @@ files:
113
113
  - lib/harness-circuitbox.rb
114
114
  - lib/harness/circuitbox.rb
115
115
  - lib/harness/circuitbox/version.rb
116
- homepage:
116
+ homepage: https://github.com/newellista/harness-circuitbox
117
117
  licenses:
118
118
  - MIT
119
119
  metadata: {}