scirocco 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 1ac916cebd9a0b2dba447ecc7528dae8ad4030a3
4
- data.tar.gz: 8240b153e6dda045aff848468f8aec009c24c44f
3
+ metadata.gz: 06db1d999cb83353678ce5f573bc6024262df36d
4
+ data.tar.gz: 2f84bf0532c2b406f6dadf7dfa28f7c7125863a6
5
5
  SHA512:
6
- metadata.gz: 6a6b034d27053cf54c108a6d9913a5af95d6a10ca7a5bb5c18cbcea47ba0e0eeff425966292e3568709c6607d12b0d1e8006705a8de281142b862c1bf467dd0b
7
- data.tar.gz: 8c192aff712a4038f9b6da6ea3d652ad3e6df54db102cb74702d7d51bef10a4195ff1ebd8e7576dc621be9fcc759d36db62064b0baf0053009d66304cf178f89
6
+ metadata.gz: 9d547acca51fbdeba0cff477293383dfa5aae5f96e0a1b56abd0b2f9e02f6406f9691e2c07843af57338b2e8ed9113f0a6ec5610bb1682e150994f02337f5eec
7
+ data.tar.gz: b9ad29ccde7041ce9a244e3770d4b00eff82e00de994007a772c306589f4c630c23d971ae7a4efc79b747a00e3fcc462fdbd65aeab07bc26ed71fbae51cb71b5
data/README.md CHANGED
@@ -68,10 +68,6 @@ scirocco get_device_id --project-id=$PROJECT_ID --status=available --api-key=$AP
68
68
  scirocco run_test --test-class-id=$TEST_CLASS_ID --device-id=$DEVICE_ID --poll --api-key=$API_KEY
69
69
  ~~~
70
70
 
71
- Here's what that code looks like in Jenkins:
72
-
73
- ![Jenkins Integration](https://raw.githubusercontent.com/sonixlabs/scirocco-rb/master/jenkins.png)
74
-
75
71
  * Save the task.
76
72
  * Execute the task and check for the console output.
77
73
 
@@ -88,9 +88,9 @@ module Scirocco
88
88
  client = Scirocco::Client.new(options[:api_key], options)
89
89
  devices = client.devices(options[:project_id], options)["devices"]
90
90
  if devices.length > 0
91
- p devices[0]["device_id"]
91
+ print devices[0]["device_id"]
92
92
  else
93
- p ""
93
+ print ""
94
94
  end
95
95
  end
96
96
 
@@ -1,3 +1,3 @@
1
1
  module Scirocco
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scirocco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - k-yamada
@@ -128,7 +128,6 @@ files:
128
128
  - bin/setup
129
129
  - examples/search_devices.rb
130
130
  - exe/scirocco
131
- - jenkins.png
132
131
  - lib/scirocco.rb
133
132
  - lib/scirocco/cli.rb
134
133
  - lib/scirocco/client.rb
Binary file