brick_ftp 1.0.0.beta4 → 1.0.0.rc1

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: c6c6b3165a8552b7f0fab3a33fe4b12d2cb2d281a3832e9514ee4bf36944ea8f
4
- data.tar.gz: 45428e94b811f1f6f851d6bea3ca90236e15c63f88c8f8f75a78e4a99a72f836
3
+ metadata.gz: 1a56d5d3b136ae07aa3db7e7164f906b4731514954729cb76da0c13595d24287
4
+ data.tar.gz: a3ebf49292f7072976b23b5f06beeab00f6058f49c2f30871e8c8f2b2c3dac90
5
5
  SHA512:
6
- metadata.gz: 5f1408585f19fff71ee378172c27244cd8cb242f75eb51be193670e891ad2e0e629f471ed34444926024e87a1c3e798997ae23c16fc36a9ca2f97c203837c3a8
7
- data.tar.gz: 27b295c68abba82e58cea3898316655a51345eb7db1a53cf68e0119466090448fc0930c066374533827e8bc32c41c444c246538d8c692e782520142f1427b42b
6
+ metadata.gz: 85a483dbbfeee699d769ed0499767430b0c9f1c3fc46b9c06dec4427f7e3e1c96838924e85cf56a19e5bd739add4ed1248bf5cd0fbbaa55ad04605275e4151f9
7
+ data.tar.gz: db4e2432ac1d2e17656751a88472017a57d605a6c02a1dc4da128a328e63a88016a12fde9763f6e175f0e1f5c167ddef94a0b68ebf2f4fa9a969d7446c43fec2
@@ -2,10 +2,10 @@ Changelog
2
2
  ====
3
3
 
4
4
 
5
- [unreleased](https://github.com/koshigoe/brick_ftp/compare/v1.0.0.beta4...master)
5
+ [unreleased](https://github.com/koshigoe/brick_ftp/compare/v1.0.0.rc1...master)
6
6
  ----
7
7
 
8
- [Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v1.0.0.beta4...master)
8
+ [Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v1.0.0.rc1...master)
9
9
 
10
10
  ### Enhancements:
11
11
 
@@ -14,10 +14,10 @@ Changelog
14
14
  ### Breaking Changes:
15
15
 
16
16
 
17
- [v1.0.0.beta](https://github.com/koshigoe/brick_ftp/compare/v0.8.2...v1.0.0.beta4)
17
+ [v1.0.0.rc](https://github.com/koshigoe/brick_ftp/compare/v0.8.2...v1.0.0.rc1)
18
18
  ----
19
19
 
20
- [Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v0.8.2...v1.0.0.beta4)
20
+ [Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v0.8.2...v1.0.0.rc1)
21
21
 
22
22
  ### Enhancements:
23
23
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BrickFTP
4
- VERSION = '1.0.0.beta4'
4
+ VERSION = '1.0.0.rc1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brick_ftp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta4
4
+ version: 1.0.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - koshigoe