touch_action 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
1
+ ## v1.3.2
2
+
3
+ * Changed YUI JS javascript CDN
4
+
5
+ ## v1.3.1
6
+
7
+ * check if Rspec is loaded before creating capybara helper
8
+
1
9
  ## v1.3.0
2
10
 
3
11
  * stable version
@@ -16,7 +16,7 @@
16
16
  var head = document.getElementsByTagName('head')[0];
17
17
  var script = document.createElement('script');
18
18
  script.type = 'text/javascript';
19
- script.src = "//yui.yahooapis.com/3.18.1/build/yui/yui-min.js";
19
+ script.src = "//cdnjs.cloudflare.com/ajax/libs/yui/3.18.0/yui/yui-min.js";
20
20
 
21
21
  script.onreadystatechange = execute_gesture;
22
22
  script.onload = execute_gesture;
@@ -1,3 +1,3 @@
1
1
  module TouchAction
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: touch_action
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: