ajax_canvas_field 0.0.2 → 0.0.3

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: 4522031a4b3b1403d3699fd0601d7fd45284a1bb
4
- data.tar.gz: a8ab6ee6b1d44e000f3534dafbe8d0f70e500589
3
+ metadata.gz: c7e16a44437f60d13cdc18634cf46037d36db50a
4
+ data.tar.gz: 4e762257091886e8c51a00be37949fc278dae2eb
5
5
  SHA512:
6
- metadata.gz: e78fe914a40afafc47e9dd55ae2469466c0ee649609a0060565a59fe00444f71a80f0c82d6c8108560a192f751128d5a2f1b662bd943bf6bae37a53dfbdf1b12
7
- data.tar.gz: 21c9a9c8d7d0c184f576a835de18dccfdab90138d3f29fe1ebfca3fcffe450f73b44ae97b24cfc9421baaf46cc94dce855965c95154e30623a3928f5beb9a015
6
+ metadata.gz: 4a4760ba50f3c4f3bd88c9b9a7725d87441776a9c6510d76421c34589598f6c1395bdee62419fa31cba0c6c733e41c0b54941b0f7eb98c45ff30771801a4b204
7
+ data.tar.gz: 128c22728815460d5a17c5189a99cbc329df4369f28393a230370a21d0f18242a04eee4fa40e6578ec1211c788bedfba0bc0e568e3617cd3abbdabbc6771ecd3
@@ -39,7 +39,7 @@ module CanvasFieldHelper
39
39
  if options[:half_size]
40
40
  data[:width] = data[:width] / 2
41
41
  data[:height] = data[:height] / 2
42
- background += "; background_size: #{data[:width]}px #{data[:height]}px"
42
+ background += "; background-size: #{data[:width]}px #{data[:height]}px"
43
43
  end
44
44
  failure_message = 'Your browser does not support the canvas element.'
45
45
 
@@ -1,5 +1,5 @@
1
1
  module AjaxCanvasField #:nodoc:
2
2
  module Rails #:nodoc:
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ajax_canvas_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - datyv