miniphonic 0.1.1 → 0.1.2
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 +1 -1
- data/README.md +4 -0
- data/lib/miniphonic/production.rb +6 -0
- data/lib/miniphonic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc4adc35ce62d4cabf0560b3eeb0a81d4113f651
|
|
4
|
+
data.tar.gz: f30b0dc7e027b131f67977d4acf77ce1ec0ce72d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7372be36488f1db0c5d881daa3f0e55e8c9c7b70729f6bf088ef4b7f4bd3581d256b2e43b33c17a51845107345f3747a8f93e4534f49f5a328ca078f92d04ac3
|
|
7
|
+
data.tar.gz: f5194b2aafd87356910f1b5a25750d5593d514b15803e83de0c046a8941e903fd9f8ccf1d4a509f1f203f32e339f468e9977065b1ed813285932e74f809c121e
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -87,6 +87,10 @@ and smile.
|
|
|
87
87
|
|
|
88
88
|
### Productions
|
|
89
89
|
|
|
90
|
+
#### Using a preset
|
|
91
|
+
|
|
92
|
+
If you want to use a preset to create your production, use ```production.create_from_preset("a preset uuid")```.
|
|
93
|
+
|
|
90
94
|
#### Getting audio in
|
|
91
95
|
|
|
92
96
|
You can upload an input file (to a production with a uuid) by running
|
data/lib/miniphonic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: miniphonic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sirmarcel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|