sangha_accessibility 0.0.1 → 0.0.2

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: 2724c87903630696340239bc0d0c1c8aaa7edf30
4
- data.tar.gz: 5294da5d4321ad945dce62c60b2db79d7532f65f
3
+ metadata.gz: 151a657f0f30401ddf97430ca279346a68f14bd3
4
+ data.tar.gz: fb9692c04a0ce906840a2d1e5ab34e4265b4f1ad
5
5
  SHA512:
6
- metadata.gz: e3c1939eb02fbc596dc72a7f110fe0eb006d558110219adad2b4aba14daf919bede49b8e80c2ff57d71dd2230c12016f5d7abc797e5e8fb6939d90421807c044
7
- data.tar.gz: d99c431771855157f53c87b54a2190fdbed372d6052619056e6471902081ae294f642f96ba8e20bb4a72c0662788c8a8beb643052c27b1871fd994676cc220ed
6
+ metadata.gz: d4190977126f874df7e0f0b54a0ceafc476b18b8c11d5bb619a59bba232fc817eb7b718fe43c3c4097e4b309f354b1658803f02ea54716f532971ba6138e8a86
7
+ data.tar.gz: 4066f0325173475824041a96f4626fa5311222bc3182a24467c4ad70b12c66ebba1de2f22eba7ecfc7a3d38750669eb224ebf533125fd087a986a6b448a21bee
@@ -1,10 +1,24 @@
1
1
  require "sangha_accessibility/version"
2
+ require 'action_view'
3
+ # require 'sangha_accessibility/action_controller/filters'
4
+ # require 'sangha_accessibility/action_view/helpers'
2
5
 
3
- module SanghaAccessibility
4
- # Your code goes here...
5
- class SanghaAccessibility
6
- def self.hi
7
- puts "Hello world!"
6
+ # require 'sangha_accessibility/railtie' if defined?(Rails)
7
+
8
+
9
+ module SanghaAccessibility::ActionView::Helpers
10
+ class Base
11
+ include ActionView::Helpers
12
+ include ActionView::Context
13
+ include ActionView::Helpers::CaptureHelper
14
+
15
+ extend ActionView::Helpers
16
+ extend ActionView::Context
17
+ extend ActionView::Helpers::CaptureHelper
18
+
19
+ def p_for(value)
20
+ content_tag(:p, value)
8
21
  end
9
22
  end
23
+
10
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sangha_accessibility
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sanghapal Bhowate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-28 00:00:00.000000000 Z
11
+ date: 2014-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -38,6 +38,34 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: activemodel
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '4.0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '4.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: actionpack
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ~>
60
+ - !ruby/object:Gem::Version
61
+ version: '4.0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ~>
67
+ - !ruby/object:Gem::Version
68
+ version: '4.0'
41
69
  description: trial gem
42
70
  email:
43
71
  - sanghapalbhowate89@gmail.com
@@ -45,15 +73,8 @@ executables: []
45
73
  extensions: []
46
74
  extra_rdoc_files: []
47
75
  files:
48
- - .gitignore
49
- - Gemfile
50
- - LICENSE.txt
51
- - README.md
52
- - Rakefile
53
76
  - lib/sangha_accessibility.rb
54
- - lib/sangha_accessibility/version.rb
55
- - sangha_accessibility.gemspec
56
- homepage: ''
77
+ homepage: http://github.com/Sanghapal/sangha_accessibility
57
78
  licenses:
58
79
  - MIT
59
80
  metadata: {}
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in sangha_accessibility.gemspec
4
- gemspec
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 TODO: Write your name
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md DELETED
@@ -1,29 +0,0 @@
1
- # SanghaAccessibility
2
-
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'sangha_accessibility'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install sangha_accessibility
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
@@ -1,3 +0,0 @@
1
- module SanghaAccessibility
2
- VERSION = "0.0.1"
3
- end
@@ -1,23 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'sangha_accessibility/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "sangha_accessibility"
8
- spec.version = SanghaAccessibility::VERSION
9
- spec.authors = ["Sanghapal Bhowate"]
10
- spec.email = ["sanghapalbhowate89@gmail.com"]
11
- spec.description = %q{trial gem}
12
- spec.summary = %q{Write a gem summary}
13
- spec.homepage = ""
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files`.split($/)
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_development_dependency "bundler", "~> 1.3"
22
- spec.add_development_dependency "rake"
23
- end