bc-middleware 0.0.2 → 0.0.4

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bc-middleware (0.0.2)
4
+ bc-middleware (0.0.4)
5
5
  inherited_resources (~> 1.3.1)
6
6
 
7
7
  GEM
data/lib/bc-middleware.rb CHANGED
@@ -7,7 +7,7 @@ end
7
7
 
8
8
  class ActionController::Base
9
9
  def self.bc_middleware(options={})
10
- inherited_resources
10
+ inherit_resources
11
11
  include BcMiddleware::SearchApi
12
12
  end
13
13
  end
@@ -1,5 +1,5 @@
1
1
  module Bc
2
2
  module Middleware
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bc-middleware
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Byclosure