sangha_accessibility 0.0.7 → 0.0.8
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 254c22c03b13b8954a03982479b3af594e8e6cc6
|
4
|
+
data.tar.gz: 40a137cdc2fdf5ea1ac5fff989e0a78e67d58074
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 484c56d562bc2842e64d33e3bbc3f437d5dad70486ecb1472b5a70649db1883421f6ab8561022313334991c67fad9f2dfe5071690ff0578de01fc6d9d765186e
|
7
|
+
data.tar.gz: aa04e9570fe0cd500ff08b32b4114e54ddd6a916f368595d61687aab6e066587819e53276a9d21ba0ac6d709623d69186431b1412c512093c5f19162f506dcee
|
data/lib/sangha_accessibility.rb
CHANGED
@@ -1,21 +1,7 @@
|
|
1
1
|
require 'sangha_accessibility/version'
|
2
|
+
require 'sangha_accessibility/action_view/helpers'
|
3
|
+
require 'sangha_accessibility/railtie'
|
2
4
|
require 'action_view/helpers'
|
3
5
|
|
4
6
|
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
|
20
|
-
|
21
7
|
end
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sangha_accessibility
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sanghapal Bhowate
|
@@ -79,6 +79,7 @@ files:
|
|
79
79
|
- README.md
|
80
80
|
- Rakefile
|
81
81
|
- lib/sangha_accessibility.rb
|
82
|
+
- lib/sangha_accessibility/action_view/helpers.rb
|
82
83
|
- lib/sangha_accessibility/railtie.rb
|
83
84
|
- lib/sangha_accessibility/version.rb
|
84
85
|
- sangha_accessibility.gemspec
|