bot_platform 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1d1a3dfbfb4e04d77e6cad466db31c57b4c9bb10e635d409c8941e3078e66b9
4
- data.tar.gz: 136b7dcdca94b7378f12f9969fc2786547b751940b20bde83b8f69d8c24bc952
3
+ metadata.gz: 926dd47daebc1b2bceee83bcdbd4d4ae99788dd60bc0f40c69a943b19a5fc6cd
4
+ data.tar.gz: c9816481304d99c2c4ab70a1b8f23f064726e6336786115060f64ac69596b44f
5
5
  SHA512:
6
- metadata.gz: cafcd63662f7b2b999c34be7cd4cb5764892b97d264d437fb0f1738bb42157278089537cc3fd97d0bd6e5f1de40d287c39e4c7c069c842165d99cbb07fda718f
7
- data.tar.gz: ec9ad543b885dda685de3fe2219f7b4726f23cd5a7c8c30a3eac54e02d35b1522a5e7163adee6ec5ba2b2c1447e90bf83f1d859f6f750be60c4639507afc8ddd
6
+ metadata.gz: 0a91f869a675cfa861175000a7299674e5965cd163efbec0b37e43d493ee2722228d351905c39d0227f3c08a67936c742046194e9228b40b66d71e9b7035632d
7
+ data.tar.gz: 0cded64f8cb9b76f0a66f31e3bb3a78bd7796e32a447e7f4de5643b7a48b82e1e068d5d42dfe28c39f0d0dd35c961badb08f7ea32e72f08b99f8ad98b5a8af17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bot_platform (0.2.1)
4
+ bot_platform (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/bot_platform.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
17
 
18
18
  spec.metadata["homepage_uri"] = spec.homepage
19
19
  spec.metadata["source_code_uri"] = "https://github.com/lifevar/bot-platform"
20
- spec.metadata["changelog_uri"] = "https://github.com/lifevar/bot-platform/CHANGELOG.md"
20
+ spec.metadata["changelog_uri"] = "https://github.com/Lifevar/bot-platform/blob/main/CHANGELOG.md"
21
21
 
22
22
  # Specify which files should be added to the gem when it is released.
23
23
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BotPlatform
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bot_platform
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
  - Ningfeng Yang
@@ -89,7 +89,7 @@ licenses: []
89
89
  metadata:
90
90
  homepage_uri: https://github.com/lifevar/bot-platform
91
91
  source_code_uri: https://github.com/lifevar/bot-platform
92
- changelog_uri: https://github.com/lifevar/bot-platform/CHANGELOG.md
92
+ changelog_uri: https://github.com/Lifevar/bot-platform/blob/main/CHANGELOG.md
93
93
  post_install_message:
94
94
  rdoc_options: []
95
95
  require_paths: