say_it_with_graphs 0.1.1.pre.alpha.pre.17 → 0.1.1.pre.alpha.pre.18

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTI5NTQ0N2ZiMjc2ZTY1YWFlMjYxZWFiOTc0N2VmMTk1MDI5Mzg1Mg==
4
+ ZTA5MjFkZjBhNDEyOTM3MTViOTEzYTFhOTVkNWVjNGQ2MjYwNDc5MQ==
5
5
  data.tar.gz: !binary |-
6
- NWJhMGI2YzVhMmRhZWRlZGYyNjBhNzg3ODRjY2Y4ZmFkZDU0MzhlMQ==
6
+ ZGE3MDA0N2YyOTY5ZGRkYjFmZTI1ZGQwMWNiNGUyYWZmMWRkMjYwOA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Zjg4MDVlMGQ1N2EwMjg4ZDVlNGQ1YzI5NjJkZTgyOTk1NDRhNzI3MjA0NTcx
10
- ZjUwNjEzMTUxMWM0NmIyYjc4OWE0YTBiNTRmNThmMjU5ZDJmYmZhZjY3ZjY1
11
- MWUwNjdmMTNiMjJjNGY2ZWM0NjEyZDFhOWY4MWIyODgxMTE0ODU=
9
+ MTY2NzM3ZDBjY2ZhMzUwYzg5ZjhiYTE4N2U3OWMzM2ZjMTM0NmM3NzBhMWJj
10
+ YTJjMjYzMzE1MTUyMWZkMjU3ZDc5MjNhM2FiOTc4ZDczNTlhNmM5YjNkYzJl
11
+ YWZhMzRmMGIxMWVkZjAyMDQ5ZDgyZTQ4YzY0YzJhYzBiYzIxYjU=
12
12
  data.tar.gz: !binary |-
13
- ODViMDVjNWZkZGYxZWExNGU4ZGE5OWNhN2RjMzVkZTgyNWVjNzAyMWFiZGU3
14
- M2M2MDE1MGUzNmViY2YxOTE2NjgzOTAyMjYxMDBhOWQzYjRjMmMzNWQwOTRl
15
- OTM1MjI1YTc2NzM0MjMwYTJkYmM1NmRjZjQ1ZGMzZDJlOGIzMTI=
13
+ NjhiZTQwMjllZmU3ZmNkMzk1YTZiNWE3NGYyMWFhMjUwNzBhZjlkMmMwNDMx
14
+ YmMyNDY3YzEyZmQwYmE1MTE0NmU2ZThjMGZiYTRkN2E5ODhjMjU0NDliNzYw
15
+ YzU5OTYwODhmN2JlZGFmNTU5ZmIwZTQ2YWVjMDYyODg5ODBiZTU=
@@ -7,7 +7,7 @@ module SayItWithGraphs
7
7
 
8
8
  # debug_output $stdout
9
9
 
10
- def self.submit value: value, source: source, name: 'say-it-with-graphs'
10
+ def self.submit(value: , source: , name: 'say-it-with-graphs')
11
11
  fail 'please provide valid credentials' unless ENV['LIBRATO_USER'] && ENV['LIBRATO_TOKEN']
12
12
  auth = { username: ENV['LIBRATO_USER'], password: ENV['LIBRATO_TOKEN'] }
13
13
  metric = {
@@ -24,7 +24,7 @@ RSpec.describe SayItWithGraphs::Frame do
24
24
 
25
25
  describe '#complete' do
26
26
  it 'should return all lines in frame' do
27
- lines = 3.times { subject.line }
27
+ 3.times { subject.line }
28
28
  expect(subject.complete.length).to be 3
29
29
  end
30
30
  it 'should freeze the frame' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: say_it_with_graphs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre.alpha.pre.17
4
+ version: 0.1.1.pre.alpha.pre.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole Michaelis