sangha_accessibility 0.4.9 → 0.5.0

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: 26b70fc949d25b6942b83c53308b270ce277a113
4
- data.tar.gz: 116421123c9a9c14550fd65581329111dd2349bd
3
+ metadata.gz: 066b0c7068a4a61e96ab253b0e8495b584ff14b5
4
+ data.tar.gz: 739265602d7b84219180a7185817459336dd2e42
5
5
  SHA512:
6
- metadata.gz: 1fdcdbf195d713d6321353b1b0c0c1d536816c80b4f89bf70a34239fa3b988863fbd688c362352bf6564c2ac37b092c5728bc3d690b1523e600a88a8cef701ef
7
- data.tar.gz: 9bbc108cb89c595f6a77f9369739972777580623aad3ae339ad03be3ba34e573e9e38fa8371f6bae4bfbece7e97267b534867a9be1a3c21af08984545d059d44
6
+ metadata.gz: f152495ee1fe2ed12e49dd673dd0f79233fb8a444d981433a43e10ce9b83e9117155c574bfb2dc403a5a1de38e6d3f71384b39296c45663214b817f6abecbafa
7
+ data.tar.gz: 8bcc9782a9dc2aa90a12b131f79672b6ff2436ca7dd8809e4baf0cfadd7c3496cd6b6082b7ee47cdda2eae4c7a9c1f81bfe78b84187cb741ee8b14ca74737a9d
@@ -9,7 +9,7 @@ module SanghaAccessibility
9
9
  end
10
10
 
11
11
  def button_for
12
- button_to("Go to Google", "https://www.google.com", {id: "btn_1", onclick => "myFunction"})
12
+ button_to("Go to Google", "https://www.google.com", {id: "btn_1"})
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module SanghaAccessibility
2
- VERSION = "0.4.9"
2
+ VERSION = "0.5.0"
3
3
  end
@@ -1,3 +1,7 @@
1
- function myFunction() {
2
- alert("Hello world");
3
- }
1
+ $(document).ready(function() {
2
+ btnSubmit = $("#btn_1");
3
+ btnSubmit.click(function(){
4
+ alert("Hello world");
5
+ });
6
+ }); // end ready()
7
+
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.4.9
4
+ version: 0.5.0
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-08-25 00:00:00.000000000 Z
11
+ date: 2014-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler