sprint_client 0.0.7 → 0.0.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sprint_client.rb +2 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d68c3ec26c168098b0e6431335563e6416c3cdd401e2e681ce9a6e431a32fbfb
4
- data.tar.gz: 30e1f4f0f689101e542173c4f2488ab1cc60e84d1279c3bb09f3ea8912aa03b6
3
+ metadata.gz: 5bdde068f1988eea090691c6f446e458deb0b56b01001f3dbc98ba1f6dc046e2
4
+ data.tar.gz: ffaec305bd5f090915835430a93952e4425f3750199d87030e889765360bd741
5
5
  SHA512:
6
- metadata.gz: 9658b2c5169cd9019f96d74fef5d13fdb69b28a27dc1677a0f57e8fd69235ecbcb8d7af5a8d3d977ab1c2000e35240138c4b0d4935a8598a834b3d7b73a4159e
7
- data.tar.gz: cf3913e8671237630841f7274e210ebc1d1deedc6e07ab3ad5fe9af7a8d83256833aa6155aca57577b9b6d3dff6115ecdb3a2c27b928e1f6b843776bb8abd2af
6
+ metadata.gz: b31f66b5735cf508397281badb7d78a0587f90d884bf2415b8534fc28c8272cf91c0fd201c4fcab370ce85e32a349e9da8048ba958a882e6bdb07c4f789db7bd
7
+ data.tar.gz: 417d65520430db7d187d75991b89de94c7aacbeccf804fa3361641445c077f5a3809c3680c9a63b29919fcd061a3fa795e508278e1156625635647c332f3cf63
@@ -37,13 +37,10 @@ class SprintClient
37
37
  }
38
38
  }
39
39
 
40
- # send POST request to SPrint url
41
- reponse = Net::HTTP.post URI(configatron.sprint_url),
40
+ # send POST request to SPrint url and return response
41
+ Net::HTTP.post URI(configatron.sprint_url),
42
42
  body.to_json,
43
43
  'Content-Type' => 'application/json'
44
44
 
45
- # return response of POST request
46
- puts response
47
- reponse
48
45
  end
49
46
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprint_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harriet Craven