stream-ci-ruby-rspec 0.13.0 → 0.14.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
  SHA1:
3
- metadata.gz: 706c68a300aafaa358d324b86fcca3f26a4c5f4f
4
- data.tar.gz: 993db7f9ecc7762fc912a146b22519135860348c
3
+ metadata.gz: 13f622226c4908255ccdd4783b7c993fcf16109f
4
+ data.tar.gz: 68e7c2c430a663658c7c6596efa9bbb1095ecc4f
5
5
  SHA512:
6
- metadata.gz: f12b35aad669ad2e62d689d22f3648d3bb021e7f76805e0abbe075523e0e3718d8ba8e3747267956121a88e1691c33568508b2556153eee5aa33d4c4515b1292
7
- data.tar.gz: 331135209408c70c505945b421f510176aba175c81b9ca5436ceb8485ff9234396d6f24e90b19816abfd35b18d3ae028538e53046a7f20c3c9d896a2d01d6a55
6
+ metadata.gz: d7b097e9dbe0d06ae32fd1d43a8f6cadfebe2c65e7b89c10271c3a2a29c10c29b602295df7909808b9c7abe00d46cc9ea2eac3ac803d897359ba46fc2d2e5272
7
+ data.tar.gz: 2441a76aec2a6acf335c36cacec710d3a6493b04c3e6212854b57d09eca89140ad098b9054860a86d92325ab3cb3f4019f720e937fe8fd5c509a2dc7fb8a6ef8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stream-ci-ruby-rspec (0.13.0)
4
+ stream-ci-ruby-rspec (0.14.0)
5
5
  httparty (~> 0.16.2)
6
6
  rake (~> 12.3, >= 12.3.1)
7
7
  rspec (~> 3.7)
@@ -1,4 +1,4 @@
1
- class RakeGem::Railtie < Rails::Railtie
1
+ class StreamCi::Ruby::Rspec::Railtie < Rails::Railtie
2
2
  rake_tasks do
3
3
  load 'tasks/stream_ci.rake'
4
4
  end
@@ -1,7 +1,7 @@
1
1
  module StreamCi
2
2
  module Ruby
3
3
  module Rspec
4
- VERSION = '0.13.0'
4
+ VERSION = '0.14.0'
5
5
  end
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@ require 'rake/testtask'
2
2
  require 'stream_ci/ruby/rspec/runner'
3
3
  require 'stream_ci/ruby/rspec/tasks'
4
4
  require 'stream_ci/ruby/rspec/version'
5
- require "rake_gem/railtie" if defined?(Rails)
5
+ require "stream_ci/ruby/rspec/railtie" if defined?(Rails)
6
6
 
7
7
  module StreamCi::Ruby::Rspec
8
8
  def self.root
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.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Conant