rspectacular 0.20.0 → 0.21.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: 160ce0a38c1a7d29dafd89ed73a057857380929d
4
- data.tar.gz: aac8f030827e825e94b1ee2d6257c7cbafa0fa32
3
+ metadata.gz: 50142095ca61a2eed4fa75e3b23827ec23644931
4
+ data.tar.gz: 5cf78a52c0875af7331327efc4f5ab5c05ccb797
5
5
  SHA512:
6
- metadata.gz: 78d8c7f9c7b1d14ab20c6c82dbf9f3414d13a5a6f22d598b7c1a4461d1f69b9e416b0bf30f642a369a9f9650a5412197b6f44e8cd33e38e189b8e6d5a82a4581
7
- data.tar.gz: 7fbcbdb0937103bdbe8dca600f942cd491680dcf835a9c69c7b2124b42daa66bb911543afee7cc0e31f05dcc1c0753cb6eda0706923926f58d061b794dfef90f
6
+ metadata.gz: 0f3abe7e71fa69ed7a10bcb10e0aeb0522def647ba54f873890e404a12c0a1eb4d1db14496a347e507d160639c1a6da63d4a1a441e35765bad8b781cea55b85c
7
+ data.tar.gz: 5ecb524f9fc782d9cc09d944517d3a45dd32ab77aa88b668d4855d867cd5ad50da789f3914c0b6075c25d9b47ef414b2fdd2777b9864dbc5b3d30b5df5997869
data/lib/rspectacular.rb CHANGED
@@ -1,3 +1,7 @@
1
+ # Coverage Plugins Must Be Loaded Before Anything Else
2
+ require 'rspectacular/plugins/code_climate.rb'
3
+ require 'rspectacular/plugins/simple_cov.rb'
4
+
1
5
  require 'rspectacular/support'
2
6
  require 'rspectacular/helpers'
3
7
  require 'rspectacular/selectors'
@@ -1,2 +1,17 @@
1
- require 'rspectacular/plugins/simple_cov'
2
- Dir[File.expand_path('../plugins/**/*.rb', __FILE__)].each { |f| require f }
1
+ require 'rspectacular/plugins/capybara.rb'
2
+ require 'rspectacular/plugins/carrier_wave.rb'
3
+ require 'rspectacular/plugins/database_cleaner.rb'
4
+ require 'rspectacular/plugins/devise.rb'
5
+ require 'rspectacular/plugins/email.rb'
6
+ require 'rspectacular/plugins/factory_girl.rb'
7
+ require 'rspectacular/plugins/features.rb'
8
+ require 'rspectacular/plugins/omniauth.rb'
9
+ require 'rspectacular/plugins/paypal.rb'
10
+ require 'rspectacular/plugins/recaptcha.rb'
11
+ require 'rspectacular/plugins/shoulda.rb'
12
+ require 'rspectacular/plugins/sidekiq.rb'
13
+ require 'rspectacular/plugins/singleton.rb'
14
+ require 'rspectacular/plugins/stripe.rb'
15
+ require 'rspectacular/plugins/timecop.rb'
16
+ require 'rspectacular/plugins/vcr.rb'
17
+ require 'rspectacular/plugins/webmock.rb'
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.20.0'
2
+ VERSION = '0.21.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner