guachiman-rails 1.0.1 → 1.0.2

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: a3cd2e45fb790e37d3c8a18781000d412ab7b61d
4
- data.tar.gz: 3152d384cb9a4e4fd9f7af9bda1999116eaa6f81
3
+ metadata.gz: b8d65f3801eb806f31271be46e60acdd3301fb70
4
+ data.tar.gz: 120d2f9a3b34f09682552a11158643d47ad83fa0
5
5
  SHA512:
6
- metadata.gz: 88e08132f839d072b12b83f1e45358de870583854c8e04316ba95c4551f1838e9cd40ff2cc791aa14906be7b38a6dd4fa8d4a72a903e60d7886cc37e040e4297
7
- data.tar.gz: 45a3f55a2385cda8d709aa0bddb7f42722ad50166242d55c0a6c9c524bc9d23433228cd07ca3d45d72ad799566b8cf3b5cdb4833af62859e3c876b88feb15266
6
+ metadata.gz: 240355ca5d98f97eabe7c3f253dcc0f26badbafecde1d57c5f286e187b016a707d154ce7ddd6af04d720cd705b5acf34f62f29383d4351667b044c87aff9df61
7
+ data.tar.gz: 7a4426a31cb5224e3d40076d7464be73a2d88cd1550ee8d6dc2144a87c52fe297cd2740cb0819926cd868a32fca40052fbc06323ab6f19ff1d1ebcb841f2ef1c
@@ -11,7 +11,7 @@ module Guachiman
11
11
  end
12
12
 
13
13
  def authorization_class
14
- Authorization
14
+ ::Authorization
15
15
  end
16
16
 
17
17
  def current_user
@@ -1,5 +1,5 @@
1
1
  module Guachiman
2
2
  module Rails
3
- VERSION = '1.0.1'
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guachiman-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francesco Rodriguez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-07-25 00:00:00.000000000 Z
12
+ date: 2014-07-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guachiman