clipboard-toastr-rails 1.2.0 → 1.3.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: a95c86654413ab317f0ce0a136b20f693a1d7639
4
- data.tar.gz: 694a39fd4f04dfabc7ee79d64a6688dcb3adb5a7
3
+ metadata.gz: ea04aed67fc9a7becb090d9000f29dc717d73e30
4
+ data.tar.gz: 1dc177d9afc54e72c7157d677d0a3fae7ea379d2
5
5
  SHA512:
6
- metadata.gz: 673b1ff23d1f38a08e0f178fa05304429f2870a23a2cf011684a011be0b119805f96880e197d898f9d59d12c06c65d3a875b3f7ace4e5a0f34ab5c2430812af4
7
- data.tar.gz: 5b6ad9ae282477ee765b4e5b284f3c20991bb854712b30ba585b0e644201434d4d388bb1ff99a40c6907bf28efea878b07d77ea72cefdc302184f550695fdca5
6
+ metadata.gz: bad0c8f5dc1204754e438e0380289554df55256cc2d45691f46b9c4c495a2cb1252baf3241d86a32d63fc0010d27730edfb6b6395fa4bd8840c2bb375d75cfa5
7
+ data.tar.gz: a4b30a07b20deb7dbcf0e76b6620aee33d23c449abc69cbd3456c0d9bf21707046c85eece2f4a013039d6f312f15afa2d474e08b31a44acd08c6c3aea2aaadec
data/README.md CHANGED
@@ -131,7 +131,7 @@ The Documentation is at
131
131
 
132
132
  ## Change Log
133
133
 
134
- Current Version 1.2.0
134
+ Current Version 1.3.0
135
135
 
136
136
  This link listing [Change Log](https://github.com/ggomagundan/clipboard-toastr-rails/blob/master/CHANGE_LOG.md)
137
137
 
@@ -1,5 +1,5 @@
1
1
  module ClipboardToastr
2
2
  module Rails
3
- VERSION = "1.2.0"
3
+ VERSION = "1.3.0"
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * clipboard.js v1.6.0
2
+ * clipboard.js v1.6.1
3
3
  * https://zenorocha.github.io/clipboard.js
4
4
  *
5
5
  * Licensed MIT © Zeno Rocha
@@ -10,7 +10,7 @@ var DOCUMENT_NODE_TYPE = 9;
10
10
  /**
11
11
  * A polyfill for Element.matches()
12
12
  */
13
- if (Element && !Element.prototype.matches) {
13
+ if (typeof Element !== 'undefined' && !Element.prototype.matches) {
14
14
  var proto = Element.prototype;
15
15
 
16
16
  proto.matches = proto.matchesSelector ||
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clipboard-toastr-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kai Park
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-27 00:00:00.000000000 Z
11
+ date: 2017-04-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: clipboard.js and toastr.js to rails Gem
14
14
  email: ggogun@gmail.com
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.6.8
53
+ rubygems_version: 2.6.11
54
54
  signing_key:
55
55
  specification_version: 3
56
56
  summary: Clipboard and Toast Gem!