stream-ci-ruby-rspec 0.9.0 → 0.10.0

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: 450d2c88873877f2e5a02e03367743f8bda3448fa0381791852fff4dcb045687
4
- data.tar.gz: 1ac3d635f89cd40bbb115627441642fc784192b4fbc8dc47fc6bf0d1d139bced
3
+ metadata.gz: 0afbe379cdcdbdea2288ca5107ba3bb1dcbc486f2d0608f5715f400b706306f2
4
+ data.tar.gz: '06049060ca8494174aeb89107b59df3b3ea7a3b3ebba6b2183f8cbf4440a6f9f'
5
5
  SHA512:
6
- metadata.gz: 7aa60bff72581de0d1322993dd170a56fcb67ea1e48095269636f9d0e93aff18f0f763ee97a4d098e4502a0e8d2a56f705ceb4a0751c6d9eb318c624cd6922c7
7
- data.tar.gz: 68ed072757a09f34baa6a4467b32e37a0ce929a81f364f0a944ec2b7fba6b8c5a920615615cc4a2c28da762fe5cb2a70ae1cac3b0d3c366cb61457fea1f7994c
6
+ metadata.gz: 295a4ad1ab74471ee0f1ee42ab2a2762b23cb709cbd34618350467bb4b38b210a4a978c8802a9a1765c7a40fbf74de71a762a05fc93b2ba20fad3a6f69ea18f7
7
+ data.tar.gz: 3f8482f49f8e51ad8b5b6cdb3be24478cd694e36e611b1b99192e7cf7fbb2382e7bd26a559aaa28af95e2e53ac11a2fa49aa730f13985e558e0350973c3ee455
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stream-ci-ruby-rspec (0.6.0)
4
+ stream-ci-ruby-rspec (0.10.0)
5
5
  httparty (~> 0.16.2)
6
6
  rake (~> 12.3, >= 12.3.1)
7
7
  rspec (~> 3.7)
@@ -23,12 +23,19 @@ module StreamCi
23
23
  fp.gsub("#{project_root}/", '')
24
24
  end
25
25
 
26
+ # this does not currently handle directories -- need to fix.
27
+ given_files_or_directories = @options.args
28
+
29
+ if given_files_or_directories
30
+ test_manifest = test_manifest & given_files_or_directories
31
+ end
32
+
26
33
  opts = {
27
34
  query: {
28
35
  api_key: '12345',
29
36
  branch: 'test',
30
37
  build: '1',
31
- test_manifest: test_manifest & @options.args
38
+ test_manifest: test_manifest
32
39
  }
33
40
  }
34
41
 
@@ -1,7 +1,7 @@
1
1
  module StreamCi
2
2
  module Ruby
3
3
  module Rspec
4
- VERSION = '0.9.0'
4
+ VERSION = '0.10.0'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stream-ci-ruby-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Conant