signature-pad-rails 0.2 → 0.3

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: beac1563f42643a9761f2184c50ae1990998b62c
4
- data.tar.gz: 2e0ab330c6e9c71592afbc6f7f4cf73a6ffd0897
3
+ metadata.gz: ed2450e2ebe2d1dd4184fe7f9d59b9dd0c55d9d9
4
+ data.tar.gz: c4224d7112f2d022bfbe6b96c9080c9532b25848
5
5
  SHA512:
6
- metadata.gz: 5310cb3dcb8fb9478c0692f51cb427babb8b090cf205753a194e72d46f5654b846f6f6aa8228b2877ceb519e30ecb0081340733252ab30796a9ff733ada53c86
7
- data.tar.gz: 0e4411469e4c6e1287fe864f35517e659759fc24f08e574f59c31b8be8ca27b4fe0d2e0468244b97314156bfb2b3d361ff7985efe45de33851c25c2b938e9d9e
6
+ metadata.gz: 01542142fe7d6a93a7b29035049d43c4f9eccb7038f021a5d644fa484062ab4bf00ecf6866c1a4e40c154a4a02efcbd5c70b90b981dffa32885ace2e3a4bc276
7
+ data.tar.gz: dea50e0364fc6b35e42ab78ad5fb25cb7caff123a336dc26f8c0590ca787c6c68d24bde3f6af163efaf6432f912c0b0781b6297ae5a6912e561db21552e2306d
data/README.md CHANGED
@@ -10,7 +10,9 @@ This gem provides:
10
10
 
11
11
  The versions of flashcanvcas and json2 are as provided with the original Signature Pad package.
12
12
 
13
- To read more about Signature Pad, see http://thomasjbradley.ca/lab/signature-pad/.
13
+ To read more about Signature Pad, see http://thomasjbradley.ca/lab/signature-pad/. The Signature Pad source code
14
+ is at https://github.com/thomasjbradley/signature-pad. If you wish to make changes to Signature pad itself,
15
+ fork the Signature Pad project itself and contribute your changes back to that project.
14
16
 
15
17
 
16
18
  ## Installation
@@ -69,8 +71,4 @@ FlashCanvas is written by the [FlashCanvas Project](http://flashcanvas.net/).
69
71
 
70
72
  ## Contributing
71
73
 
72
- 1. Fork it ( https://github.com/[my-github-username]/signature-pad-rails/fork )
73
- 2. Create your feature branch (`git checkout -b my-new-feature`)
74
- 3. Commit your changes (`git commit -am 'Add some feature'`)
75
- 4. Push to the branch (`git push origin my-new-feature`)
76
- 5. Create a new Pull Request
74
+ Contributions are very welcome. Fork and push a change request. Thanks!
@@ -888,4 +888,4 @@ $.fn.signaturePad.defaults = {
888
888
  , onDrawEnd : null // Pass a callback to be exectued after the drawing process
889
889
  }
890
890
 
891
- }(jQuery))
891
+ }(jQuery));
@@ -1,8 +1,8 @@
1
1
  module Signature
2
2
  module Pad
3
3
  module Rails
4
- VERSION = "0.2"
5
- SIGNATURE_PAD_VERSION = "2.5.1"
4
+ VERSION = "0.3"
5
+ SIGNATURE_PAD_VERSION = "2.5.2"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: signature-pad-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Tomich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-04 00:00:00.000000000 Z
11
+ date: 2015-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails