form_api 0.1.2 → 0.1.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 +4 -4
- data/LICENSE +1 -1
- data/form_api.gemspec +1 -1
- data/lib/form_api/version.rb +1 -1
- data/swagger-config.json +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6439e9cb2b05efe66eca66fa5592116e9712a7a
|
4
|
+
data.tar.gz: 6b5226c60049e966e413635cf409fb76ab88ec4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19a12793aca87698c8a656592423b3422a8e5aa7e0591e5f8a633904e60c2325206de77a55b72ee018a072d1406e6ea5d0155a3ef27bbee9de8d120d7cedc559
|
7
|
+
data.tar.gz: d2fa9c2058bbdbb40a01ca010fbbc77bad86beb23f6d81cc36b47ada2fda5e473d77b211b6b18d7b3988fe341226a1297f12f56117bbaf46a09aa3a581decb74
|
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright © 2017 Form
|
1
|
+
Copyright © 2017 Form Applications Inc.
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4
4
|
|
data/form_api.gemspec
CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.name = "form_api"
|
20
20
|
s.version = FormAPI::VERSION
|
21
21
|
s.platform = Gem::Platform::RUBY
|
22
|
-
s.authors = ["Form
|
22
|
+
s.authors = ["Form Applications Inc."]
|
23
23
|
s.email = ["support@formapi.io"]
|
24
24
|
s.homepage = "https://github.com/FormAPI/formapi-ruby"
|
25
25
|
s.summary = "A client library for the FormAPI PDF generation service"
|
data/lib/form_api/version.rb
CHANGED
data/swagger-config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"gemName": "form_api",
|
3
3
|
"moduleName": "FormAPI",
|
4
|
-
"gemVersion": "0.1.
|
5
|
-
"gemAuthor": "Form
|
4
|
+
"gemVersion": "0.1.3",
|
5
|
+
"gemAuthor": "Form Applications Inc.",
|
6
6
|
"gemAuthorEmail": "support@formapi.io",
|
7
7
|
"gemHomepage": "https://github.com/FormAPI/formapi-ruby",
|
8
8
|
"gemSummary": "A client library for the FormAPI PDF generation service",
|
metadata
CHANGED