tootsie 0.9.2 → 0.9.3
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.
- data/README.md +1 -1
- data/bin/{tootsie_task_manager → tootsie} +0 -0
- data/lib/tootsie/version.rb +1 -1
- metadata +5 -5
data/README.md
CHANGED
|
@@ -217,7 +217,7 @@ Create a configuration, eg. `tootsie.conf`:
|
|
|
217
217
|
aws_secret_access_key: <your Amazon secret>
|
|
218
218
|
sqs_queue_name: tootsie
|
|
219
219
|
|
|
220
|
-
Start the task manager with `
|
|
220
|
+
Start the task manager with `tootsie -c tootsie.conf start`. This will start Tootsie as a daemon.
|
|
221
221
|
|
|
222
222
|
To run the web service, you will need a Rack-compatible web server, such as Unicorn or Thin. To start with Thin on port 9090:
|
|
223
223
|
|
|
File without changes
|
data/lib/tootsie/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tootsie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 61
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.9.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexander Staubo
|
|
@@ -255,7 +255,7 @@ description: Tootsie is a simple audio/video/image transcoding/modification appl
|
|
|
255
255
|
email:
|
|
256
256
|
- alex@origo.no
|
|
257
257
|
executables:
|
|
258
|
-
-
|
|
258
|
+
- tootsie
|
|
259
259
|
extensions: []
|
|
260
260
|
|
|
261
261
|
extra_rdoc_files: []
|
|
@@ -267,7 +267,7 @@ files:
|
|
|
267
267
|
- README.md
|
|
268
268
|
- Rakefile
|
|
269
269
|
- Tootsie.gemspec
|
|
270
|
-
- bin/
|
|
270
|
+
- bin/tootsie
|
|
271
271
|
- config.ru
|
|
272
272
|
- config/development-sample.yml
|
|
273
273
|
- lib/tootsie.rb
|