hellosign-ruby-sdk 3.0.21 → 3.0.22
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 +4 -4
- data/CONTRIBUTING.md +42 -0
- data/lib/hello_sign/version.rb +1 -1
- metadata +23 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cdd1e49f127d99299ff30d07145e96700acc92d9
|
|
4
|
+
data.tar.gz: 55c3aeabe8b401190bbdbaf07b3bde8f891529c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33117eeaf99bcfc754e62bab44990daeba2c9bc34eab995f9b6f9738aba219ef72efcf8f2b3687a35e5c8bd0241d653fb48f51f07d177934b39ad731f4b902c1
|
|
7
|
+
data.tar.gz: 9807ac343a1a0ea9f68b5fa609df18413f2570a3f65fd0f233af156ced33f6025f04151db5077c31f69b2e89add6acb0f3de363c276531df5289697fc06dfa23
|
data/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# How to contribute
|
|
2
|
+
|
|
3
|
+
We're excited you're considering contributing to our project! Your patches are essential to keeping our SDKs bug free and up-to-date. We want to keep it as easy as possible to contribute. There are only a few guidelines you must follow that will allow us to keep up with pull requests and maintain a high quality code base.
|
|
4
|
+
|
|
5
|
+
## Getting Started
|
|
6
|
+
|
|
7
|
+
* Make sure you have a [GitHub account](https://github.com/signup/free)
|
|
8
|
+
* Make sure you have a [HelloSign account](http://www.hellosign.com)
|
|
9
|
+
* Submit a new [issue ticket](https://github.com/HelloFax/hellosign-java-sdk/issues), assuming one does not already exist.
|
|
10
|
+
* Clearly describe the issue including steps to reproduce when it is a bug.
|
|
11
|
+
* Make sure to include the version you are using which has the issue (and confirm that the issue you are having has not been fixed in a later version)
|
|
12
|
+
* Fork the repository on GitHub
|
|
13
|
+
|
|
14
|
+
## Making Changes
|
|
15
|
+
|
|
16
|
+
* Make commits of logical units.
|
|
17
|
+
* Check for unnecessary whitespace with `git diff --check` before committing.
|
|
18
|
+
* Make sure your commit messages are in [the proper format](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
|
|
19
|
+
* Make sure you have added any necessary tests for your changes.
|
|
20
|
+
* Run all unit tests, if available, to ensure nothing else was accidentally broken.
|
|
21
|
+
|
|
22
|
+
### Making trivial changes
|
|
23
|
+
|
|
24
|
+
For changes of a trivial nature to comments and documentation, it is not
|
|
25
|
+
always necessary to create a new issue ticket.
|
|
26
|
+
|
|
27
|
+
## Submitting Changes
|
|
28
|
+
|
|
29
|
+
* Push your changes to your fork of the repository.
|
|
30
|
+
* Submit a pull request to the repository in the HelloFax organization.
|
|
31
|
+
* Update your issue ticket to mark that you have submitted code and are ready for it to be reviewed (Status: Ready for Merge).
|
|
32
|
+
* Include a link to the pull request in the ticket.
|
|
33
|
+
* The HelloSign dev team looks at Pull Requests on a regular basis.
|
|
34
|
+
* After feedback has been given we expect responses within two weeks. After two
|
|
35
|
+
weeks we may close the pull request if it isn't showing any activity.
|
|
36
|
+
|
|
37
|
+
# Additional Resources
|
|
38
|
+
|
|
39
|
+
* [General GitHub documentation](http://help.github.com/)
|
|
40
|
+
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
|
|
41
|
+
* [HelloSign API documentation](https://www.hellosign.com/api/documentation)
|
|
42
|
+
* [HelloSign API HipChat room](https://www.hipchat.com/gq4BMFKt1)
|
data/lib/hello_sign/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,111 +1,111 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hellosign-ruby-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HelloSign
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.5'
|
|
20
20
|
type: :development
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.5'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - '>='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rspec
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - '>='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: webmock
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- -
|
|
59
|
+
- - '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '0'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
|
-
- -
|
|
66
|
+
- - '>='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: faraday
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- -
|
|
73
|
+
- - '>='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- -
|
|
80
|
+
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: multi_json
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
|
-
- -
|
|
87
|
+
- - '>='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
-
- -
|
|
94
|
+
- - '>='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: mime-types
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- -
|
|
101
|
+
- - '>='
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- -
|
|
108
|
+
- - '>='
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: '0'
|
|
111
111
|
description: ''
|
|
@@ -114,9 +114,10 @@ executables: []
|
|
|
114
114
|
extensions: []
|
|
115
115
|
extra_rdoc_files: []
|
|
116
116
|
files:
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
117
|
+
- .gitignore
|
|
118
|
+
- .rspec
|
|
119
|
+
- .travis.yml
|
|
120
|
+
- CONTRIBUTING.md
|
|
120
121
|
- Gemfile
|
|
121
122
|
- Guardfile
|
|
122
123
|
- LICENSE
|
|
@@ -181,17 +182,17 @@ require_paths:
|
|
|
181
182
|
- lib
|
|
182
183
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
183
184
|
requirements:
|
|
184
|
-
- -
|
|
185
|
+
- - '>='
|
|
185
186
|
- !ruby/object:Gem::Version
|
|
186
187
|
version: '0'
|
|
187
188
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
189
|
requirements:
|
|
189
|
-
- -
|
|
190
|
+
- - '>='
|
|
190
191
|
- !ruby/object:Gem::Version
|
|
191
192
|
version: '0'
|
|
192
193
|
requirements: []
|
|
193
194
|
rubyforge_project:
|
|
194
|
-
rubygems_version: 2.
|
|
195
|
+
rubygems_version: 2.0.14
|
|
195
196
|
signing_key:
|
|
196
197
|
specification_version: 4
|
|
197
198
|
summary: A Ruby SDK for the HelloSign API.
|