respond_with_service 0.0.3 → 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.
- checksums.yaml +4 -4
- data/lib/respond_with_service/version.rb +1 -1
- data/lib/respond_with_service.rb +3 -7
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5afa065aa9300a6e187947d46de19ce175fc6d52
|
|
4
|
+
data.tar.gz: 593c35dcbb3ccfe811e127ff4c7b8734e0ccca4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92798903ff3af719292377f85a16bdc323fef034882987bf0cb52e6e4d551e665a8dec7f214a56a238430ada8c245ddf11f0323f5ee286e36341738fa696e5de
|
|
7
|
+
data.tar.gz: 4cf2cf8613bc3cb0e71b2c2ef27d2bcbed2134fc571c8c59be19219c9bbce54883fcc9ac59ea1b9fc98703a2f5c892aa5a1d53a36daa223e7822ee56c8a528a7
|
data/lib/respond_with_service.rb
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
require "respond_with_service/version"
|
|
2
2
|
|
|
3
3
|
module RespondWithService
|
|
4
|
-
# Your code goes here...
|
|
5
|
-
end
|
|
6
|
-
|
|
7
|
-
module AccountModuleService
|
|
8
4
|
def self.included base
|
|
9
5
|
base.send :include, InstanceMethods
|
|
10
6
|
base.extend ClassMethods
|
|
@@ -25,6 +21,9 @@ module AccountModuleService
|
|
|
25
21
|
else
|
|
26
22
|
redirect_to [@fail_path, :admin, @model_instance]
|
|
27
23
|
end
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
28
27
|
end
|
|
29
28
|
end
|
|
30
29
|
|
|
@@ -65,6 +64,3 @@ module AccountModuleService
|
|
|
65
64
|
|
|
66
65
|
end
|
|
67
66
|
end
|
|
68
|
-
|
|
69
|
-
class ActiveAdmin::ResourceController
|
|
70
|
-
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: respond_with_service
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pierre-Alexandre Piarulli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|