rspec-framework-led-matrix 0.0.1 → 0.0.2

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: 2e9316dd1053e5ffa30a1658947c32a348ac1ec4aecf1a7c11b629cfc86278f5
4
- data.tar.gz: 76684da06ed52873eb7193cd2c4c26cf56c91758103004d0c051758479f7b360
3
+ metadata.gz: 5445213bf473def97e56c08aac99424421d5de77da70ec377bb608047597dd68
4
+ data.tar.gz: 24bed1ea2131b7b8940fd55b00ef12040eb39445e09f5c014f2d041894a9aed3
5
5
  SHA512:
6
- metadata.gz: 3638814f895c0e62ad84d4fa342033b6579d5c0d1914a3ed2dd2ce0fc6febc8b448cf82d757f429933f8ff496578e23132d479a9cb37262aafbc905051bbb069
7
- data.tar.gz: 29ab394ed3c5124d2b1fa5632ca3a9581fdbef4055fbbbd7b1b8f467b4d59b728dda8ff72b17a3de4ee7cef505156923fc4e26ae9fe469002a05ec3920b19b3a
6
+ metadata.gz: 5e1a5b94a2781a82f8df245e3f2813b110452b855dd102344ecf26afd464e26c36c4edcfb26050ca52fddb69e455329649be2f6daf147387b6181d30cc2c55fe
7
+ data.tar.gz: 38f6728ef76ba58d2b71e4055d82cc163f0f1930ce1c905bef7e0a210f0df75111d0db540a89ed0e139a224dced37b5c675639c34f67780a0d6f3a6129eb74c7
@@ -42,7 +42,7 @@ module RspecFrameworkLedMatrix
42
42
  binary_path = File.join(gem_root, "bin", "inputmodule-control_cli_linux")
43
43
 
44
44
  # Execute the binary to show the image on the LED matrix
45
- system("sudo #{binary_path} led-matrix --image-gray output.png")
45
+ system("sudo #{binary_path} led-matrix --image-bw output.png")
46
46
  end
47
47
  end
48
48
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-framework-led-matrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Feldman
@@ -41,6 +41,7 @@ files:
41
41
  - lib/rspec-framework-led-matrix.rb
42
42
  - lib/rspec-framework-led-matrix/image_generator.rb
43
43
  - lib/rspec/status_listener.rb
44
+ - rspec-framework-led-matrix-0.0.1.gem
44
45
  - sig/rspec/framework/led/matrix.rbs
45
46
  homepage: https://zfeldman.com
46
47
  licenses: