rspectacular 0.18.0 → 0.19.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: 4b92bb177d3af0f2e5150823369fa878ddc4f894
4
- data.tar.gz: e5118cd94d3f6fec276e0cd312e96edfedd3bfd9
3
+ metadata.gz: 97d48a19ddfa3cf5ec493adbeead24ca3f09e99d
4
+ data.tar.gz: a52317cf7361cabde4688d61ae8b8f65d3b20fe3
5
5
  SHA512:
6
- metadata.gz: 5b8e8915de0e1b8c8531d16ef5d66fba0a46ca80f575c420d6a12822b4e90f43070b6a105ff210ffd7100530a1349422df3f8f3cdbddbe41c97a80cf0d77bad2
7
- data.tar.gz: 615f4aea27b6b230d3faf4bb0de56eb328e693a435d7e1ea5df98c45d98292aa5a58a9d4036dc54211c9151e24e525b4ad7283882bc5a7e0a87370350ebd51ef
6
+ metadata.gz: 0da4aeb115202a24a7cd9a690bfdb1da13669e941a749d2a997b44b6a77a9202588ee1081dc8b6861b1af09c6d8d128863eef573d47de8a1f4594f6d83f52adb
7
+ data.tar.gz: c7a58a31027ff7f93c9a85ed1543fdee1cc1fcc8e1a69c2aa8fe6001b35d91e1da5f4fdce2c63f8460d4cb932aaee0a5c12173212f2d81c7df73837d46960cd2
@@ -2,7 +2,7 @@ begin
2
2
  require 'sidekiq/testing'
3
3
 
4
4
  RSpec.configure do |config|
5
- config.before(:each) do
5
+ config.before(:each) do |example|
6
6
  # Clears out the jobs for tests using the fake testing
7
7
  Sidekiq::Worker.clear_all
8
8
 
@@ -4,7 +4,6 @@ require File.expand_path(File.join('..', 'active_record_connection_setup'), __FI
4
4
  require File.join(Dir.pwd, 'spec', 'dummy', 'config', 'environment')
5
5
 
6
6
  require 'rspec/rails'
7
- require 'rspec/autorun'
8
7
 
9
8
  require 'rspectacular'
10
9
 
@@ -1,3 +1,3 @@
1
1
  module RSpectacular
2
- VERSION = '0.18.0'
2
+ VERSION = '0.19.0'
3
3
  end
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspectacular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-18 00:00:00.000000000 Z
11
+ date: 2014-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.12'
19
+ version: 3.0.beta
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.12'
26
+ version: 3.0.beta
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: fuubar
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.0'
33
+ version: 2.0.beta
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.0'
40
+ version: 2.0.beta
41
41
  description: We rock some RSpec configurations and matchers like it ain't nobody's
42
42
  bidnezz.
43
43
  email: accounts+git@thekompanee.com
@@ -47,23 +47,28 @@ extensions: []
47
47
  extra_rdoc_files:
48
48
  - README.md
49
49
  files:
50
+ - README.md
51
+ - Rakefile
52
+ - bin/rspectacular_test_bootstrap
53
+ - lib/rspectacular.rb
54
+ - lib/rspectacular/helpers.rb
50
55
  - lib/rspectacular/helpers/date_time_select.rb
51
56
  - lib/rspectacular/helpers/facebook.rb
52
57
  - lib/rspectacular/helpers/paypal.rb
53
58
  - lib/rspectacular/helpers/rails_flashes.rb
54
59
  - lib/rspectacular/helpers/session_helpers.rb
55
- - lib/rspectacular/helpers.rb
60
+ - lib/rspectacular/matchers.rb
61
+ - lib/rspectacular/matchers/active_record.rb
56
62
  - lib/rspectacular/matchers/active_record/date_range_matcher.rb
57
63
  - lib/rspectacular/matchers/active_record/dateliness_matcher.rb
58
64
  - lib/rspectacular/matchers/active_record/persistence_matcher.rb
59
65
  - lib/rspectacular/matchers/active_record/positivity_matcher.rb
60
66
  - lib/rspectacular/matchers/active_record/truthfulness_matcher.rb
61
- - lib/rspectacular/matchers/active_record.rb
62
67
  - lib/rspectacular/matchers/authentication.rb
63
- - lib/rspectacular/matchers.rb
68
+ - lib/rspectacular/mock_authentications/omniauth.rb
64
69
  - lib/rspectacular/mock_authentications/omniauth/facebook.rb
65
70
  - lib/rspectacular/mock_authentications/omniauth/twitter.rb
66
- - lib/rspectacular/mock_authentications/omniauth.rb
71
+ - lib/rspectacular/plugins.rb
67
72
  - lib/rspectacular/plugins/capybara.rb
68
73
  - lib/rspectacular/plugins/carrier_wave.rb
69
74
  - lib/rspectacular/plugins/database_cleaner.rb
@@ -81,51 +86,46 @@ files:
81
86
  - lib/rspectacular/plugins/timecop.rb
82
87
  - lib/rspectacular/plugins/vcr.rb
83
88
  - lib/rspectacular/plugins/webmock.rb
84
- - lib/rspectacular/plugins.rb
85
- - lib/rspectacular/selectors/defaults.rb
86
89
  - lib/rspectacular/selectors.rb
90
+ - lib/rspectacular/selectors/defaults.rb
87
91
  - lib/rspectacular/spec_helpers/active_record_basic.rb
88
92
  - lib/rspectacular/spec_helpers/active_record_connection_setup.rb
89
93
  - lib/rspectacular/spec_helpers/rails_engine.rb
94
+ - lib/rspectacular/support.rb
90
95
  - lib/rspectacular/support/active_record.rb
91
96
  - lib/rspectacular/support/focused.rb
92
97
  - lib/rspectacular/support/formatters.rb
93
98
  - lib/rspectacular/support/garbage_collection.rb
94
- - lib/rspectacular/support/general.rb
95
99
  - lib/rspectacular/support/pending.rb
96
100
  - lib/rspectacular/support/rails.rb
97
101
  - lib/rspectacular/support/random.rb
98
102
  - lib/rspectacular/support/selenium.rb
99
- - lib/rspectacular/support.rb
100
103
  - lib/rspectacular/version.rb
101
- - lib/rspectacular.rb
102
- - Rakefile
103
- - README.md
104
104
  - spec/spec_helper.rb
105
- - bin/rspectacular_test_bootstrap
106
105
  homepage: https://github.com/jfelchner/rspectacular
107
106
  licenses: []
108
107
  metadata: {}
109
108
  post_install_message:
110
109
  rdoc_options:
111
- - --charset = UTF-8
110
+ - "--charset = UTF-8"
112
111
  require_paths:
113
112
  - lib
114
113
  required_ruby_version: !ruby/object:Gem::Requirement
115
114
  requirements:
116
- - - '>='
115
+ - - ">="
117
116
  - !ruby/object:Gem::Version
118
117
  version: '0'
119
118
  required_rubygems_version: !ruby/object:Gem::Requirement
120
119
  requirements:
121
- - - '>='
120
+ - - ">="
122
121
  - !ruby/object:Gem::Version
123
122
  version: '0'
124
123
  requirements: []
125
124
  rubyforge_project: rspectacular
126
- rubygems_version: 2.0.14
125
+ rubygems_version: 2.2.0
127
126
  signing_key:
128
127
  specification_version: 4
129
128
  summary: RSpec Support And Matchers
130
129
  test_files:
131
130
  - spec/spec_helper.rb
131
+ has_rdoc:
@@ -1,3 +0,0 @@
1
- RSpec.configure do |config|
2
- config.treat_symbols_as_metadata_keys_with_true_values = true
3
- end