tootsie 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
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 `tootsie_task_manager -c tootsie.conf start`.
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
@@ -1,3 +1,3 @@
1
1
  module Tootsie
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 2
10
- version: 0.9.2
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
- - tootsie_task_manager
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/tootsie_task_manager
270
+ - bin/tootsie
271
271
  - config.ru
272
272
  - config/development-sample.yml
273
273
  - lib/tootsie.rb