rspectacular 0.15.2 → 0.16.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: f474b0f0cda54aed7889f6172eeba2caaaa24aa3
4
- data.tar.gz: a0de89ab0e486a2c2ad438235d6bfb2af41447c2
3
+ metadata.gz: af22baeb1a0fb4a65c91ba3a8f3d72184e53a96d
4
+ data.tar.gz: ebb51331853d287d4a263575989b60adc63f3307
5
5
  SHA512:
6
- metadata.gz: 2d4f53f639ca8d916d62c2a9ffb034750939d52b4d285c593c15e0dff34df88e1faa3efbd3b5c27e73ff439874ed86a59f0325af37838978c1a0ebe6257823a5
7
- data.tar.gz: c813979ffa66df619595bafa5219457bcd8c8ed29d5bd0e440d9778a2828cb6db50aa9909517517cac04d6918e6ef1255d344d6fd32115c32f4b92ea437da87b
6
+ metadata.gz: cb98f08309d8f294e96a35d2a37aed752d6c5f06d620735c2c52b425ff0ee0429232e5e802687be4f1b3e175c2f359267d6b901716991d639334f710ed9c5506
7
+ data.tar.gz: bf5760c7f85fe46764ab7f4baedf585be91488114a25ab7ec42f2842e019ba5e1dcc527e3404087ec72ab37d86e54dc32ac0381a1437373a4cafddb3c13473af
@@ -0,0 +1,3 @@
1
+ if defined? ActiveRecord::Migration
2
+ ActiveRecord::Migration.check_pending!
3
+ end
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.15.2'
2
+ VERSION = '0.16.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.15.2
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-16 00:00:00.000000000 Z
11
+ date: 2013-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -86,6 +86,7 @@ files:
86
86
  - lib/rspectacular/spec_helpers/active_record_basic.rb
87
87
  - lib/rspectacular/spec_helpers/active_record_connection_setup.rb
88
88
  - lib/rspectacular/spec_helpers/rails_engine.rb
89
+ - lib/rspectacular/support/active_record.rb
89
90
  - lib/rspectacular/support/focused.rb
90
91
  - lib/rspectacular/support/formatters.rb
91
92
  - lib/rspectacular/support/garbage_collection.rb