ruboty-mtgcard 0.1.0 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 43d1ac7ed68e8ea3d429e435062a0ec81f3c3305
4
- data.tar.gz: 4cc70cf8622414cf6ea367e0c9cbcce7bc063803
2
+ SHA256:
3
+ metadata.gz: f35ef00bdcab4f3a387208e82e79636aa2e5e4757018f1fb6326a0ddfee018ef
4
+ data.tar.gz: 57f595e0d0cd5f7cf5145cd77ff28c734c53d6605137cc4ba113f91429bed823
5
5
  SHA512:
6
- metadata.gz: 8008fa7934ac28f8fb821aaf8c29a93075377d73c8fb794d4382f60c8d65430bd8321c8b0fef41f87bd7e87eaa867af49f96ba697744c15a4dac5e897e1e90f6
7
- data.tar.gz: 25fef3fe8fa07a74f641952dc91e0ec4f6d2c72e334aa410e6048e72430687ee98a57d5250597deb7e0d4d8e9cfc791bc62255fba2a3553ece8b9d31af74d762
6
+ metadata.gz: b6d9df2bba44ca6e1b3dae68d716268d5f5ee91feef6ae25a36bda85183e5879f03ab70c99d44f71d8ca885e09fc2765b47250cd359800a85dd1fae05399883d
7
+ data.tar.gz: 111ab24dbcfdd948a90fb66356d466e060c6c597faf6efba4415ef81fee4dce265ece54a6a96fe944fea8d6a0e9c1af9cf8bd3f45b4f145c1cace8345021cad5
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruboty::Mtgcard
2
2
 
3
- A Ruboty plugin that returns MTG card illustration url.
3
+ A Ruboty plugin that returns the MTG card illustration URL.
4
4
 
5
5
  ## Installation
6
6
 
@@ -35,6 +35,10 @@ MTGCARD_LANGUAGE - MTG card language (default: english)
35
35
  MTGCARD_MESSAGE_WHEN_NOT_FOUND - Message when not found (default: No cards found.)
36
36
  ```
37
37
 
38
+ ## Special thanks
39
+
40
+ - [MTG Developers](https://magicthegathering.io)
41
+
38
42
  ## Contributing
39
43
 
40
44
  Bug reports and pull requests are welcome on GitHub at https://github.com/dounokouno/ruboty-mtgcard.
@@ -18,7 +18,7 @@ module Ruboty
18
18
  on(
19
19
  /(mtgcard) (?<keyword>.+)/,
20
20
  name: 'mtgcard',
21
- description: 'Returns MTG card illustration url that matches the keyword'
21
+ description: 'Returns the MTG card illustration URL that matches the keyword'
22
22
  )
23
23
 
24
24
  def mtgcard(message)
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Mtgcard
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['TAGAWA Takao']
10
10
  spec.email = ['dounokouno@gmail.com']
11
11
 
12
- spec.summary = 'A Ruboty plugin that returns MTG card illustration url.'
12
+ spec.summary = 'A Ruboty plugin that returns the MTG card illustration URL.'
13
13
  spec.homepage = 'https://github.com/dounokouno/ruboty-mtgcard'
14
14
  spec.license = 'MIT'
15
15
 
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
22
22
 
23
23
  spec.add_dependency 'ruboty'
24
24
  spec.add_development_dependency 'bundler', '~> 1.15'
25
- spec.add_development_dependency 'rake', '~> 10.0'
25
+ spec.add_development_dependency 'rake', '~> 13.0.3'
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-mtgcard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGAWA Takao
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-26 00:00:00.000000000 Z
11
+ date: 2021-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboty
@@ -44,15 +44,15 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '10.0'
47
+ version: 13.0.3
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
- version: '10.0'
55
- description:
54
+ version: 13.0.3
55
+ description:
56
56
  email:
57
57
  - dounokouno@gmail.com
58
58
  executables: []
@@ -72,7 +72,7 @@ homepage: https://github.com/dounokouno/ruboty-mtgcard
72
72
  licenses:
73
73
  - MIT
74
74
  metadata: {}
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,9 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubyforge_project:
91
- rubygems_version: 2.6.13
92
- signing_key:
90
+ rubygems_version: 3.2.8
91
+ signing_key:
93
92
  specification_version: 4
94
- summary: A Ruboty plugin that returns MTG card illustration url.
93
+ summary: A Ruboty plugin that returns the MTG card illustration URL.
95
94
  test_files: []