stream-ci-ruby-rspec 0.7.0 → 0.8.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: 566e8d7c43b14120ca2d778786ae71522db9a42f21ac08afb63a1a2571555236
4
- data.tar.gz: 9c633db71689e6e21c0ba939694b6633db95d8a5ec307e6feee2c50f256d2200
3
+ metadata.gz: 408c369adb06a7457719ac8f12f4bf4da8b73a700769adf402352717670d3f94
4
+ data.tar.gz: adefcfd935af126e2e2156812ebb12d861ef86538ab1ae4b824797fc69f07a6b
5
5
  SHA512:
6
- metadata.gz: 1d9569bdeb1e2d4bb7b7f5bd9a88aca535af4d05eb44a30c63247265e18f14c7e2c3c6718ad744ae2104fc53fafb0b072bb8f5ef0bb856ccba766e515423c9b3
7
- data.tar.gz: 47064202f7e818e7640ae5a31c6b099b872cb5bc70626a4716934143b0e8fb17ae3ba415b96e81f3103f97ad7793854da964833ed7018d4bd29843808c5c02d6
6
+ metadata.gz: f443c555582524df089b53828c4c8d68b66f6899bb4d3043fd91fc02ea1e2f0d32adcf4a00d716fc3de9778bf4dbdb883457e8395cbf498765ca7e30ff2109c8
7
+ data.tar.gz: 7b818bb140285d25b6538ba2480e57da74df50120030f48d8b6232535e9b0ab45e43ba2f4d34fa0305b0e6caacc54b2390e8b8222adfaa2937af9388f8d66ee1
@@ -1,7 +1,7 @@
1
1
  module StreamCi
2
2
  module Ruby
3
3
  module Rspec
4
- VERSION = '0.7.0'
4
+ VERSION = '0.8.0'
5
5
  end
6
6
  end
7
7
  end
@@ -5,7 +5,7 @@ namespace :stream_ci do
5
5
  namespace :rspec do
6
6
  desc 'Run and report on RSpec specs via StreamCI'
7
7
  task :run, [:rspec_args] do |_, args|
8
- StreamCi::Ruby::Rspec::Runner.run(args[:rspec_args])
8
+ StreamCi::Ruby::Rspec::Runner.run(args[:rspec_args].split(";"))
9
9
  end
10
10
  end
11
11
  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.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Conant