enigmamachine 0.3.3 → 0.3.4
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.rdoc +2 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/enigmamachine.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -62,7 +62,8 @@ Videos are encoded sequentially as they arrive.
|
|
|
62
62
|
|
|
63
63
|
All requests, whether they come from your browser or from your code, are
|
|
64
64
|
protected by HTTP basic auth. By default, the username is
|
|
65
|
-
<i>admin</i> and the password is <i>admin</i>. You can
|
|
65
|
+
<i>admin</i> and the password is <i>admin</i>. You can change the username and
|
|
66
|
+
password in the config.yml file which will be generated on first use.
|
|
66
67
|
|
|
67
68
|
Programmatic requests in Ruby might look something like this:
|
|
68
69
|
|
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ begin
|
|
|
9
9
|
gem.description = %Q{A RESTful video encoder which you can use as either a front-end to ffmpeg or headless on a server.}
|
|
10
10
|
gem.email = "dave@caprica"
|
|
11
11
|
gem.homepage = "http://github.com/futurechimp/enigmamachine"
|
|
12
|
-
gem.authors = ["
|
|
12
|
+
gem.authors = ["Dave Hrycyszyn"]
|
|
13
13
|
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
|
|
14
14
|
gem.add_dependency "data_mapper", "=1.0.0"
|
|
15
15
|
gem.add_dependency "eventmachine", "=0.12.10"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.4
|
data/enigmamachine.gemspec
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{enigmamachine}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
-
s.authors = ["
|
|
11
|
+
s.authors = ["Dave Hrycyszyn"]
|
|
12
12
|
s.date = %q{2010-07-12}
|
|
13
13
|
s.default_executable = %q{enigmamachine}
|
|
14
14
|
s.description = %q{A RESTful video encoder which you can use as either a front-end to ffmpeg or headless on a server.}
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enigmamachine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.3.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
-
|
|
13
|
+
- Dave Hrycyszyn
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|