brick_ftp 0.8.3 → 0.8.4
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 +4 -4
- data/CHANGELOG.md +16 -0
- data/brick_ftp.gemspec +1 -1
- data/lib/brick_ftp/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3026b27a022d2ac63fa9c5283e95de3d9d7fba0024f33d3154ebdacb13447c33
|
|
4
|
+
data.tar.gz: 23de5d6cadf169edb04e9748cebb3714895cb69018d3181d99c71101a8ec9ef7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4eadda95fa661c222e284c4ab2d674e4e07bdeb129f6832c0f6acf4082944adad3239476e916013a69307881ff930bcca9e152d7e985139e99db75e7f02e70a9
|
|
7
|
+
data.tar.gz: 7ec9849a60523588b6757b5cfbd0a9aca967a7fd7c7407fe46e2494e77b95451835149ce211a6c99eebecf6822ace9deba3a795286615395fe1c8ebed9f5c597
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@ Changelog
|
|
|
2
2
|
====
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
[0.8.4](https://github.com/koshigoe/brick_ftp/compare/v0.8.3...v0.8.4)
|
|
6
|
+
----
|
|
7
|
+
|
|
8
|
+
[Full Changelog](https://github.com/koshigoe/brick_ftp/compare/v0.8.3...v0.8.4)
|
|
9
|
+
|
|
10
|
+
### Enhancements:
|
|
11
|
+
|
|
12
|
+
### Fixed Bugs:
|
|
13
|
+
|
|
14
|
+
### Breaking Changes:
|
|
15
|
+
|
|
16
|
+
### Others
|
|
17
|
+
|
|
18
|
+
- [#129](https://github.com/koshigoe/brick_ftp/pull/129) Update thor to 0.20 (by [cherbst-2112](https://github.com/cherbst-2112))
|
|
19
|
+
|
|
20
|
+
|
|
5
21
|
[0.8.3](https://github.com/koshigoe/brick_ftp/compare/v0.8.2...v0.8.3)
|
|
6
22
|
----
|
|
7
23
|
|
data/brick_ftp.gemspec
CHANGED
data/lib/brick_ftp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brick_ftp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- koshigoe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -170,14 +170,14 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version: 0.
|
|
173
|
+
version: '0.20'
|
|
174
174
|
type: :runtime
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 0.
|
|
180
|
+
version: '0.20'
|
|
181
181
|
description: BrickFTP's REST API client.
|
|
182
182
|
email:
|
|
183
183
|
- koshigoeb@gmail.com
|
|
@@ -266,8 +266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
266
266
|
- !ruby/object:Gem::Version
|
|
267
267
|
version: '0'
|
|
268
268
|
requirements: []
|
|
269
|
-
|
|
270
|
-
rubygems_version: 2.7.3
|
|
269
|
+
rubygems_version: 3.0.3
|
|
271
270
|
signing_key:
|
|
272
271
|
specification_version: 4
|
|
273
272
|
summary: BrickFTP's REST API client.
|