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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95536cc252df9ecc5d20266ffd9603444eebe72c
4
- data.tar.gz: 350915aec78534f69c9b6946900ecf025f868edd
3
+ metadata.gz: 5afa065aa9300a6e187947d46de19ce175fc6d52
4
+ data.tar.gz: 593c35dcbb3ccfe811e127ff4c7b8734e0ccca4e
5
5
  SHA512:
6
- metadata.gz: 43bccc3e1b75a38f4b7f3eda7a36fbf712863f0c99a01c992e13ddcdc661643ce9a33efc56a7845b573610acd9f9eb5c5be01ed9907776882b4849ecbf37c383
7
- data.tar.gz: 14d5559407ccc8b080820003cb969ac0f12a955028c4c1131e8a6ae4f8458e3e13c67deec297f802e31fc4b71f17e3aa2780b28fc67622c11297475de8bb9834
6
+ metadata.gz: 92798903ff3af719292377f85a16bdc323fef034882987bf0cb52e6e4d551e665a8dec7f214a56a238430ada8c245ddf11f0323f5ee286e36341738fa696e5de
7
+ data.tar.gz: 4cf2cf8613bc3cb0e71b2c2ef27d2bcbed2134fc571c8c59be19219c9bbce54883fcc9ac59ea1b9fc98703a2f5c892aa5a1d53a36daa223e7822ee56c8a528a7
@@ -1,3 +1,3 @@
1
1
  module RespondWithService
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -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
@@ -1,3 +1,3 @@
1
1
  module .
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-24 00:00:00.000000000 Z
11
+ date: 2014-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler