ruboty-mtgcard 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 43d1ac7ed68e8ea3d429e435062a0ec81f3c3305
4
- data.tar.gz: 4cc70cf8622414cf6ea367e0c9cbcce7bc063803
3
+ metadata.gz: 618d694b0b8c338150f31f92c048bb45bd2a1bee
4
+ data.tar.gz: fe5c8a2a3b4c5e223ff320fe96eb3ab4e925adf9
5
5
  SHA512:
6
- metadata.gz: 8008fa7934ac28f8fb821aaf8c29a93075377d73c8fb794d4382f60c8d65430bd8321c8b0fef41f87bd7e87eaa867af49f96ba697744c15a4dac5e897e1e90f6
7
- data.tar.gz: 25fef3fe8fa07a74f641952dc91e0ec4f6d2c72e334aa410e6048e72430687ee98a57d5250597deb7e0d4d8e9cfc791bc62255fba2a3553ece8b9d31af74d762
6
+ metadata.gz: 0e073d18b4d58460397d9af1033dd3cde9e82b56078e0dbc86e46b6a711e8787d038f725b3d1f06896e6518a5b5763cd7e254f5484318c333ab9b5b19f2d26f6
7
+ data.tar.gz: 0f22994730c30ba3fc3ef5d31586e20e93d69b32dfcba70f67555af40c96f9c1274a837e9050b924fcce6c85956839800640c071b8ed829f26bc7730c9c408f7
data/README.md CHANGED
@@ -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.
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Mtgcard
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGAWA Takao