aucast 0.1.0 → 0.1.1
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/Gemfile.lock +7 -7
- data/README.md +11 -8
- data/lib/aucast/cli.rb +1 -1
- data/lib/aucast/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8531d89e19b6f07607a122084337b65d747e1c80fed97577063519f508a6ec7
|
|
4
|
+
data.tar.gz: 4b0b5b9dbb7e024f30bff7cc91cf637a373e0eb69f36de2c309f30228084ef76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b978699fb6e107d708a2bdc34107e1b30c73cdbd9c197973312328194ef0bbf9c8d005158d389ba39a52a07e9edba2ade98b3c681e835deb651222d507e9574a
|
|
7
|
+
data.tar.gz: 8066f29a33e073faffc4e0de7ffed05cde4efa7a90766e715a8a7b134c0e07d89d8298bd20e9f2f8e3734924470d9f2c9de9374c0beeeb73f136a87b933698c4
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
aucast (0.1.
|
|
4
|
+
aucast (0.1.1)
|
|
5
5
|
rest-client (~> 2.0)
|
|
6
6
|
thor (~> 0.20)
|
|
7
7
|
|
|
@@ -15,14 +15,14 @@ GEM
|
|
|
15
15
|
byebug (10.0.2)
|
|
16
16
|
crack (0.4.3)
|
|
17
17
|
safe_yaml (~> 1.0.0)
|
|
18
|
-
domain_name (0.5.
|
|
18
|
+
domain_name (0.5.20190701)
|
|
19
19
|
unf (>= 0.0.5, < 1.0.0)
|
|
20
20
|
hashdiff (0.3.7)
|
|
21
21
|
http-cookie (1.0.3)
|
|
22
22
|
domain_name (~> 0.5)
|
|
23
|
-
mime-types (3.
|
|
23
|
+
mime-types (3.2.2)
|
|
24
24
|
mime-types-data (~> 3.2015)
|
|
25
|
-
mime-types-data (3.
|
|
25
|
+
mime-types-data (3.2019.0331)
|
|
26
26
|
minitest (5.11.3)
|
|
27
27
|
minitest-reporters (1.1.19)
|
|
28
28
|
ansi
|
|
@@ -38,10 +38,10 @@ GEM
|
|
|
38
38
|
netrc (~> 0.8)
|
|
39
39
|
ruby-progressbar (1.9.0)
|
|
40
40
|
safe_yaml (1.0.4)
|
|
41
|
-
thor (0.20.
|
|
41
|
+
thor (0.20.3)
|
|
42
42
|
unf (0.1.4)
|
|
43
43
|
unf_ext
|
|
44
|
-
unf_ext (0.0.7.
|
|
44
|
+
unf_ext (0.0.7.6)
|
|
45
45
|
webmock (3.3.0)
|
|
46
46
|
addressable (>= 2.3.6)
|
|
47
47
|
crack (>= 0.3.2)
|
|
@@ -60,4 +60,4 @@ DEPENDENCIES
|
|
|
60
60
|
webmock (>= 3.0)
|
|
61
61
|
|
|
62
62
|
BUNDLED WITH
|
|
63
|
-
1.
|
|
63
|
+
1.17.1
|
data/README.md
CHANGED
|
@@ -10,21 +10,24 @@ Install it with:
|
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
|
+
First you need to setup Aucast CLI with:
|
|
14
|
+
|
|
15
|
+
$ aucast setup
|
|
16
|
+
|
|
13
17
|
$ aucast
|
|
14
18
|
|
|
15
19
|
Commands:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
aucast version
|
|
20
|
+
aucast setup # Create a setup config file
|
|
21
|
+
aucast upload # Upload audio file(s) (mp3, m4a, http, ...) to Aucast
|
|
22
|
+
aucast copy # Copy file(s) to your Aucast inbox dir
|
|
23
|
+
aucast version
|
|
21
24
|
|
|
22
25
|
Options:
|
|
23
26
|
-a, [--address=ADDRESS] # phone ip address or bonjour service name to reach your phone
|
|
24
27
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
$ aucast upload *.mp3
|
|
29
|
+
$ aucast upload *.mp3 -a fpg128.local
|
|
30
|
+
$ aucast upload podcast.mp3
|
|
28
31
|
$ aucast upload https://www.youtube.com/watch?v=W01L70IGBgE
|
|
29
32
|
$ aucast copy podcast.mp3
|
|
30
33
|
$ aucast copy *.mp3
|
data/lib/aucast/cli.rb
CHANGED
data/lib/aucast/version.rb
CHANGED