sangha_accessibility 0.1.2 → 0.1.3

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: dd39fa9d398d5bc3786c2126468e5b2a55fabc00
4
- data.tar.gz: 495b61b8a5cb92b4ebe3faedc20d1c4385e68c06
3
+ metadata.gz: 7c48f6af4101176ddab858468d1fa22e13f9253d
4
+ data.tar.gz: 2812e4d4fd312c6bfe3ccedcf9825d8f845d06d3
5
5
  SHA512:
6
- metadata.gz: 3fa1c141830bd5726d58c0cf302294ca1a1a649e99584caecb40878f5cc3acd26aeff6d7791ae8e018c36156dc7acc8bb86e94ac5c070bb30c8a1b8b11c4d267
7
- data.tar.gz: 6dfda32bff945a058674b54d0dade58b89c0b52737c3dbc19c640450360b14c2ce768eb58884344fa3c05e855c0f436e47b5b9558afc2b9c7f736b2a3c7daa5f
6
+ metadata.gz: 719c48c316e25d005309dd1916414c3e23bf0ede4018995713f050d92368de9545999a039dd9d8cb48d10a9d3ad75dde7942acdcce03d88ae693d16471091420
7
+ data.tar.gz: 488883c3a7d810c1c419823a0a76b5d0ed4ea685593788e578d679b66d75168503205ba7d8691cdff9672fec7190e0c909762967b05b3f0332347bb8ed2ce8c4
@@ -1,7 +1,5 @@
1
- require 'rails/railtie'
2
-
3
1
  module SanghaAccessibility
4
- class Railtie < Rails::Railtie
2
+ class Railtie < ::Rails::Railtie
5
3
  initializer "sangha_accessibility.configure_view_controller" do |app|
6
4
  ActiveSupport.on_load :action_view do
7
5
  include SanghaAccessibility::ActionView::Helpers
@@ -13,3 +11,4 @@ module SanghaAccessibility
13
11
  end
14
12
  end
15
13
  end
14
+
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sanghapal Bhowate