capistrano-around_chatwork 1.0.1 → 1.0.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
  SHA256:
3
- metadata.gz: 7673e71ea1c5fd965d6bb33c03389de4b6a90874d312085cf0a07122e0cf2fc1
4
- data.tar.gz: 16502691d41770c7ac30e179da8c99714ece573d549da8ab0df66c183a472824
3
+ metadata.gz: af33eb9e410ee6bbb301b1066238060a96e6090202244424bae547a6698dc06d
4
+ data.tar.gz: a54735fc4dca586c91a3fe0c16d0b7305045132b32a5016418f5dc75323a8542
5
5
  SHA512:
6
- metadata.gz: '08b87a99e6051e70acc9c80ccd1ecec8c574b9219875bc61bec1852825971cd2b3107e002e10e820953dc8cd52a5a4bb643a667a877a779b5852a6cd63c43b54'
7
- data.tar.gz: d92966e93a34f1ed810459186499c86b809011af2b01681f636040271771dbd51e202524fdc4ccc49ee46f8d6682c22d75a223cadbb3a863763badcaa5cf05ed
6
+ metadata.gz: 802be193d45fbb36e362111f546786f3e6579569413ecb2693e579c38a77727de798ba98c9dc39d282256380e32f665c3b26012d6d88d63dbf221baf515ac6a9
7
+ data.tar.gz: 1f8a26a12aaf349a19a123b387b1317e1fa5d781ca913f924a9a45d68e7b36a7059d2b811ed8ac5745eb7aeb80c35a2aa0a1a57ea9cb2c5659537fc888878095
data/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
  ## Unreleased
3
- [full changelog](https://github.com/sue445/capistrano-around_chatwork/compare/v1.0.1...master)
3
+ [full changelog](https://github.com/sue445/capistrano-around_chatwork/compare/v1.0.2...master)
4
+
5
+ ## 1.0.2
6
+ [full changelog](https://github.com/sue445/capistrano-around_chatwork/compare/v1.0.1...v1.0.2)
7
+
8
+ * Enable MFA requirement for gem releasing
9
+ * https://github.com/sue445/capistrano-around_chatwork/pull/5
4
10
 
5
11
  ## 1.0.1
6
12
  [full changelog](https://github.com/sue445/capistrano-around_chatwork/compare/v1.0.0...v1.0.1)
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/capistrano-around_chatwork.svg)](http://badge.fury.io/rb/capistrano-around_chatwork)
4
4
  [![Code Climate](https://codeclimate.com/github/sue445/capistrano-around_chatwork/badges/gpa.svg)](https://codeclimate.com/github/sue445/capistrano-around_chatwork)
5
- [![Dependency Status](https://gemnasium.com/sue445/capistrano-around_chatwork.svg)](https://gemnasium.com/sue445/capistrano-around_chatwork)
6
5
 
7
6
  post to [ChatWork](http://www.chatwork.com/) before and after the specified task
8
7
 
@@ -16,13 +16,10 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  spec.required_ruby_version = ">= 2.1.0"
18
18
 
19
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
20
- # delete this section to allow pushing this gem to any host.
21
- if spec.respond_to?(:metadata)
22
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
23
- else
24
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
25
- end
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = spec.homepage
21
+ spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/master/CHANGELOG.md"
22
+ spec.metadata["rubygems_mfa_required"] = "true"
26
23
 
27
24
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
28
25
  %w(img/).each do |exclude_dir|
@@ -36,6 +33,6 @@ Gem::Specification.new do |spec|
36
33
  spec.add_dependency "capistrano", ">= 3.0.0"
37
34
  spec.add_dependency "cha", ">= 1.2.0"
38
35
 
39
- spec.add_development_dependency "bundler", "~> 1.9"
40
- spec.add_development_dependency "rake", "~> 10.0"
36
+ spec.add_development_dependency "bundler"
37
+ spec.add_development_dependency "rake"
41
38
  end
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module AroundChatwork
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-around_chatwork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-19 00:00:00.000000000 Z
11
+ date: 2021-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -42,30 +42,30 @@ dependencies:
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '1.9'
47
+ version: '0'
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: '1.9'
54
+ version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '10.0'
61
+ version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "~>"
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '10.0'
68
+ version: '0'
69
69
  description: post to ChatWork before and after the specified task
70
70
  email:
71
71
  - sue445@sue445.net
@@ -88,8 +88,11 @@ homepage: https://github.com/sue445/capistrano-around_chatwork
88
88
  licenses:
89
89
  - MIT
90
90
  metadata:
91
- allowed_push_host: https://rubygems.org
92
- post_install_message:
91
+ homepage_uri: https://github.com/sue445/capistrano-around_chatwork
92
+ source_code_uri: https://github.com/sue445/capistrano-around_chatwork
93
+ changelog_uri: https://github.com/sue445/capistrano-around_chatwork/blob/master/CHANGELOG.md
94
+ rubygems_mfa_required: 'true'
95
+ post_install_message:
93
96
  rdoc_options: []
94
97
  require_paths:
95
98
  - lib
@@ -104,9 +107,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
107
  - !ruby/object:Gem::Version
105
108
  version: '0'
106
109
  requirements: []
107
- rubyforge_project:
108
- rubygems_version: 2.7.3
109
- signing_key:
110
+ rubygems_version: 3.2.22
111
+ signing_key:
110
112
  specification_version: 4
111
113
  summary: post to ChatWork before and after the specified task
112
114
  test_files: []