pdf_kitchen 0.2.1 → 0.2.2

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: fb2c3032b37223ea48f69ce707552da43c9f848a81021ad979d83e383e027bd2
4
- data.tar.gz: 8b93082b46260d5dd3ff5cd893da9c63343fcbd065d2940bfb7c04f76cd19be2
3
+ metadata.gz: ffc4c61423e528a73990ceff074d2201ba73bb7347aa9c7c271adbaa50842114
4
+ data.tar.gz: fca5c0efd7712aabce830400b99e87e79ed22274229ab0854989063dc953f5c0
5
5
  SHA512:
6
- metadata.gz: 11e965cd4a7b40b4a229b12d0d676809c4770eb653d8477403161f8e10fc985b991f5f8887f89ba1f1d5d546f2e7b889103f93e437ad311ca6a3b9e120e16498
7
- data.tar.gz: 98b32d28706abf7bf709da5902b529e688b06dfbf6cba55385dfd7d7bdd7813007b84e438a7e75f57bf41aa8a7d0525d36a703fa9d44bc6793d423d9fada0fad
6
+ metadata.gz: af592736575e1481acac2c104b35c5f1dda0295c504077dbf40719b134870f9c2e8e1f5d06efb2732ea28aa62447cfd9da2cce976671d437b9160f184c618f58
7
+ data.tar.gz: 75cc6f53ba04a2432e4d31ee8af4f6d150450f54b24692f9308a0c387caac6e1646fb7d258ec7098e8eec940f29482ad78196ea044fc735e3898db0ad2064b6f
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.1"
10
+ spec.version = "0.2.2"
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 = "https://github.com/tanaka3622/pfg_kitchen.git"
16
+ spec.homepage = "https://github.com/tanaka3622/pdf_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.1
4
+ version: 0.2.2
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: https://github.com/tanaka3622/pfg_kitchen.git
59
+ homepage: https://github.com/tanaka3622/pdf_kitchen.git
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}