sangha_accessibility 0.1.1 → 0.1.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: e5f5f0604f75731ca7d147e4e13c502ca703e170
4
- data.tar.gz: 6688cacdb284e9fabd8e1512883c45dccc4fe2a7
3
+ metadata.gz: dd39fa9d398d5bc3786c2126468e5b2a55fabc00
4
+ data.tar.gz: 495b61b8a5cb92b4ebe3faedc20d1c4385e68c06
5
5
  SHA512:
6
- metadata.gz: 23e61835ee83a4407cef7424eb317bfd9ee97b4a80bc207164cd165e9e2d42d7aa65df71f31848ecb868b83fd4ad5a1ad9a3c13d4f030aedf0ce39432f53d986
7
- data.tar.gz: e9c5a97789d47233ec4d9ff32ba7f3cf76c1f23c3fa85621da7ff333faa4650f688160b8b98ccc55c35c2ef710ee61b4b0332fd656345b65c25e9aae3bd70c50
6
+ metadata.gz: 3fa1c141830bd5726d58c0cf302294ca1a1a649e99584caecb40878f5cc3acd26aeff6d7791ae8e018c36156dc7acc8bb86e94ac5c070bb30c8a1b8b11c4d267
7
+ data.tar.gz: 6dfda32bff945a058674b54d0dade58b89c0b52737c3dbc19c640450360b14c2ce768eb58884344fa3c05e855c0f436e47b5b9558afc2b9c7f736b2a3c7daa5f
@@ -1,2 +1,19 @@
1
1
  module SanghaAccessibility::ActionView::Helpers
2
+ module Helpers
3
+ class Base
4
+ include ActionView::Helpers
5
+ include ActionView::Context
6
+ include ActionView::Helpers::CaptureHelper
7
+ include ActionView::Helpers::TagHelper
8
+
9
+ extend ActionView::Helpers
10
+ extend ActionView::Context
11
+ extend ActionView::Helpers::CaptureHelper
12
+ extend ActionView::Helpers::TagHelper
13
+
14
+ def p_for(value)
15
+ content_tag(:p, value)
16
+ end
17
+ end
18
+ end
2
19
  end
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -2,19 +2,9 @@ require 'sangha_accessibility/version'
2
2
  require 'action_view/helpers'
3
3
 
4
4
  module SanghaAccessibility
5
- class Base
6
- include ActionView::Helpers
7
- include ActionView::Context
8
- include ActionView::Helpers::CaptureHelper
9
- include ActionView::Helpers::TagHelper
10
-
11
- extend ActionView::Helpers
12
- extend ActionView::Context
13
- extend ActionView::Helpers::CaptureHelper
14
- extend ActionView::Helpers::TagHelper
15
-
16
- def p_for(value)
17
- content_tag(:p, value)
18
- end
19
- end
5
+ extend ActiveSupport::Autoload
6
+
7
+ autoload :Helpers
20
8
  end
9
+
10
+ require 'sangha_accessibility/railtie' if defined?(Rails)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sangha_accessibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sanghapal Bhowate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-18 00:00:00.000000000 Z
11
+ date: 2014-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler