ruby_gpg2 0.1.0.pre.27 → 0.5.0.pre.1

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: 0a96d199558134e523611d49ca8d004c19f5ddd102139cb0353cce384f9bb05b
4
- data.tar.gz: 12de63ac2076476529e1d164ac0c18e761e82e3d42ffb1745522c2873035725e
3
+ metadata.gz: 34efe02de77db166e3f2e7c231b5c5974af5a80b8a6c4abfa78099b9baef365f
4
+ data.tar.gz: 3c1dac38c7257a6de5382ce010149ac26d4504c93cf018d71e67c3e5c2f924ef
5
5
  SHA512:
6
- metadata.gz: dcec379b4e2e09ce4cc00bed798632cc647c1cf013bbf359ccf31413c4d046b60d8db90627845e1ace0255f5aa278f8f2fccaca4e1c9adbf73aeba7644ea8633
7
- data.tar.gz: 17a0a1444ef0eb3903c2e4e897cbcb43144ecf22034b7dd5fe18855a995cc318f6e458b7e0d684f971434465ee3e275e9d9fa5940d0facdea0a126fbe338a9db
6
+ metadata.gz: 5a3cd6f2e71251d40644d97f9a16a70a39bebccdc631156ebf771792abece0f4c5ef3483d9241580d5395a1b698c48905bce9e0a03e79087fa8bbd98fa441f89
7
+ data.tar.gz: e635375476e14ee2f2e202eb9c9eb474207d2ec34cbdea4fd9c185c570a4f79fe4ac27075a0d38e88dcb78cfaa2f75758337f023c51f5a8bb174e7463c6494f6
@@ -1,42 +1,43 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_gpg2 (0.1.0.pre.27)
5
- lino (= 1.3.0)
4
+ ruby_gpg2 (0.5.0.pre.1)
5
+ lino (>= 1.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (6.0.2.2)
10
+ activesupport (6.1.0)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- zeitwerk (~> 2.2)
12
+ i18n (>= 1.6, < 2)
13
+ minitest (>= 5.1)
14
+ tzinfo (~> 2.0)
15
+ zeitwerk (~> 2.3)
16
16
  addressable (2.7.0)
17
17
  public_suffix (>= 2.0.2, < 5.0)
18
18
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.6)
20
- diff-lcs (1.3)
21
- excon (0.73.0)
22
- faraday (1.0.1)
19
+ concurrent-ruby (1.1.7)
20
+ diff-lcs (1.4.4)
21
+ excon (0.78.1)
22
+ faraday (1.1.0)
23
23
  multipart-post (>= 1.2, < 3)
24
- gem-release (2.1.1)
24
+ ruby2_keywords
25
+ gem-release (2.2.0)
25
26
  hamster (3.0.0)
26
27
  concurrent-ruby (~> 1.0)
27
- i18n (1.8.2)
28
+ i18n (1.8.5)
28
29
  concurrent-ruby (~> 1.0)
29
- lino (1.3.0)
30
+ lino (1.5.0)
30
31
  hamster (~> 3.0)
31
32
  open4 (~> 1.3)
32
- minitest (5.14.0)
33
+ minitest (5.14.2)
33
34
  multipart-post (2.1.1)
34
- octokit (4.18.0)
35
+ octokit (4.19.0)
35
36
  faraday (>= 0.9)
36
37
  sawyer (~> 0.8.0, >= 0.5.3)
37
38
  open4 (1.3.4)
38
- public_suffix (4.0.4)
39
- rake (13.0.1)
39
+ public_suffix (4.0.6)
40
+ rake (13.0.2)
40
41
  rake_circle_ci (0.7.0)
41
42
  colored2 (~> 3.1)
42
43
  excon (~> 0.72)
@@ -54,30 +55,32 @@ GEM
54
55
  colored2 (~> 3.1)
55
56
  rake_factory (~> 0.23)
56
57
  sshkey (~> 2.0)
57
- rspec (3.9.0)
58
- rspec-core (~> 3.9.0)
59
- rspec-expectations (~> 3.9.0)
60
- rspec-mocks (~> 3.9.0)
61
- rspec-core (3.9.1)
62
- rspec-support (~> 3.9.1)
63
- rspec-expectations (3.9.1)
58
+ rspec (3.10.0)
59
+ rspec-core (~> 3.10.0)
60
+ rspec-expectations (~> 3.10.0)
61
+ rspec-mocks (~> 3.10.0)
62
+ rspec-core (3.10.0)
63
+ rspec-support (~> 3.10.0)
64
+ rspec-expectations (3.10.0)
64
65
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.9.0)
66
- rspec-mocks (3.9.1)
66
+ rspec-support (~> 3.10.0)
67
+ rspec-mocks (3.10.0)
67
68
  diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.9.0)
69
- rspec-support (3.9.2)
69
+ rspec-support (~> 3.10.0)
70
+ rspec-support (3.10.0)
71
+ ruby2_keywords (0.0.2)
70
72
  sawyer (0.8.2)
71
73
  addressable (>= 2.3.5)
72
74
  faraday (> 0.8, < 2.0)
73
75
  sshkey (2.0.0)
74
- thread_safe (0.3.6)
75
- tzinfo (1.2.7)
76
- thread_safe (~> 0.1)
77
- zeitwerk (2.3.0)
76
+ tzinfo (2.0.4)
77
+ concurrent-ruby (~> 1.0)
78
+ zeitwerk (2.4.2)
78
79
 
79
80
  PLATFORMS
80
81
  ruby
82
+ x86_64-darwin-19
83
+ x86_64-linux
81
84
 
82
85
  DEPENDENCIES
83
86
  bundler (~> 2.1)
@@ -90,4 +93,4 @@ DEPENDENCIES
90
93
  ruby_gpg2!
91
94
 
92
95
  BUNDLED WITH
93
- 2.1.4
96
+ 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 RubyGPG2
2
- VERSION = '0.1.0.pre.27'
2
+ VERSION = '0.5.0.pre.1'
3
3
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
 
25
25
  spec.required_ruby_version = '>= 2.6'
26
26
 
27
- spec.add_dependency 'lino', '1.3.0'
27
+ spec.add_dependency 'lino', '>= 1.5'
28
28
 
29
29
  spec.add_development_dependency 'bundler', '~> 2.1'
30
30
  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,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_gpg2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.27
4
+ version: 0.5.0.pre.1
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-06 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: lino
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.3.0
19
+ version: '1.5'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.3.0
26
+ version: '1.5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement