ruboty-mtgcard 0.1.1 → 0.1.2

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
2
  SHA1:
3
- metadata.gz: 618d694b0b8c338150f31f92c048bb45bd2a1bee
4
- data.tar.gz: fe5c8a2a3b4c5e223ff320fe96eb3ab4e925adf9
3
+ metadata.gz: 7cf308b487c22b2893f925ead11ab0d533769c8d
4
+ data.tar.gz: abf400c8fa59c416b2340086adc0b213ca641cb6
5
5
  SHA512:
6
- metadata.gz: 0e073d18b4d58460397d9af1033dd3cde9e82b56078e0dbc86e46b6a711e8787d038f725b3d1f06896e6518a5b5763cd7e254f5484318c333ab9b5b19f2d26f6
7
- data.tar.gz: 0f22994730c30ba3fc3ef5d31586e20e93d69b32dfcba70f67555af40c96f9c1274a837e9050b924fcce6c85956839800640c071b8ed829f26bc7730c9c408f7
6
+ metadata.gz: 24da68c43725bc142a87f0adc74143c25626fa6197fcd45ecd4c70c3e903952fced959c6c97330b5b8eed14ff302c162d1c2fc66553c5b97c23f1685b17f760a
7
+ data.tar.gz: e638f7897cb22f20e6da37c74339c7aa4cc29b6ef56f4f01b96be4af6c0539ea9c7c27bd0de06b93ca9b9b57314e046f0f7a92db4adfa37542de9a404effbd48
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 MTG card illustration URL.
4
4
 
5
5
  ## Installation
6
6
 
@@ -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 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.1'
3
+ VERSION = '0.1.2'
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 MTG card illustration URL.'
13
13
  spec.homepage = 'https://github.com/dounokouno/ruboty-mtgcard'
14
14
  spec.license = 'MIT'
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-mtgcard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGAWA Takao
@@ -91,5 +91,5 @@ rubyforge_project:
91
91
  rubygems_version: 2.6.13
92
92
  signing_key:
93
93
  specification_version: 4
94
- summary: A Ruboty plugin that returns MTG card illustration url.
94
+ summary: A Ruboty plugin that returns MTG card illustration URL.
95
95
  test_files: []