virtual_name_card 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4da962b8dc697177c91319e2ae3c361025dbe80ce48ce544af70e60f2edbae76
4
- data.tar.gz: b8c5353cee1336039b21e911ddb74cab6ea0c29336b831795014cb3392e244e5
3
+ metadata.gz: 5275640fd42ab31afdcf062ee648cbc390f4bf29e0325013cbc99753b1eea8ea
4
+ data.tar.gz: f8816ced39fde8d1aad41521e20cbde552963850648e57267798e1d90cd8c29a
5
5
  SHA512:
6
- metadata.gz: 0b75f50a5c198d9d27fa0efdb22a034bad70ca1de489cf09bd9fe779e2c48bc9434b70113a53783e0d4dcd1aaf11a91c30a0e8237a497d0117b4736931711e71
7
- data.tar.gz: d98a8fe0d831c35c0a80c12351e5147cd467e8bfe40807bf1f585e8a6d00e502e1e6cb195a78bbc1d7504afd593c4c077b24e9cefd90c34be7ef954e39aeb84b
6
+ metadata.gz: 846a5d75bd04b7001ac173609d28b4fdbdec88078c44b9a5d54b763ac92c314480583e1460c19fadae95bda3a2da9398a19d569f61e4d59a088dd54304234273
7
+ data.tar.gz: d321070922dbeecd77d905303f27fa2abb4e666cda0df8cb92e98a4952743f278142c83419d20ae1950482f7cc1a4b846a9e15ff1cf06a3e6b7d5ee753650c46
@@ -43,7 +43,7 @@ module VirtualNameCard
43
43
  image = url_combine(image: image, url: url)
44
44
  end
45
45
 
46
- VirtualNameCard::Image.new(mini_magic_image: image)
46
+ VirtualNameCard::Image.new(mini_magick_image: image)
47
47
  end
48
48
 
49
49
  # @param [String] name_kanji
@@ -61,7 +61,7 @@ module VirtualNameCard
61
61
  twitter_account: twitter_account,
62
62
  url: url,
63
63
  )
64
- image.mini_magic_image.write GENERATED_FILE_PATH
64
+ image.mini_magick_image.write GENERATED_FILE_PATH
65
65
  end
66
66
 
67
67
  private def name_kanji_combine(image:, text:)
@@ -1,9 +1,9 @@
1
1
  module VirtualNameCard
2
2
  class Image
3
- attr_reader :mini_magic_image
3
+ attr_reader :mini_magick_image
4
4
 
5
- def initialize(mini_magic_image:)
6
- @mini_magic_image = mini_magic_image
5
+ def initialize(mini_magick_image:)
6
+ @mini_magick_image = mini_magick_image
7
7
  end
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module VirtualNameCard
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtual_name_card
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michikawa Masayoshi