scrumship-client 1.0.14 → 1.0.15

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: e90d90da1b4c725e50d3bf12307b0aa7b61d7c2ac02d25a5b1ccafca5ff2e197
4
- data.tar.gz: 83933ef49300f2a949a1305706771cf09db1b22d43d7e4154f5c317effd37b58
3
+ metadata.gz: df59cb790736c5dcdbd5f70cf1a120fa4e26fb0dc4dab90062420fe6d4da0693
4
+ data.tar.gz: 8e37e37a989392844bc15be81670c1fbaedc96ab8030df64212a0c48ba508304
5
5
  SHA512:
6
- metadata.gz: 710d9dd747086f611c19b6df3fdcfa55a5bb48de28d557250993174787d3fc9732663efb1b101493d0a8b8cde2184987aefe4460dc1e483b539378fd67f0143e
7
- data.tar.gz: f20f7ae601cad09f3b2d9eb650ce83acd1e85ef3321d19bd2082a8f20b7a96eef8523aaf01b7012c1c818ab96d4aeb9ce9f096d0b3f7f5a408a6ee1e0e900e0c
6
+ metadata.gz: b0096f9d0f3779bf61d93374746bd622c494adbc5151fa575758c81a46b447d64f0b923048abe4e351a1945a51cc2c633e6d418d15b8892914c133dcd287c69f
7
+ data.tar.gz: d8bafe99f39007c34052d988e8efdacbcc95cca9995cf276c17e6912589d04a21abf4effcb8492f799f13a0d02864ec05b82b5509466327f7cda96fcfadb16cf
@@ -1,3 +1,3 @@
1
1
  module Scrumship
2
- VERSION = "1.0.14"
2
+ VERSION = "1.0.15"
3
3
  end
@@ -46,7 +46,7 @@ module Scrumship
46
46
  def self.do_log(activity_token, config_file)
47
47
  begin
48
48
  config = JSON.parse(File.read(config_file)).symbolize_keys
49
- url = "#{config[:activity_log_url]}/#{config[:pt]}/#{activity_token}/#{config[:u]}"
49
+ url = "#{config[:url]}/#{config[:pt]}/#{activity_token}/#{config[:u]}"
50
50
  http = client(url)
51
51
  http.get(url)
52
52
  rescue
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'scrumship-client'
3
- s.version = '1.0.14'
3
+ s.version = '1.0.15'
4
4
  s.date = '2021-12-04'
5
5
  s.files = Dir.chdir(File.expand_path('..', __FILE__)) do
6
6
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrumship-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Dymek