switchbot 0.5.0 → 0.5.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 +4 -4
- data/.github/workflows/main.yml +2 -1
- data/CHANGELOG.md +7 -1
- data/lib/switchbot/version.rb +1 -1
- data/switchbot.gemspec +2 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b35104bc79a51e707f6a2295423a135e5ee06380eb4f5b2ad14b1fea15a72288
|
|
4
|
+
data.tar.gz: d01885018b1ff8759a6ac2c8b1e2c14704d2e15105b282e74c24cc2a937a8f84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3ecbbc03b18cbf6e7650f0171b645055a25eb541f1115b689fb7cde2a34a622f2f6ee898944fd45dacbd6cc6ebbbb0b0478bcdfb0e9e6703938fe24716c76e9
|
|
7
|
+
data.tar.gz: 6c0fcb55db5bb61d78ed247dc2dc9c40a269dc4bed68a27832b1a22f74a718d68055f1fa40483603fc33c771be6f77ff0cd4980deee43f89b9928703162ac7bd
|
data/.github/workflows/main.yml
CHANGED
|
@@ -7,7 +7,8 @@ jobs:
|
|
|
7
7
|
runs-on: ubuntu-latest
|
|
8
8
|
strategy:
|
|
9
9
|
matrix:
|
|
10
|
-
|
|
10
|
+
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
|
|
11
|
+
ruby: [2.5, 2.6, 2.7, '3.0', 3.1]
|
|
11
12
|
name: Ruby ${{ matrix.ruby }}
|
|
12
13
|
steps:
|
|
13
14
|
- uses: actions/checkout@v2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## Unreleased
|
|
2
|
-
[full changelog](http://github.com/ytkg/switchbot/compare/v0.5.
|
|
2
|
+
[full changelog](http://github.com/ytkg/switchbot/compare/v0.5.1...main)
|
|
3
|
+
|
|
4
|
+
## v0.5.1
|
|
5
|
+
[full changelog](http://github.com/ytkg/switchbot/compare/v0.5.0...v0.5.1)
|
|
6
|
+
|
|
7
|
+
* Enable MFA requirement for gem releasing
|
|
8
|
+
* https://github.com/ytkg/switchbot/pull/11
|
|
3
9
|
|
|
4
10
|
## v0.5.0
|
|
5
11
|
[full changelog](http://github.com/ytkg/switchbot/compare/v0.4.0...v0.5.0)
|
data/lib/switchbot/version.rb
CHANGED
data/switchbot.gemspec
CHANGED
|
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
20
20
|
spec.metadata['source_code_uri'] = 'https://github.com/ytkg/switchbot'
|
|
21
21
|
spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"
|
|
22
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
|
22
23
|
|
|
23
24
|
# Specify which files should be added to the gem when it is released.
|
|
24
25
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
|
@@ -37,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
|
37
38
|
spec.add_development_dependency 'rake', '~> 13.0'
|
|
38
39
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
|
39
40
|
spec.add_development_dependency 'rspec-its'
|
|
40
|
-
spec.add_development_dependency 'rubocop', '
|
|
41
|
+
spec.add_development_dependency 'rubocop', '>= 1.24.1'
|
|
41
42
|
spec.add_development_dependency 'webmock'
|
|
42
43
|
|
|
43
44
|
# For more information and examples about making a new gem, checkout our
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: switchbot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoshiki Takagi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -98,16 +98,16 @@ dependencies:
|
|
|
98
98
|
name: rubocop
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- - "
|
|
101
|
+
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version:
|
|
103
|
+
version: 1.24.1
|
|
104
104
|
type: :development
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
|
-
- - "
|
|
108
|
+
- - ">="
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version:
|
|
110
|
+
version: 1.24.1
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: webmock
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -157,6 +157,7 @@ metadata:
|
|
|
157
157
|
homepage_uri: https://github.com/ytkg/switchbot
|
|
158
158
|
source_code_uri: https://github.com/ytkg/switchbot
|
|
159
159
|
changelog_uri: https://github.com/ytkg/switchbot/blob/main/CHANGELOG.md
|
|
160
|
+
rubygems_mfa_required: 'true'
|
|
160
161
|
post_install_message:
|
|
161
162
|
rdoc_options: []
|
|
162
163
|
require_paths:
|
|
@@ -172,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
172
173
|
- !ruby/object:Gem::Version
|
|
173
174
|
version: '0'
|
|
174
175
|
requirements: []
|
|
175
|
-
rubygems_version: 3.
|
|
176
|
+
rubygems_version: 3.3.3
|
|
176
177
|
signing_key:
|
|
177
178
|
specification_version: 4
|
|
178
179
|
summary: SwitchBot API client for Ruby
|