wunderbar 1.2.7 → 1.2.8

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: 34567da697ef38c82df47f2f8de1d0683414d4e5
4
- data.tar.gz: 97e019639998ce82db5601b222fac76c9c0617c4
3
+ metadata.gz: 4ef2394b2cc48b6d05d5d51d454e564960b48f50
4
+ data.tar.gz: 3e925d4aa834a629521451b630c86da96a628268
5
5
  SHA512:
6
- metadata.gz: 28a7d93cb10d6b130a311eb5a4507307b02427c5071ff9b7cca95b1f096c47aad7a3f80aa13de6103e6eb28ffd524bbd4987b0f784687876e884e6c52a6ad6b4
7
- data.tar.gz: b862f2be71cf1703b4009413abbd19994571aa44f27e2b5563eb716485ca0f7844b3310ceb76bd9b32b235acf5ed4dace0f667613128b0eff00df36aed22db60
6
+ metadata.gz: c7fb5d88b4df37161968c317c484b91b49cff303ce696e35a5cf710f9400638a91bcb0855cbe16580627d631ca2799158c2fd8449310fee7c50bb432b9c1ef3d
7
+ data.tar.gz: 97027e34bd9c768a00f8b94fc81b6bc357bcebdbbd9c28d89b5e84fb90896132f9b73bc7785db1b09ff2c89c026e3d0492519154b065a5d3493e81556922db8b
@@ -5,7 +5,7 @@
5
5
  # <script src> or <link rel="stylesheet"> lines to the <head> section of your
6
6
  # HTML.
7
7
  #
8
- # For examples, see angularjs.rb, jquery.rb, opal.rb, pagedown.rb, or
8
+ # For examples, see jquery.rb, opal.rb, pagedown.rb, or
9
9
  # polymer.rb.
10
10
  #
11
11
 
@@ -1,6 +1,5 @@
1
1
  # Redefine backtic in HTML templates to do a Ruby => JS conversion. Useful
2
- # when there is a substantial amount of embedded JavaScript, for example
3
- # when using Angular.js
2
+ # when there is a substantial amount of embedded JavaScript.
4
3
 
5
4
  require 'ruby2js'
6
5