arduino_ci 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3461f2bb4dc34e5e4f0d2f098858babddd990b2fc992a3b29ad034de6e13604
4
- data.tar.gz: 613db06952916c533425d68f2d2b721fb121284f0f6c6d44dab83386114a386d
3
+ metadata.gz: ba79db50704899ffaddb90377d82f1f115f10c8c3b70d967074d867c80e5133b
4
+ data.tar.gz: 57d1b65dee62b5c3ad9f5e9cb2ed867f18e7fcd5fffc15ccab835de31ddf021c
5
5
  SHA512:
6
- metadata.gz: 4600b16b94d531d8e70986d80df1dc175fa959a59051e14e1024491cde81d58c5487a77d530eb639a37ec58b83c6e40c23802e03e94a410767c2a7640053a032
7
- data.tar.gz: 70b1c55559663b2d6f0e49d01bbc311982830c98ca3cbc24dfb06af2e687f0fb8787f593543f902aaf193efcb4328d197ae425bc3e7a996acde7a30f6f07916b
6
+ metadata.gz: 68cb0b6c5778c1d6478b0aff085a9937971744d20d8f863f8c57b3bb8e9ae2bfc1eac12bb00cf696171e571718f6b5ad4d0fb3837b4307ef612488c9370bcaf7
7
+ data.tar.gz: 24c7888ed4ddfd10c5eec94294d0608adec270b83ae1f9486b3f4a72763d3ba66723531a8ed250dd7004891b35f1ce19524f5b40318f7e2b953a7cbf8e630dfa
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/arduino_ci.svg)](https://rubygems.org/gems/arduino_ci)
2
2
  [![Build Status](https://travis-ci.org/ifreecarve/arduino_ci.svg)](https://travis-ci.org/ifreecarve/arduino_ci)
3
- [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.1.8)
3
+ [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/arduino_ci/0.1.9)
4
4
 
5
5
  # ArduinoCI Ruby gem (`arduino_ci`)
6
6
 
@@ -117,7 +117,7 @@ last_board = nil
117
117
  if cpp_library.test_files.empty?
118
118
  attempt("Skipping unit tests; no test files were found") { true }
119
119
  elsif config.platforms_to_unittest.empty?
120
- attempt("Skipping unit tests; no platforms were requestsed") { true }
120
+ attempt("Skipping unit tests; no platforms were requested") { true }
121
121
  else
122
122
  config.platforms_to_unittest.each do |p|
123
123
  board = all_platforms[p][:board]
@@ -130,6 +130,7 @@ else
130
130
  exe = cpp_library.build_for_test_with_configuration(
131
131
  unittest_path,
132
132
  config.aux_libraries_for_unittest,
133
+ gcc_binary,
133
134
  config.gcc_config(p)
134
135
  )
135
136
  puts
@@ -1,3 +1,3 @@
1
1
  module ArduinoCI
2
- VERSION = "0.1.8".freeze
2
+ VERSION = "0.1.9".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arduino_ci
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Katz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-03 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os