rake_gpg 0.11.0.pre.1 → 0.11.0.pre.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: ae1ee65af95748ac754700c0bd0523b92699a09dd79dcb7f16f4928f6a0f6b07
4
- data.tar.gz: 8a1afcf5fae72b3bdc9ba14b6d03fa06306eca81c342ae9d5e5d9cef3d3654d3
3
+ metadata.gz: b181cbc8cecdf2708215cb0cbe972301f3ab0bb84f32de62737403b10d3c9f47
4
+ data.tar.gz: 407673d3d7a79f032a79071bcc1aa7a63f1e260fe5b8d627dc83c6bd1fdee2a4
5
5
  SHA512:
6
- metadata.gz: ae80b4bd75677af25386f45a5293c7a9b92d57fc6644616c1ee9aa549f10c4d355546bb593efa173a90644fe76bd3ce2a2d247da7a04abe118c137f0e8cbe012
7
- data.tar.gz: 0b7cebb1b1b434347429866fd5a00ba17b65eec3cd64dd6a2bbe138293fabdc6ba5f3ff59b12cd192660d98eb65d0feb800359efb293ff654a46834f9bedc61b
6
+ metadata.gz: 16f76fbdbcbbf8335fb5473aa18d1f41fc956d5ff6c7ce56e4036f31f6618ac6343abed8768e86a1dc3a6e199acc91bfb625e34403ffda82c0e01c61806b1349
7
+ data.tar.gz: 86f494e213f1bf25d75e383c96ab0b1518f9620210b015094f46152563720ddb621c9c5d01f34c94f12a1691777e7c355fe8fad5a93145bb892aceda7237c4a4
@@ -1,45 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_gpg (0.11.0.pre.1)
4
+ rake_gpg (0.11.0.pre.2)
5
5
  rake_factory (>= 0.23, < 1)
6
- ruby_gpg2 (>= 0.2, < 1)
6
+ ruby_gpg2 (>= 0.6, < 1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (6.0.3.1)
11
+ activesupport (6.1.0)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (>= 0.7, < 2)
14
- minitest (~> 5.1)
15
- tzinfo (~> 1.1)
16
- zeitwerk (~> 2.2, >= 2.2.2)
13
+ i18n (>= 1.6, < 2)
14
+ minitest (>= 5.1)
15
+ tzinfo (~> 2.0)
16
+ zeitwerk (~> 2.3)
17
17
  addressable (2.7.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  colored2 (3.1.2)
20
- concurrent-ruby (1.1.6)
21
- diff-lcs (1.3)
22
- docile (1.3.2)
23
- excon (0.73.0)
24
- fakefs (1.2.2)
25
- faraday (1.0.1)
20
+ concurrent-ruby (1.1.7)
21
+ diff-lcs (1.4.4)
22
+ docile (1.3.3)
23
+ excon (0.78.1)
24
+ fakefs (1.3.0)
25
+ faraday (1.1.0)
26
26
  multipart-post (>= 1.2, < 3)
27
- gem-release (2.1.1)
27
+ ruby2_keywords
28
+ gem-release (2.2.0)
28
29
  hamster (3.0.0)
29
30
  concurrent-ruby (~> 1.0)
30
- i18n (1.8.2)
31
+ i18n (1.8.5)
31
32
  concurrent-ruby (~> 1.0)
32
- lino (1.3.0)
33
+ lino (1.5.0)
33
34
  hamster (~> 3.0)
34
35
  open4 (~> 1.3)
35
- minitest (5.14.1)
36
+ minitest (5.14.2)
36
37
  multipart-post (2.1.1)
37
- octokit (4.18.0)
38
+ octokit (4.19.0)
38
39
  faraday (>= 0.9)
39
40
  sawyer (~> 0.8.0, >= 0.5.3)
40
41
  open4 (1.3.4)
41
- public_suffix (4.0.5)
42
- rake (13.0.1)
42
+ public_suffix (4.0.6)
43
+ rake (13.0.2)
43
44
  rake_circle_ci (0.7.0)
44
45
  colored2 (~> 3.1)
45
46
  excon (~> 0.72)
@@ -57,37 +58,41 @@ GEM
57
58
  colored2 (~> 3.1)
58
59
  rake_factory (~> 0.23)
59
60
  sshkey (~> 2.0)
60
- rspec (3.9.0)
61
- rspec-core (~> 3.9.0)
62
- rspec-expectations (~> 3.9.0)
63
- rspec-mocks (~> 3.9.0)
64
- rspec-core (3.9.2)
65
- rspec-support (~> 3.9.3)
66
- rspec-expectations (3.9.2)
61
+ rspec (3.10.0)
62
+ rspec-core (~> 3.10.0)
63
+ rspec-expectations (~> 3.10.0)
64
+ rspec-mocks (~> 3.10.0)
65
+ rspec-core (3.10.0)
66
+ rspec-support (~> 3.10.0)
67
+ rspec-expectations (3.10.0)
67
68
  diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.9.0)
69
- rspec-mocks (3.9.1)
69
+ rspec-support (~> 3.10.0)
70
+ rspec-mocks (3.10.0)
70
71
  diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.9.0)
72
- rspec-support (3.9.3)
73
- ruby_gpg2 (0.2.0)
74
- lino (= 1.3.0)
72
+ rspec-support (~> 3.10.0)
73
+ rspec-support (3.10.0)
74
+ ruby2_keywords (0.0.2)
75
+ ruby_gpg2 (0.6.0)
76
+ lino (>= 1.5)
75
77
  sawyer (0.8.2)
76
78
  addressable (>= 2.3.5)
77
79
  faraday (> 0.8, < 2.0)
78
80
  semantic (1.6.1)
79
- simplecov (0.18.5)
81
+ simplecov (0.20.0)
80
82
  docile (~> 1.1)
81
83
  simplecov-html (~> 0.11)
82
- simplecov-html (0.12.2)
84
+ simplecov_json_formatter (~> 0.1)
85
+ simplecov-html (0.12.3)
86
+ simplecov_json_formatter (0.1.2)
83
87
  sshkey (2.0.0)
84
- thread_safe (0.3.6)
85
- tzinfo (1.2.7)
86
- thread_safe (~> 0.1)
87
- zeitwerk (2.3.0)
88
+ tzinfo (2.0.4)
89
+ concurrent-ruby (~> 1.0)
90
+ zeitwerk (2.4.2)
88
91
 
89
92
  PLATFORMS
90
93
  ruby
94
+ x86_64-darwin-19
95
+ x86_64-linux
91
96
 
92
97
  DEPENDENCIES
93
98
  activesupport (>= 5.2)
@@ -104,4 +109,4 @@ DEPENDENCIES
104
109
  simplecov (~> 0.16)
105
110
 
106
111
  BUNDLED WITH
107
- 2.1.4
112
+ 2.2.2
data/Rakefile CHANGED
@@ -73,8 +73,5 @@ task :release do
73
73
  end
74
74
 
75
75
  def bump_version_for(version_type)
76
- sh "gem bump --version #{version_type} " +
77
- "&& bundle install " +
78
- "&& export LAST_MESSAGE=\"$(git log -1 --pretty=%B)\" " +
79
- "&& git commit -a --amend -m \"${LAST_MESSAGE} [ci skip]\""
76
+ sh "gem bump --version #{version_type}"
80
77
  end
@@ -1,3 +1,3 @@
1
1
  module RakeGPG
2
- VERSION = '0.11.0.pre.1'
2
+ VERSION = '0.11.0.pre.2'
3
3
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.required_ruby_version = '>= 2.6.0'
26
26
 
27
27
  spec.add_dependency 'rake_factory', '>= 0.23', '< 1'
28
- spec.add_dependency 'ruby_gpg2', '>= 0.2', '< 1'
28
+ spec.add_dependency 'ruby_gpg2', '>= 0.6', '< 1'
29
29
 
30
30
  spec.add_development_dependency 'bundler', '~> 2.1'
31
31
  spec.add_development_dependency 'rake', '~> 13.0'
@@ -10,6 +10,11 @@ PROJECT_DIR="$( cd "$SCRIPT_DIR/../../.." && pwd )"
10
10
  cd "$PROJECT_DIR"
11
11
 
12
12
  ./go version:bump[pre]
13
+
14
+ bundle install
15
+ LAST_MESSAGE="$(git log -1 --pretty=%B)"
16
+ git commit -a --amend -m "${LAST_MESSAGE} [ci skip]"
17
+
13
18
  ./go release
14
19
 
15
20
  git status
@@ -12,6 +12,11 @@ cd "$PROJECT_DIR"
12
12
  git pull
13
13
 
14
14
  ./go version:bump[minor]
15
+
16
+ bundle install
17
+ LAST_MESSAGE="$(git log -1 --pretty=%B)"
18
+ git commit -a --amend -m "${LAST_MESSAGE} [ci skip]"
19
+
15
20
  ./go release
16
21
 
17
22
  git status
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_gpg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0.pre.1
4
+ version: 0.11.0.pre.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toby Clemson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-25 00:00:00.000000000 Z
11
+ date: 2020-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake_factory
@@ -36,7 +36,7 @@ dependencies:
36
36
  requirements:
37
37
  - - ">="
38
38
  - !ruby/object:Gem::Version
39
- version: '0.2'
39
+ version: '0.6'
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
42
  version: '1'
@@ -46,7 +46,7 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: '0.2'
49
+ version: '0.6'
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
52
  version: '1'