chatops-controller 3.1.0 → 3.1.1

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: 963b5f8e2c2c99ae73356cfba2022e4ea639d51b93a45f540f7f4d961c95944e
4
- data.tar.gz: 1afea1eb3579014b967f03aee17b58d8701c1ff6eb0a2505c8c356f981427dcf
3
+ metadata.gz: bfa9aaf207f8e2c9d248c44161d4cdcfeb40b3d57d7615118225b05764d0f376
4
+ data.tar.gz: 705859bc646744e42768e68798a70221f38c3b7e03bac19920d8faa23b8473db
5
5
  SHA512:
6
- metadata.gz: 7d6425cc60afa7da4b5e5ebbb1f1ac405e197f4c5cd7e890a36644fd87bdb3c2b2c33b7ff479b3ce889d012055c3ee27a6e5e09cb2371c848ce162b9d0910bd7
7
- data.tar.gz: 9ebd58830a90ba60d89ae820fd2f69c9a59bea08877b33d76fff03e956b5b0ef6b15521e45c38a533c2b76fecfa7115bacc020239d9034475496b2a220de79a8
6
+ metadata.gz: 660ac4d838d2cbc0277cba86c0dccf405165b63ab01a9f732d78be1d3807aa923432110486fba0f3bb11fc9e1bc65eb82997cb69842e3c49dfef49431046e9f1
7
+ data.tar.gz: 2ecef6d65a13c27a6b1d7f287b4967893761aa520ce58dc5e37884e880427e3f0c9cfc04a4ac4a8029728572cd2adfdd8b2a7cc7ff1ff2cb0372731a4e3a8cf3
@@ -1,3 +1,3 @@
1
1
  module ChatopsController
2
- VERSION = "3.1.0"
2
+ VERSION = "3.1.1"
3
3
  end
@@ -28,7 +28,7 @@ require 'chatops/controller/rspec'
28
28
  # Checks for pending migration and applies them before tests are run.
29
29
  # If you are not using ActiveRecord, you can remove this line.
30
30
 
31
- Dir[Rails.root.join "spec/support/**/*.rb"].each {|f| require f}
31
+ Dir[File.expand_path("../../spec/support/**/*.rb", __FILE__)].each {|f| require f}
32
32
 
33
33
  RSpec.configure do |config|
34
34
  # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatops-controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Lavender
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-06-26 00:00:00.000000000 Z
13
+ date: 2018-09-14 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -120,7 +120,6 @@ files:
120
120
  - spec/dummy/public/422.html
121
121
  - spec/dummy/public/500.html
122
122
  - spec/dummy/public/favicon.ico
123
- - spec/dummy/spec
124
123
  - spec/lib/chatops/controller_spec.rb
125
124
  - spec/rails_helper.rb
126
125
  - spec/spec_helper.rb
@@ -179,7 +178,6 @@ test_files:
179
178
  - spec/dummy/config/initializers/cookies_serializer.rb
180
179
  - spec/dummy/config/initializers/inflections.rb
181
180
  - spec/dummy/config.ru
182
- - spec/dummy/spec
183
181
  - spec/dummy/Rakefile
184
182
  - spec/dummy/public/favicon.ico
185
183
  - spec/dummy/public/422.html
@@ -1 +0,0 @@
1
- spec/dummy/../../spec