chatops-controller 3.1.0 → 3.1.1
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 +4 -4
- data/lib/chatops/controller/version.rb +1 -1
- data/spec/rails_helper.rb +1 -1
- metadata +2 -4
- data/spec/dummy/spec +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfa9aaf207f8e2c9d248c44161d4cdcfeb40b3d57d7615118225b05764d0f376
|
|
4
|
+
data.tar.gz: 705859bc646744e42768e68798a70221f38c3b7e03bac19920d8faa23b8473db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 660ac4d838d2cbc0277cba86c0dccf405165b63ab01a9f732d78be1d3807aa923432110486fba0f3bb11fc9e1bc65eb82997cb69842e3c49dfef49431046e9f1
|
|
7
|
+
data.tar.gz: 2ecef6d65a13c27a6b1d7f287b4967893761aa520ce58dc5e37884e880427e3f0c9cfc04a4ac4a8029728572cd2adfdd8b2a7cc7ff1ff2cb0372731a4e3a8cf3
|
data/spec/rails_helper.rb
CHANGED
|
@@ -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[
|
|
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.
|
|
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-
|
|
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
|
data/spec/dummy/spec
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
spec/dummy/../../spec
|