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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed2450e2ebe2d1dd4184fe7f9d59b9dd0c55d9d9
|
4
|
+
data.tar.gz: c4224d7112f2d022bfbe6b96c9080c9532b25848
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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!
|
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.
|
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:
|
11
|
+
date: 2015-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|