bitferry 0.0.7 → 0.0.8
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/CHANGES.md +39 -34
- data/README.md +231 -231
- data/bin/bitferry +2 -2
- data/bin/bitferryfx +2 -2
- data/lib/bitferry/cli.rb +376 -376
- data/lib/bitferry/fx.rb +131 -131
- data/lib/bitferry.rb +1502 -1475
- metadata +3 -7
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitferry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oleg A. Khlybov
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rake
|
@@ -122,7 +121,6 @@ dependencies:
|
|
122
121
|
- - "~>"
|
123
122
|
- !ruby/object:Gem::Version
|
124
123
|
version: '1.3'
|
125
|
-
description:
|
126
124
|
email: fougas@mail.ru
|
127
125
|
executables:
|
128
126
|
- bitferry
|
@@ -141,7 +139,6 @@ homepage: https://github.com/okhlybov/bitferry
|
|
141
139
|
licenses:
|
142
140
|
- BSD-3-Clause
|
143
141
|
metadata: {}
|
144
|
-
post_install_message:
|
145
142
|
rdoc_options: []
|
146
143
|
require_paths:
|
147
144
|
- lib
|
@@ -157,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
154
|
- !ruby/object:Gem::Version
|
158
155
|
version: '0'
|
159
156
|
requirements: []
|
160
|
-
rubygems_version: 3.
|
161
|
-
signing_key:
|
157
|
+
rubygems_version: 3.6.2
|
162
158
|
specification_version: 4
|
163
159
|
summary: File synchronization/backup automation tool
|
164
160
|
test_files: []
|