pdf_kitchen 0.2.0 → 0.2.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/pdf_kitchen.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ff8b1e10cee8470d4662cd88af0745d31d8942bfde7fe4b81c9a0f041a4f64b
4
- data.tar.gz: ef604c95e69a3f91006f18c553e5d840b5b02085d22af46b406097527ecf4061
3
+ metadata.gz: fb2c3032b37223ea48f69ce707552da43c9f848a81021ad979d83e383e027bd2
4
+ data.tar.gz: 8b93082b46260d5dd3ff5cd893da9c63343fcbd065d2940bfb7c04f76cd19be2
5
5
  SHA512:
6
- metadata.gz: 14e8e5597fab524938c14196baffc01f6dad1d3fe4e40bcc410dedc830699df481df90487a59b4d10ba5ef16c9462affb0c7693c85033aa6bf7fecd137d22da0
7
- data.tar.gz: 22a4b222ebe1173ca2f6740e83853fd075b77229f79c164d832c9a33dd81f999dfd7bd9a62028cc8208e4d535475eff43e6a8b69a342cdd1851f11db66e6f0b2
6
+ metadata.gz: 11e965cd4a7b40b4a229b12d0d676809c4770eb653d8477403161f8e10fc985b991f5f8887f89ba1f1d5d546f2e7b889103f93e437ad311ca6a3b9e120e16498
7
+ data.tar.gz: 98b32d28706abf7bf709da5902b529e688b06dfbf6cba55385dfd7d7bdd7813007b84e438a7e75f57bf41aa8a7d0525d36a703fa9d44bc6793d423d9fada0fad
data/pdf_kitchen.gemspec CHANGED
@@ -7,13 +7,13 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "pdf_kitchen"
8
8
  spec.version = PdfKitchen::VERSION
9
9
  spec.license = "MIT"
10
- spec.version = "0.2.0"
10
+ spec.version = "0.2.1"
11
11
  spec.authors = ["tanaka"]
12
12
  spec.email = ["tanaka@lilli.co.jp"]
13
13
 
14
14
  spec.summary = %q{Ruby client library for the PdfKitchen Platform.}
15
15
  spec.description = %q{PdfKitchen API client: Ruby client library for the PdfKitchen Platform.}
16
- # spec.homepage = "comming soon ."
16
+ spec.homepage = "https://github.com/tanaka3622/pfg_kitchen.git"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdf_kitchen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tanaka
@@ -56,7 +56,7 @@ files:
56
56
  - lib/pdf_kitchen.rb
57
57
  - lib/pdf_kitchen/version.rb
58
58
  - pdf_kitchen.gemspec
59
- homepage:
59
+ homepage: https://github.com/tanaka3622/pfg_kitchen.git
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}