motorhead 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/motorhead/engine.rb +2 -1
- data/lib/motorhead/road_crew/lib/road_crew/engine.rb +1 -0
- data/lib/motorhead/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c0469f7c9ad97b3f3e2ded5198b004ae2f39a11
|
4
|
+
data.tar.gz: 9dca2c7e0fbc2f6bfc5855280f55864f61dec1c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3d3ad2d685bb22d43a96b8e9bed03cbc26c0f9b5be79ec55390953abcfc11bfad27145ddfcea2d3a9f3603a095815d6c56f7ae1e0c4ec3bf87eca1d50a370a4
|
7
|
+
data.tar.gz: 484a41b5948afce06b1b7d593a2fe254cd44bfc8be7c77f8611f09b442ce3ae455b7ad1ae2726dcbc752fb3fb4eb5aa17ae07c69f8d604d1182bccd636e013f0
|
data/lib/motorhead/engine.rb
CHANGED
@@ -8,6 +8,7 @@ module RoadCrew
|
|
8
8
|
mount_at 'motorhead/road_crew'
|
9
9
|
|
10
10
|
Motorhead::Engine::ClassMethods.class_eval do
|
11
|
+
remove_possible_method :active?
|
11
12
|
# overwrite active? to check cookie value as well
|
12
13
|
def active?(controller)
|
13
14
|
if (settings = controller.send(:cookies)['road_crew_engine_settings'])
|
data/lib/motorhead/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motorhead
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akira Matsuda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -170,4 +170,3 @@ signing_key:
|
|
170
170
|
specification_version: 4
|
171
171
|
summary: A safe and rapid prototyping framework for Rails
|
172
172
|
test_files: []
|
173
|
-
has_rdoc:
|