gem-release 2.2.1 → 2.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: 9ae6056b33dcdce5bdd6502c3cc50b1c590f990f2784cfc37f3592ef34f4bc71
4
- data.tar.gz: 7ed57cade452ca137852a145add815b6deaa003a5c6d4e37eea2a2598d4220f9
3
+ metadata.gz: e449d756e94c4481c1aa935a110f9e349671ad211eacd4793b4a48b104067512
4
+ data.tar.gz: a3e95dc96402384039d750d000aa2949384798354933d8b90141aaee8b381dce
5
5
  SHA512:
6
- metadata.gz: 8e2cb823902cb3f546bb2b24369679d96dcdcd4dc44f879b3aaada26127d68f1f87a4c5c2305340807d4780dbe10d8a1bc8513fba51bb382740c1ad4f7195df3
7
- data.tar.gz: a90b07eccca5a12377112712ca45c9f10c78e306dcccdf10d0bcdf23f3790f9f384d04d00b7b461e2f5e39bfb4de6fa01b26db13746ebf4a129f9bc3bcd1d3c5
6
+ metadata.gz: 204a586c20ee01dff608cab12c4562f9fcd1fa121164480b5083aaa13a660d1212c26bb778cb3ea3b393d6aa63fb1e6c757ae771bebab71a2e03897c2d4aef47
7
+ data.tar.gz: a167159e43bbf4a03d852710411ab40ab1390785e4dc936a870352a681d5af8bd6b02dbe3a45eedfb06c5f863f382bc19d3c51758c95f6370c000268a43db221
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## v2.2.2 - 2021-05-31
4
+
5
+ ### Fixed
6
+
7
+ - Add missing require for `fileutils`
8
+ (Issue: https://github.com/svenfuchs/gem-release/issues/100)
9
+
3
10
  ## v2.2.1 - 2021-01-22
4
11
 
5
12
  ### Fixed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gem-release (2.2.1)
4
+ gem-release (2.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,13 +9,20 @@ GEM
9
9
  addressable (2.7.0)
10
10
  public_suffix (>= 2.0.2, < 5.0)
11
11
  builder (3.2.4)
12
- crack (0.4.4)
12
+ crack (0.4.5)
13
+ rexml
13
14
  diff-lcs (1.4.4)
14
- docile (1.3.2)
15
- faraday (1.1.0)
15
+ docile (1.4.0)
16
+ faraday (1.4.1)
17
+ faraday-excon (~> 1.1)
18
+ faraday-net_http (~> 1.0)
19
+ faraday-net_http_persistent (~> 1.1)
16
20
  multipart-post (>= 1.2, < 3)
17
- ruby2_keywords
18
- geminabox (1.2.0)
21
+ ruby2_keywords (>= 0.0.4)
22
+ faraday-excon (1.1.0)
23
+ faraday-net_http (1.0.1)
24
+ faraday-net_http_persistent (1.1.0)
25
+ geminabox (1.3.0)
19
26
  builder
20
27
  faraday
21
28
  httpclient (>= 2.2.7)
@@ -33,32 +40,35 @@ GEM
33
40
  rack-protection (2.1.0)
34
41
  rack
35
42
  reentrant_flock (0.1.1)
43
+ rexml (3.2.5)
36
44
  rspec (3.10.0)
37
45
  rspec-core (~> 3.10.0)
38
46
  rspec-expectations (~> 3.10.0)
39
47
  rspec-mocks (~> 3.10.0)
40
- rspec-core (3.10.0)
48
+ rspec-core (3.10.1)
41
49
  rspec-support (~> 3.10.0)
42
- rspec-expectations (3.10.0)
50
+ rspec-expectations (3.10.1)
43
51
  diff-lcs (>= 1.2.0, < 2.0)
44
52
  rspec-support (~> 3.10.0)
45
- rspec-mocks (3.10.0)
53
+ rspec-mocks (3.10.2)
46
54
  diff-lcs (>= 1.2.0, < 2.0)
47
55
  rspec-support (~> 3.10.0)
48
- rspec-support (3.10.0)
49
- ruby2_keywords (0.0.2)
50
- simplecov (0.19.1)
56
+ rspec-support (3.10.2)
57
+ ruby2_keywords (0.0.4)
58
+ simplecov (0.21.2)
51
59
  docile (~> 1.1)
52
60
  simplecov-html (~> 0.11)
61
+ simplecov_json_formatter (~> 0.1)
53
62
  simplecov-html (0.12.3)
54
63
  simplecov-lcov (0.8.0)
64
+ simplecov_json_formatter (0.1.3)
55
65
  sinatra (2.1.0)
56
66
  mustermann (~> 1.0)
57
67
  rack (~> 2.2)
58
68
  rack-protection (= 2.1.0)
59
69
  tilt (~> 2.0)
60
70
  tilt (2.0.10)
61
- webmock (3.10.0)
71
+ webmock (3.12.2)
62
72
  addressable (>= 2.3.6)
63
73
  crack (>= 0.3.2)
64
74
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -75,4 +85,4 @@ DEPENDENCIES
75
85
  webmock
76
86
 
77
87
  BUNDLED WITH
78
- 2.1.4
88
+ 2.2.18
@@ -1,3 +1,6 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'fileutils'
1
4
  require 'gem/release/files/template/context'
2
5
 
3
6
  module Gem
@@ -30,6 +33,7 @@ module Gem
30
33
 
31
34
  def write
32
35
  return false if exists?
36
+
33
37
  FileUtils.mkdir_p(File.dirname(target))
34
38
  File.write(target, render)
35
39
  FileUtils.chmod('+x', target) if opts[:executable]
@@ -1,5 +1,7 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Gem
2
4
  module Release
3
- VERSION = '2.2.1'
5
+ VERSION = '2.2.2'
4
6
  end
5
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-release
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Fuchs
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-22 00:00:00.000000000 Z
12
+ date: 2021-05-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Release your ruby gems with ease. (What a bold statement for such a tiny
15
15
  plugin ...)
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.2.6
100
+ rubygems_version: 3.2.18
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Release your ruby gems with ease