washout_builder 1.2.3 → 1.2.4

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: 583c3056d9c5e86777eb473fae532d9a1f46f335
4
- data.tar.gz: 8a41db701c40d08540772a813e706496b323a924
3
+ metadata.gz: a2c28b176b2de0598f62ef2d7aa9de7af602f3cf
4
+ data.tar.gz: eed01ecb9d7f866619501586dab38178c94e6124
5
5
  SHA512:
6
- metadata.gz: 9a6ec018e49ea7b740471e715a8481c07dbe0ffb9ccb6c5d3362e2bbba0112fe0ac3c4dcc9e10194dec6620832f8c5e144823f350c90321563a338787a3d6969
7
- data.tar.gz: f2c7ffdd322456c62e6f0101e816c4171c720d07ca73598b21c23c2de4b6d951196b97b902d8de04e73f0ff6a960bf0c69d398810a5ee3c3c28eb4c47c865bf8
6
+ metadata.gz: 2987851f0993d3628193353e0117f04a9b992b45dcf02e673d607ff57fb3345124eebdeae7437f65c3baad9474cf4e00ed737efcaf4a2f9b2900b1b98ea92665
7
+ data.tar.gz: ea68df3f7771dad6a413c0a987d013c8f44e6cf486d7e4bec124a133520052d3c623b02d1ceb71803577942fb6d0db1f96637d2036d40fd820eb0229d50807e0
@@ -130,6 +130,7 @@ module WashoutBuilder
130
130
  # @return [Class] the original controller class name
131
131
  # @api private
132
132
  def controller_class(controller)
133
+ controller = controller.gsub(/\/+/, '/')
133
134
  controller_naming("#{controller}_controller").constantize
134
135
  end
135
136
 
@@ -12,7 +12,7 @@ module WashoutBuilder
12
12
  # the minor version of the gem
13
13
  MINOR = 2
14
14
  # the tiny version of the gem
15
- TINY = 3
15
+ TINY = 4
16
16
  # if the version should be a e
17
17
  PRE = nil
18
18
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: washout_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-30 00:00:00.000000000 Z
11
+ date: 2016-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: wash_out