arduino_ci 1.6.1 → 1.6.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: ec49de766332123a6b2a3c353f5c5217a9680aff2bf2d51752d02748c28a2ee2
4
- data.tar.gz: f3daa42fe7476ca3bc3cf09de072b35898eeb793aa82fb34bd522da1bd7ef159
3
+ metadata.gz: 06b06a608bb5c276ab675b72fac4b0cc42a0a7a778ce377e2e56f4d3a2d31e54
4
+ data.tar.gz: 34a6f4e135205b4c86e5fe7419a32ec90826d6ae9dcdb7574db90f359defd964
5
5
  SHA512:
6
- metadata.gz: c8726cffd93bad4832a0a78e30e9534a0e7bf8582580169a9898216d86b6d7f05b7c33590c0567b64cf2a01f8bcdab6130c782f532ae30188d11399b1dcc9462
7
- data.tar.gz: d18af68658089f59f0ab2c377b9b780375d7ec8cc1fc1963ebc122d38b8301f371fe1b93e418d8c3f216124a1385642f3c3a4254eed9e30fb56e1020229ab908
6
+ metadata.gz: 5e425833e36f40ad70e219fd7d2696ad75999f80fa8a39a081a930e351669e91acf866733166603066a0e33e70e39f8a4a1a8677330b12b06a8d3e82121d216b
7
+ data.tar.gz: c50bb2733cb5b40aae5e0580316a8a73fcdb2fa6175da0bdaf9b098cf01f5f08373b043d8d08bcea600da47026e9d2efc3a69db5e2aa4a0920b06c3599d21073
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  # ArduinoCI Ruby gem (`arduino_ci`)
3
3
  [![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci)
4
- [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.6.1)
4
+ [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/1.6.2)
5
5
  [![Gitter](https://badges.gitter.im/Arduino-CI/arduino_ci.svg)](https://gitter.im/Arduino-CI/arduino_ci?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
6
6
  [![GitHub Marketplace](https://img.shields.io/badge/Get_it-on_Marketplace-informational.svg)](https://github.com/marketplace/actions/arduino_ci)
7
7
 
data/exe/arduino_ci.rb CHANGED
@@ -351,11 +351,6 @@ def perform_bootstrap
351
351
  end
352
352
  end
353
353
 
354
- install_arduino_library_dependencies(
355
- cpp_library.arduino_library_dependencies,
356
- "<#{ArduinoCI::CppLibrary::LIBRARY_PROPERTIES_FILE}>"
357
- )
358
-
359
354
  # return all objects needed by other steps
360
355
  {
361
356
  backend: backend,
@@ -604,6 +599,12 @@ end
604
599
 
605
600
  strap = perform_bootstrap
606
601
  @backend = strap[:backend]
602
+
603
+ install_arduino_library_dependencies(
604
+ strap[:cpp_library].arduino_library_dependencies,
605
+ "<#{ArduinoCI::CppLibrary::LIBRARY_PROPERTIES_FILE}>"
606
+ )
607
+
607
608
  perform_unit_tests(strap[:cpp_library], strap[:config])
608
609
  perform_example_compilation_tests(strap[:cpp_library], strap[:config])
609
610
 
@@ -1,3 +1,3 @@
1
1
  module ArduinoCI
2
- VERSION = "1.6.1".freeze
2
+ VERSION = "1.6.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arduino_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Katz