rspectacular 0.53.0 → 0.53.1

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: 2c49fdd13da561f4e944085ee376f9f25e9bb33d
4
- data.tar.gz: 962b775c43ed61dea170350b5c34b393efe1d2da
3
+ metadata.gz: d553e84bc4ee5638cfa3a1de37d642ff955dca8e
4
+ data.tar.gz: a657a27eeaee7304d6f72e887904f6d8c5d561cc
5
5
  SHA512:
6
- metadata.gz: cccfcfabcd7dfccec02b0d709b7887f6dd7a069adacd6438c6f567e3aa39831bbdfe0875da06743d89760601f0f890886b0115f0ee3cb76cc1eb21d2425811e5
7
- data.tar.gz: d3c29912b292a87d6a96b441a91e310e4dfeac476178e7fae2dd3155042294f5a02a04f3c3f1e63d38705027d4227149ccd2a608b2ec146e955c2f6a5ff2561d
6
+ metadata.gz: 012fd9aeef771fe568e618d82195e5dfa86f5ece0681bdfef5e5dc0c8c238fbe0a664d0dbdffb007907ce15b15693478d1a2d1d969d10391ca65a6901f6f6a67
7
+ data.tar.gz: 244328cfcb9f2fb7589ece3a9612eb47f9c7ade26b01af03efbbe43f37afc1e7fde9863a4005a5cdaf3d0f02b96c5d490afa6b626917712b210ee87223f1f667
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- RSpectacular
1
+ Rspectacular
2
2
  ==============================================================================
3
3
 
4
4
  **It's like RSpec, but more spectacularer**
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module ActiveRecord
3
3
  module Matchers
4
4
  class DateRangeMatcher
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module ActiveRecord
3
3
  module Matchers
4
4
  class DatelinessMatcher
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module ActiveRecord
3
3
  module Matchers
4
4
  class PersistenceMatcher
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module ActiveRecord
3
3
  module Matchers
4
4
  class PositivityMatcher < Shoulda::ActiveRecord::Matchers::ValidateNumericalityOfMatcher
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module ActiveRecord
3
3
  module Matchers
4
4
  class TruthfulnessMatcher < Shoulda::ActiveRecord::Matchers::ValidationMatcher
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module Matchers
3
3
  module Authentication
4
4
  def it_should_require_authentication_for(*actions)
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  module NamespacedEngineControllerRouteFix
3
3
  def get(action, parameters = nil, session = nil, flash = nil)
4
4
  process_action(action, parameters, session, flash, "GET")
@@ -22,7 +22,7 @@ module NamespacedEngineControllerRouteFix
22
22
  parameters ||= {}
23
23
  engine_name = Dir.pwd.split('/').last.to_sym
24
24
 
25
- process(action, method, parameters.merge!(:use_route => engine_name), session, flash, )
25
+ process(action, method, parameters.merge!(:use_route => engine_name), session, flash)
26
26
  end
27
27
  end
28
28
  end
@@ -1,4 +1,4 @@
1
- module RSpectacular
1
+ module Rspectacular
2
2
  def self.selectors
3
3
  default_selectors
4
4
  end
@@ -1,3 +1,3 @@
1
- module RSpectacular
2
- VERSION = '0.53.0'
1
+ module Rspectacular
2
+ VERSION = '0.53.1'
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.53.0
4
+ version: 0.53.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jfelchner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2014-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -137,10 +137,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
137
  version: '0'
138
138
  requirements: []
139
139
  rubyforge_project: rspectacular
140
- rubygems_version: 2.4.2
140
+ rubygems_version: 2.2.2
141
141
  signing_key:
142
142
  specification_version: 4
143
143
  summary: RSpec Support And Matchers
144
144
  test_files:
145
145
  - spec/spec_helper.rb
146
- has_rdoc: