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: fdc0e632afac30f90e792e67f06dd88915b39862
4
- data.tar.gz: 3d79b0f06b08ba2d037c5c44f9cd77f60b919781
3
+ metadata.gz: 254c22c03b13b8954a03982479b3af594e8e6cc6
4
+ data.tar.gz: 40a137cdc2fdf5ea1ac5fff989e0a78e67d58074
5
5
  SHA512:
6
- metadata.gz: ae5174d2332843dcfdddfedc6dd7122509136b173dea28a7d2ab51b2141be4d50b3f90e80e571194ecf54106a5882f2cf32201b0b5a3119ac343eb9b45b7b1d9
7
- data.tar.gz: 4290fb67314888bc2f6adcabd8bfc9246c8f6aac53f4df350f46c540d761ffee035fc73ebf35f9f014637c0fbfa58e6ecc1089fbdbc757958cae1676515936f7
6
+ metadata.gz: 484c56d562bc2842e64d33e3bbc3f437d5dad70486ecb1472b5a70649db1883421f6ab8561022313334991c67fad9f2dfe5071690ff0578de01fc6d9d765186e
7
+ data.tar.gz: aa04e9570fe0cd500ff08b32b4114e54ddd6a916f368595d61687aab6e066587819e53276a9d21ba0ac6d709623d69186431b1412c512093c5f19162f506dcee
@@ -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
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
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.7
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