rspectacular 0.55.0 → 0.56.0

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
  SHA1:
3
- metadata.gz: 5205f61437450030ffafeaaa8970b813ab249fa7
4
- data.tar.gz: 35c26fa1788bf710fb4e0b44e2af6bd13ba40427
3
+ metadata.gz: 2196f0ff2139beed83a92dae758704918f16c6a1
4
+ data.tar.gz: 9f8cda8fea8db77363632fb082dbddc099f4a7cb
5
5
  SHA512:
6
- metadata.gz: 90cf065a6215260bfeef53b6cd3d39af783806df7895791030bd0a9f94c908c68d16c2ff774846bef02fafcf6172aef48d2845ad8fde11b975696b7340419282
7
- data.tar.gz: ce2a73a89bfd4e0971f1a28277776ddd7a32ebe435568dff387d05138c05a96e663d766527584269f648ea2dfc42bd5d750054bd4a04662feb70045f06936b6b
6
+ metadata.gz: 1d415145af99ad89983c6805a6e391a7ab53e003b493e5b2a1e1c023edb725b55a0de48d73c2287658b7f24bb270c0e6ad7a706676c58925a868e954c02bfc3c
7
+ data.tar.gz: e94dfe358fd55f250f025cf87f9cff79b11f321f74e0800748b0887e3858bcddcdfe00bc42d33d265f492361780bcae542acdabeb30b9f45117a8777eac367c6
@@ -6,7 +6,7 @@ if defined? RSpec::Rails
6
6
 
7
7
  config.infer_spec_type_from_file_location! if config.respond_to?(:infer_spec_type_from_file_location!)
8
8
 
9
- if File.join(Dir.pwd, 'spec', 'dummy', 'config', 'environment')
9
+ if File.join(Dir.pwd, 'spec', 'dummy', 'config', 'environment').exist?
10
10
  config.include Rspectacular::NamespacedEngineControllerRouteFix, :type => :controller
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module Rspectacular
2
- VERSION = '0.55.0'
2
+ VERSION = '0.56.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-15 00:00:00.000000000 Z
11
+ date: 2015-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec