libusb 0.6.4-x64-mingw32 → 0.7.1-x64-mingw32

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.
data/appveyor.yml DELETED
@@ -1,36 +0,0 @@
1
- init:
2
- - SET PATH=C:/Ruby%ruby_version%/bin;%PATH%
3
- - SET RAKEOPT=-rdevkit
4
- install:
5
- - ps: |
6
- if ($env:ruby_version -like "*head*") {
7
- $(new-object net.webclient).DownloadFile("https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-$env:ruby_version.exe", "$pwd/ruby-setup.exe")
8
- cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:ruby_version
9
- }
10
- - ruby --version
11
- - gem --version
12
- - ps: |
13
- if ($env:BROKEN_SSL -eq "true") {
14
- $(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt', "$env:TMP/ca-bundle.crt")
15
- $env:SSL_CERT_FILE = "$env:TMP/ca-bundle.crt"
16
- Write-Host "Using SSL CA list $env:SSL_CERT_FILE" -foreground Green
17
- }
18
- - gem install bundler --conservative
19
- - bundle config force_ruby_platform true
20
- - bundle install
21
- build_script:
22
- - bundle exec rake compile
23
- test_script:
24
- - bundle exec rake travis
25
- environment:
26
- matrix:
27
- - ruby_version: "head-x64"
28
- - ruby_version: "200"
29
- BROKEN_SSL: true
30
- - ruby_version: "21-x64"
31
- BROKEN_SSL: true
32
- - ruby_version: "22"
33
- BROKEN_SSL: true
34
- - ruby_version: "23-x64"
35
- BROKEN_SSL: true
36
- - ruby_version: "24"