nail_polish 0.2.7 → 0.2.8

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: 7955cdb3f80ddae3d629fb44f3e4b22be84f990c
4
- data.tar.gz: d5cb304d76ac53cc4588c9dad9eda3ac1922c84d
3
+ metadata.gz: 52cadb00ac9792475dd928480ff7297ce211fc2c
4
+ data.tar.gz: 74426ec4f1650399b6ecca59b74d4656829edb9f
5
5
  SHA512:
6
- metadata.gz: 0bf85b469da728a770801c2c79757933f25399992ed88d919296a2916cc064cea6bccbfc20f47007feeb019f97100209beeaceb6389b55a6bf8c1dcca848bc9d
7
- data.tar.gz: c1762b6198186a7fbe6a0aa6ee5c8fdc1961da5c10bc6f6ad531fd71c053a5415969b8d12391518f3e8b6a709d1877f09d9d8ce3f5bb05a75da793401083ae4a
6
+ metadata.gz: 18f1248d04f419305d325a63a7a6f0ec1efe1cfdbdf633bde0bcccaf3e751e208a4805b57904fac274182e63d63fe3b46f60233141a2a05e1794bb693dd207d3
7
+ data.tar.gz: ad0fb50065d5231041f5f6735f3f8821c0a5930da92f6e70a395e2f083020b8aff93e65dd1941a468063b52d8a6f4dfce7ee6490681a52db73ab59b8268af591
@@ -17,7 +17,7 @@ _.extend(NailPolish.GlobalPublisherAdder.prototype, {
17
17
 
18
18
  // extract the JSON data
19
19
 
20
- response = xhr.response || xhr.responseText || "{}"
20
+ response = xhr.response || xhr.responseText || "{}";
21
21
  var data = JSON.parse(response);
22
22
  var publisher = NailPolish.Events;
23
23
 
@@ -1,3 +1,3 @@
1
1
  module NailPolish
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nail_polish
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kane Baccigalupi