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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5e50db77764f71621e86334c0889878a2427168b274b0144901e258ccff6d31
4
- data.tar.gz: 2691cdc1f251d63de6790ed786294f96c0206d401b000b2c129a368e341132e2
3
+ metadata.gz: b8531d89e19b6f07607a122084337b65d747e1c80fed97577063519f508a6ec7
4
+ data.tar.gz: 4b0b5b9dbb7e024f30bff7cc91cf637a373e0eb69f36de2c309f30228084ef76
5
5
  SHA512:
6
- metadata.gz: a791c5f40dc8192fb4b461f17e29bcd091a5ed10ef8a5c0e441190a3aa01c7bf29c155d9f79a888beef859c9bbfb7e0e36032d7ef238baf6e26854badc2b0809
7
- data.tar.gz: cb210c7e09e846462bad833091377714a0062fde4c4a38ccbad811073c53c8ce1f99547da615f19301f0c5d4f6445385066db864b2adcd2fa3ab0026db3fb7d9
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.0)
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.20180417)
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.1)
23
+ mime-types (3.2.2)
24
24
  mime-types-data (~> 3.2015)
25
- mime-types-data (3.2016.0521)
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.0)
41
+ thor (0.20.3)
42
42
  unf (0.1.4)
43
43
  unf_ext
44
- unf_ext (0.0.7.5)
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.16.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
- aucast help [COMMAND] # Describe available commands or one specific command
17
- aucast setup # Create a setup config file
18
- aucast upload # Upload audio file(s) (mp3, m4a, http, ...) to Aucast
19
- aucast copy # Copy file(s) to your Aucast inbox dir
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
- $ aucast upload *.mp3
26
- $ aucast upload *.mp3 -a fpg128.local
27
- $ aucast upload podcast.mp3
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
@@ -76,7 +76,7 @@ module Aucast
76
76
  end
77
77
  end
78
78
 
79
- desc 'version', 'Print Rpush version'
79
+ desc 'version', 'Print Aucast version'
80
80
  def version
81
81
  puts Aucast::VERSION
82
82
  end
@@ -1,3 +1,3 @@
1
1
  module Aucast
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aucast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Wernimont