sangha_accessibility 0.2.2 → 0.2.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: dd85fd1177c4bec35c96799897bc98b65af17819
4
- data.tar.gz: d4d574d2546568aeba4829742662d08110fbd7de
3
+ metadata.gz: bcdeb732bc1db19fab9ccf08ce0f8c22a93fb8c6
4
+ data.tar.gz: 3a811eea188e867468ff193e16c8a677a8a8e0fc
5
5
  SHA512:
6
- metadata.gz: 0a4f2305df8c145cb2ac72b026618900b4cde212805fd867ee6267631ce899d0dfc22b90a46d8cda43f4729deb61599975ca48b6ed3028fb07c8af8b61f0528f
7
- data.tar.gz: bf7083484ee47d5deeaeeb72865acba2ef38de1a242f52fff6e1b0bad9403fb3007faba89c2758f1b1277007b20119be9291b9069542560c39dd578f41eeab3f
6
+ metadata.gz: d8f67eee32458a64be7dc97fd36381def3c66e96a43ecfecdb975f282b756a64d2cd7c74921b915c81b444d846de9ef2d6d926eb1e65a9cb43943158217d9a7a
7
+ data.tar.gz: 0dbe6bca5e7ea056cb72cc3bcc6c87b7841cbab10ba86d001cb768310492e1c2b17ff7e883a6b8918d5d1f638b68830bc61ea01020fe505388d5e430f4c69c84
@@ -4,7 +4,7 @@ require 'sangha_accessibility/action_view/helpers'
4
4
  module SanghaAccessibility
5
5
  # extend ActiveSupport::Autoload
6
6
 
7
- # autoload :Helpers
7
+ #l autoload :Helpers
8
8
  end
9
9
 
10
10
  require 'sangha_accessibility/railtie' if defined?(Rails)
@@ -1,5 +1,5 @@
1
- # require 'action_view/helpers'
2
- # require 'action_view/context'
1
+ require 'action_view/helpers'
2
+ require 'action_view/context'
3
3
 
4
4
  module SanghaAccessibility::ActionView::Helpers
5
5
  class PGen
@@ -7,9 +7,9 @@ module SanghaAccessibility
7
7
  include SanghaAccessibility::ActionView::Helpers
8
8
  end
9
9
 
10
- ActiveSupport.on_load :action_controller do
11
- include SanghaAccessibility::ActionController::Filters
12
- end
10
+ # ActiveSupport.on_load :action_controller do
11
+ # include SanghaAccessibility::ActionController::Filters
12
+ # end
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -16,8 +16,8 @@ Gem::Specification.new do |spec|
16
16
  spec.license = "MIT"
17
17
 
18
18
  spec.files = `git ls-files`.split($/)
19
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
20
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ # spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
20
+ # spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
21
21
  spec.require_paths = ["lib"]
22
22
 
23
23
  spec.rubyforge_project = "sangha_accessibility"
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.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sanghapal Bhowate