sangha_accessibility 0.1.8 → 0.1.9

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: 42a9844c84d637f7f0200579ce7eb2b67c68b865
4
- data.tar.gz: 8c32b34a574fc5de2243b7e59a5fe1c12bd19907
3
+ metadata.gz: 679540b1850e1441dfbd5869cb0d141ec1d19048
4
+ data.tar.gz: 32dbcb6a854fcb8c0188006755832b9c8b65099b
5
5
  SHA512:
6
- metadata.gz: c0622a658de96a10f1cd488622a7fde0c53da921465e28865ccc032d69d911d963ff6df35c76383b6c149270fd4ef4dfc3acf40b00d3be44162d55f7ceca90a3
7
- data.tar.gz: b3186a0e1cde0e0d4346edf78258ef69aa66f737aeefcf2620eb16392bd261ee2786e491f7c83b7a6c0434502ed9524367a9bc9099177dc0b437b995e689343f
6
+ metadata.gz: 732fbbbc79146ffdb6a76c5c191fd86c24fded214241bdbdc3ef4a1d9a58a6aa55e92780f90842efb6145260ce0a30661467682d7516ab1077bd889e04b81e98
7
+ data.tar.gz: 0f6772ce53bd6c0f0b3dfa6d3e6b1ab35ba6dd815b0d63e6b40d0403d89c983c3161eddae9916ae3d33b488b9ddf0de72e073681348806cbeea0855a92513b9d
@@ -1,17 +1,16 @@
1
+ require 'action_view/helpers'
2
+ require 'action_view/context'
3
+
1
4
  module SanghaAccessibility::ActionView::Helpers
2
- class PGen
3
- include ActionView::Helpers
4
- include ActionView::Context
5
- include ActionView::Helpers::CaptureHelper
6
- include ActionView::Helpers::TagHelper
5
+ class PGen
6
+ include ActionView::Helpers
7
+ include ActionView::Context
7
8
 
8
- extend ActionView::Helpers
9
- extend ActionView::Context
10
- extend ActionView::Helpers::CaptureHelper
11
- extend ActionView::Helpers::TagHelper
9
+ extend ActionView::Helpers
10
+ extend ActionView::Context
12
11
 
13
- def p_for(value)
14
- content_tag(:p, value)
15
- end
16
- end
12
+ def p_for(value)
13
+ content_tag(:p, value)
14
+ end
15
+ end
17
16
  end
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -1,7 +1,5 @@
1
1
  require 'sangha_accessibility/version'
2
2
  require 'sangha_accessibility/action_view/helpers'
3
- # require 'action_view/helpers'
4
- # require 'action_view/context'
5
3
 
6
4
  module SanghaAccessibility
7
5
  extend ActiveSupport::Autoload
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.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sanghapal Bhowate