enigmamachine 0.6.2 → 0.6.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/Rakefile +1 -0
- data/VERSION +1 -1
- data/enigmamachine.gemspec +61 -69
- data/lib/enigmamachine.rb +1 -0
- data/lib/enigmamachine.sqlite3 +0 -0
- data/test/support/afile.mpg +0 -0
- metadata +26 -16
- data/.gitignore +0 -30
data/Rakefile
CHANGED
|
@@ -22,6 +22,7 @@ begin
|
|
|
22
22
|
gem.add_dependency "streamio-ffmpeg", ">=0.7.3"
|
|
23
23
|
gem.add_dependency "thin"
|
|
24
24
|
gem.add_dependency "em-http-request"
|
|
25
|
+
gem.add_dependency "activesupport", "=2.3.12"
|
|
25
26
|
|
|
26
27
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
27
28
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.6.
|
|
1
|
+
0.6.3
|
data/enigmamachine.gemspec
CHANGED
|
@@ -1,96 +1,85 @@
|
|
|
1
1
|
# Generated by jeweler
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{enigmamachine}
|
|
8
|
-
s.version = "0.6.
|
|
8
|
+
s.version = "0.6.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Dave Hrycyszyn", "Dmitry Brazhkin"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-07-11}
|
|
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.}
|
|
15
15
|
s.email = %q{dave@caprica}
|
|
16
16
|
s.executables = ["enigmamachine"]
|
|
17
17
|
s.extra_rdoc_files = [
|
|
18
18
|
"LICENSE",
|
|
19
|
-
|
|
19
|
+
"README.rdoc"
|
|
20
20
|
]
|
|
21
21
|
s.files = [
|
|
22
22
|
".autotest",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"test/test_video.rb"
|
|
23
|
+
".document",
|
|
24
|
+
"LICENSE",
|
|
25
|
+
"README.rdoc",
|
|
26
|
+
"Rakefile",
|
|
27
|
+
"VERSION",
|
|
28
|
+
"bin/enigmamachine",
|
|
29
|
+
"enigmamachine.gemspec",
|
|
30
|
+
"lib/enigmamachine.rb",
|
|
31
|
+
"lib/enigmamachine.sqlite3",
|
|
32
|
+
"lib/enigmamachine/config.ru",
|
|
33
|
+
"lib/enigmamachine/download_queue.rb",
|
|
34
|
+
"lib/enigmamachine/encoding_queue.rb",
|
|
35
|
+
"lib/enigmamachine/models/encoder.rb",
|
|
36
|
+
"lib/enigmamachine/models/encoding_task.rb",
|
|
37
|
+
"lib/enigmamachine/models/video.rb",
|
|
38
|
+
"lib/enigmamachine/public/default.css",
|
|
39
|
+
"lib/enigmamachine/public/images/Enigma-logo.jpg",
|
|
40
|
+
"lib/enigmamachine/public/images/bg01.jpg",
|
|
41
|
+
"lib/enigmamachine/public/images/bg02.jpg",
|
|
42
|
+
"lib/enigmamachine/public/images/bg03.jpg",
|
|
43
|
+
"lib/enigmamachine/public/images/bg04.jpg",
|
|
44
|
+
"lib/enigmamachine/public/images/img02.gif",
|
|
45
|
+
"lib/enigmamachine/public/images/img03.gif",
|
|
46
|
+
"lib/enigmamachine/public/images/img04.gif",
|
|
47
|
+
"lib/enigmamachine/public/images/img05.gif",
|
|
48
|
+
"lib/enigmamachine/public/images/img06.jpg",
|
|
49
|
+
"lib/enigmamachine/public/images/spacer.gif",
|
|
50
|
+
"lib/enigmamachine/views/encoders/edit.erb",
|
|
51
|
+
"lib/enigmamachine/views/encoders/encoder.erb",
|
|
52
|
+
"lib/enigmamachine/views/encoders/encoding_task.erb",
|
|
53
|
+
"lib/enigmamachine/views/encoders/form.erb",
|
|
54
|
+
"lib/enigmamachine/views/encoders/index.erb",
|
|
55
|
+
"lib/enigmamachine/views/encoders/new.erb",
|
|
56
|
+
"lib/enigmamachine/views/encoders/show.erb",
|
|
57
|
+
"lib/enigmamachine/views/encoding_tasks/edit.erb",
|
|
58
|
+
"lib/enigmamachine/views/encoding_tasks/form.erb",
|
|
59
|
+
"lib/enigmamachine/views/encoding_tasks/new.erb",
|
|
60
|
+
"lib/enigmamachine/views/index.erb",
|
|
61
|
+
"lib/enigmamachine/views/layout.erb",
|
|
62
|
+
"lib/enigmamachine/views/videos/form.erb",
|
|
63
|
+
"lib/enigmamachine/views/videos/index.erb",
|
|
64
|
+
"lib/enigmamachine/views/videos/new.erb",
|
|
65
|
+
"lib/enigmamachine/views/videos/video.erb",
|
|
66
|
+
"lib/ext/array_ext.rb",
|
|
67
|
+
"lib/ext/partials.rb",
|
|
68
|
+
"lib/generators/config.yml",
|
|
69
|
+
"test/helper.rb",
|
|
70
|
+
"test/support/afile.mpg",
|
|
71
|
+
"test/support/blueprints.rb",
|
|
72
|
+
"test/test_encoder.rb",
|
|
73
|
+
"test/test_encoding_queue.rb",
|
|
74
|
+
"test/test_enigmamachine.rb",
|
|
75
|
+
"test/test_video.rb"
|
|
77
76
|
]
|
|
78
77
|
s.homepage = %q{http://github.com/futurechimp/enigmamachine}
|
|
79
|
-
s.rdoc_options = ["--charset=UTF-8"]
|
|
80
78
|
s.require_paths = ["lib"]
|
|
81
|
-
s.rubygems_version = %q{1.
|
|
79
|
+
s.rubygems_version = %q{1.4.2}
|
|
82
80
|
s.summary = %q{A RESTful video encoder.}
|
|
83
|
-
s.test_files = [
|
|
84
|
-
"test/test_encoding_queue.rb",
|
|
85
|
-
"test/test_encoder.rb",
|
|
86
|
-
"test/test_video.rb",
|
|
87
|
-
"test/test_enigmamachine.rb",
|
|
88
|
-
"test/helper.rb",
|
|
89
|
-
"test/support/blueprints.rb"
|
|
90
|
-
]
|
|
91
81
|
|
|
92
82
|
if s.respond_to? :specification_version then
|
|
93
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
94
83
|
s.specification_version = 3
|
|
95
84
|
|
|
96
85
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
@@ -106,6 +95,7 @@ Gem::Specification.new do |s|
|
|
|
106
95
|
s.add_runtime_dependency(%q<streamio-ffmpeg>, [">= 0.7.3"])
|
|
107
96
|
s.add_runtime_dependency(%q<thin>, [">= 0"])
|
|
108
97
|
s.add_runtime_dependency(%q<em-http-request>, [">= 0"])
|
|
98
|
+
s.add_runtime_dependency(%q<activesupport>, ["= 2.3.12"])
|
|
109
99
|
else
|
|
110
100
|
s.add_dependency(%q<shoulda>, [">= 0"])
|
|
111
101
|
s.add_dependency(%q<rack-test>, [">= 0"])
|
|
@@ -119,6 +109,7 @@ Gem::Specification.new do |s|
|
|
|
119
109
|
s.add_dependency(%q<streamio-ffmpeg>, [">= 0.7.3"])
|
|
120
110
|
s.add_dependency(%q<thin>, [">= 0"])
|
|
121
111
|
s.add_dependency(%q<em-http-request>, [">= 0"])
|
|
112
|
+
s.add_dependency(%q<activesupport>, ["= 2.3.12"])
|
|
122
113
|
end
|
|
123
114
|
else
|
|
124
115
|
s.add_dependency(%q<shoulda>, [">= 0"])
|
|
@@ -133,6 +124,7 @@ Gem::Specification.new do |s|
|
|
|
133
124
|
s.add_dependency(%q<streamio-ffmpeg>, [">= 0.7.3"])
|
|
134
125
|
s.add_dependency(%q<thin>, [">= 0"])
|
|
135
126
|
s.add_dependency(%q<em-http-request>, [">= 0"])
|
|
127
|
+
s.add_dependency(%q<activesupport>, ["= 2.3.12"])
|
|
136
128
|
end
|
|
137
129
|
end
|
|
138
130
|
|
data/lib/enigmamachine.rb
CHANGED
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enigmamachine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 1
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.6.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dave Hrycyszyn
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date:
|
|
19
|
+
date: 2011-07-11 00:00:00 +01:00
|
|
20
20
|
default_executable: enigmamachine
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -199,6 +199,22 @@ dependencies:
|
|
|
199
199
|
version: "0"
|
|
200
200
|
type: :runtime
|
|
201
201
|
version_requirements: *id012
|
|
202
|
+
- !ruby/object:Gem::Dependency
|
|
203
|
+
name: activesupport
|
|
204
|
+
prerelease: false
|
|
205
|
+
requirement: &id013 !ruby/object:Gem::Requirement
|
|
206
|
+
none: false
|
|
207
|
+
requirements:
|
|
208
|
+
- - "="
|
|
209
|
+
- !ruby/object:Gem::Version
|
|
210
|
+
hash: 27
|
|
211
|
+
segments:
|
|
212
|
+
- 2
|
|
213
|
+
- 3
|
|
214
|
+
- 12
|
|
215
|
+
version: 2.3.12
|
|
216
|
+
type: :runtime
|
|
217
|
+
version_requirements: *id013
|
|
202
218
|
description: A RESTful video encoder which you can use as either a front-end to ffmpeg or headless on a server.
|
|
203
219
|
email: dave@caprica
|
|
204
220
|
executables:
|
|
@@ -211,7 +227,6 @@ extra_rdoc_files:
|
|
|
211
227
|
files:
|
|
212
228
|
- .autotest
|
|
213
229
|
- .document
|
|
214
|
-
- .gitignore
|
|
215
230
|
- LICENSE
|
|
216
231
|
- README.rdoc
|
|
217
232
|
- Rakefile
|
|
@@ -269,8 +284,8 @@ homepage: http://github.com/futurechimp/enigmamachine
|
|
|
269
284
|
licenses: []
|
|
270
285
|
|
|
271
286
|
post_install_message:
|
|
272
|
-
rdoc_options:
|
|
273
|
-
|
|
287
|
+
rdoc_options: []
|
|
288
|
+
|
|
274
289
|
require_paths:
|
|
275
290
|
- lib
|
|
276
291
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -294,14 +309,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
294
309
|
requirements: []
|
|
295
310
|
|
|
296
311
|
rubyforge_project:
|
|
297
|
-
rubygems_version: 1.
|
|
312
|
+
rubygems_version: 1.4.2
|
|
298
313
|
signing_key:
|
|
299
314
|
specification_version: 3
|
|
300
315
|
summary: A RESTful video encoder.
|
|
301
|
-
test_files:
|
|
302
|
-
|
|
303
|
-
- test/test_encoder.rb
|
|
304
|
-
- test/test_video.rb
|
|
305
|
-
- test/test_enigmamachine.rb
|
|
306
|
-
- test/helper.rb
|
|
307
|
-
- test/support/blueprints.rb
|
|
316
|
+
test_files: []
|
|
317
|
+
|
data/.gitignore
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
## MAC OS
|
|
2
|
-
.DS_Store
|
|
3
|
-
|
|
4
|
-
## TEXTMATE
|
|
5
|
-
*.tmproj
|
|
6
|
-
tmtags
|
|
7
|
-
|
|
8
|
-
## EMACS
|
|
9
|
-
*~
|
|
10
|
-
\#*
|
|
11
|
-
.\#*
|
|
12
|
-
|
|
13
|
-
## VIM
|
|
14
|
-
*.swp
|
|
15
|
-
|
|
16
|
-
## NetBeans
|
|
17
|
-
nbproject
|
|
18
|
-
|
|
19
|
-
## PROJECT::GENERAL
|
|
20
|
-
coverage
|
|
21
|
-
rdoc
|
|
22
|
-
pkg
|
|
23
|
-
release
|
|
24
|
-
|
|
25
|
-
## PROJECT::SPECIFIC
|
|
26
|
-
*.log
|
|
27
|
-
*.sqlite3
|
|
28
|
-
*.mpg
|
|
29
|
-
*.flv
|
|
30
|
-
|