webidl 0.1.6 → 0.1.7

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: df778b601ca64c1cb82bc45c9a43a6e420b194a5
4
- data.tar.gz: 787c438e411b397c7c5437bcf4f195ae8ed32c53
3
+ metadata.gz: 142902bff409ee76e33c35f7259aa5a9ab22a1f6
4
+ data.tar.gz: 05258c4d9be4aa0b1a5fd9d73ec98c0b982f64b6
5
5
  SHA512:
6
- metadata.gz: d0712ece7ffdff6ba7be62e2b97242786c9c69fabf5103b063a2c8e28bfdc0656d86dca15fa6415f244dc6587fc4dceb0fb9bc7216d620167b713c83b0ea7200
7
- data.tar.gz: 29b9ba6d2cc81e0e9b43606a01090a5a50fa284f092fe9e3351b9625f78d59f638bc6ae5ac8b41143ba2eaee01bd944d9a15d135b3775fe492b9b9ab7e996e73
6
+ metadata.gz: e432757b5cb73096b113b2e3cf1cb868c3632c85fc113e15ca2c0016998379c18cca390efbb9f5bb453457d02a68e7abe40724b9ce33d167b436fa80835f3244
7
+ data.tar.gz: b807888599c3318830b0da27d88c195d0aa70ea747862be0d6973fff33391be5c0ff6401d130bb1f4692e2d5ce6e1b27ef261d3450136e8da3ff3168c9e45b27
data/.travis.yml CHANGED
@@ -2,4 +2,7 @@ rvm:
2
2
  - 1.9.3
3
3
  - 2.0.0
4
4
  - 2.1.0
5
- - ruby-head
5
+ - ruby-head
6
+ matrix:
7
+ allow_failures:
8
+ - rvm: ruby-head
data/README.md CHANGED
@@ -26,6 +26,7 @@ See also
26
26
  * http://dev.w3.org/2006/webapi/WebIDL/
27
27
  * http://dev.w3.org/2006/webapi/WebIDL/#idl-grammar
28
28
  * http://dev.w3.org/html5/spec/Overview.html
29
+ * https://github.com/heycam/webidl
29
30
 
30
31
  Note on Patches/Pull Requests
31
32
  -----------------------------
@@ -21,10 +21,10 @@ module WebIDL
21
21
  :specials => special_list,
22
22
  :args => arguments,
23
23
  :raises => raise_list,
24
- :static => respond_to?(:static)
24
+ :static => respond_to?(:static) && !static.empty?
25
25
  )
26
26
  end
27
27
 
28
28
  end # Operation
29
29
  end # ParseTree
30
- end # WebIDL
30
+ end # WebIDL
@@ -1,3 +1,3 @@
1
1
  module WebIDL
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webidl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jari Bakken
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-09 00:00:00.000000000 Z
11
+ date: 2014-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: treetop