action_controller-parents 0.1.0 → 0.1.1

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: 4a9f2bdc1c4e85e3c0d39e223566ee29b1ec14cd
4
- data.tar.gz: 8788d5de3a3a647774347603be67f560e46f9a5a
3
+ metadata.gz: 79452af569dbcdc97e9125ee05c1945c91beca47
4
+ data.tar.gz: f7b94173c6ed88d398eac01d98834e3e1cd68b76
5
5
  SHA512:
6
- metadata.gz: 0d81e8a1697bb974675e72a4a5e0aa2e75ab209a25ceed5931c76cd68866fa052fd297065d78fbdb527438f086a1898c51616f0366cb9c7f68139f857f7f6ba8
7
- data.tar.gz: fe34b89177ceb2248ec54f25c2c6341ca097e80ded2216575198c6df09b58204d78ab541d23468f65d4e8d4db27a26912bc02c29bf2d2ff5637f2af98ed9b170
6
+ metadata.gz: eb2b1a2b65ab8ca9aabf7124161304f4b29454317ceba135ae8bf1a289884f5cbd02bf1b23cd8df2e67760b2e1cc4374cecc4abeda9c34fcd7802864b5a2cea6
7
+ data.tar.gz: c057ff86098d70d25af5fb1f1121514e3cf227ee00755eae7c42d13c76b9bec3ce1f9c93a31de08eefe26f93fbc46f538919560eaf22c65a4d74386b5a47e50f
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  Version](https://badge.fury.io/rb/action_controller-parents.png)](http://badge.fury.io/rb/action_controller-parents)
5
5
  [![Build
6
6
  Status](https://travis-ci.org/mcls/action_controller-parents.png?branch=master)](https://travis-ci.org/mcls/action_controller-parents)
7
+ [![Code
8
+ Climate](https://codeclimate.com/github/mcls/action_controller-parents.png)](https://codeclimate.com/github/mcls/action_controller-parents)
7
9
 
8
10
  Easily access parent resources.
9
11
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- action_controller-parents (0.1.0)
4
+ action_controller-parents (0.1.1)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- action_controller-parents (0.1.0)
4
+ action_controller-parents (0.1.1)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  module ActionController
2
2
  class Parents < Module
3
- VERSION = "0.1.0".freeze
3
+ VERSION = "0.1.1".freeze
4
4
  end
5
5
  end
@@ -1,7 +1,4 @@
1
1
  require 'active_support/core_ext/string/conversions'
2
- require 'action_controller/parents/finder'
3
- require 'action_controller/parents/methods'
4
- require 'action_controller/parents/version'
5
2
 
6
3
  module ActionController
7
4
  # To be included in a controller.
@@ -45,3 +42,7 @@ module ActionController
45
42
  end
46
43
  end # Parents
47
44
  end
45
+
46
+ require 'action_controller/parents/finder'
47
+ require 'action_controller/parents/methods'
48
+ require 'action_controller/parents/version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_controller-parents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maarten Claes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-10 00:00:00.000000000 Z
11
+ date: 2014-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler