customresource-elastictranscoder 0.7.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.
@@ -0,0 +1,74 @@
1
+ BASH=/bin/bash
2
+ BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
3
+ BASH_ALIASES=()
4
+ BASH_ARGC=()
5
+ BASH_ARGV=()
6
+ BASH_CMDS=()
7
+ BASH_LINENO=([0]="0")
8
+ BASH_SOURCE=([0]="/opt/amplify/cfn/bin/elastictranscoder.sh")
9
+ BASH_VERSINFO=([0]="4" [1]="2" [2]="25" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
10
+ BASH_VERSION='4.2.25(1)-release'
11
+ DIRSTACK=()
12
+ DNS_NAME=chef.systest.qa.learning.amplify.com
13
+ EDITOR=vim
14
+ ENVIRONMENT=QA
15
+ EUID=0
16
+ EventProperties='{"StackId": "arn:aws:cloudformation:us-east-1:795848752257:stack/systest-065-drm/54fd4490-3987-11e4-9477-500150b34cb4","ResponseURL": "https://cloudformation-custom-resource-response-useast1.s3.amazonaws.com/arn%3Aaws%3Acloudformation%3Aus-east-1%3A795848752257%3Astack/systest-065-drm/54fd4490-3987-11e4-9477-500150b34cb4%7CVideoTranscoder%7C97087144-e4e5-4a1e-9237-bfd2acdb6ef8?AWSAccessKeyId=AKIAJNXHFR7P7YGKLDPQ&Expires=1411573449&Signature=6cMrGFB%2B8KgBLJsTWxD3ocoy0nQ%3D","ResourceProperties": {"Audio": {"Channels": "2","Codec_Options": {"Profile": "AAC-LC"},"Bit_Rate": "128","Codec": "AAC","Sample_Rate": "44100"},"Container": "ts","Name": "amplify-systest-hlsAudio","Description": "amplify-systest-hlsAudio","ServiceToken": "arn:aws:sns:us-east-1:795848752257:customresource-elastictranscoder-795848752257-systest"},"RequestType": "Create","ResourceType": "Custom::ElasticTranscoder_Preset","RequestId": "97087144-e4e5-4a1e-9237-bfd2acdb6ef8","TopicArn": "arn:aws:sns:us-east-1:795848752257:customresource-elastictranscoder-795848752257-systest","LogicalResourceId": "VideoTranscoder"}'
17
+ GROUPS=()
18
+ HOME=/root
19
+ HOSTNAME=chef.systest.qa.learning.amplify.com
20
+ HOSTTYPE=x86_64
21
+ IFS=$' \t\n'
22
+ LANG=en_US.UTF-8
23
+ LOGNAME=root
24
+ LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'
25
+ MACHTYPE=x86_64-pc-linux-gnu
26
+ MAIL=/var/mail/root
27
+ NODE_NAME=i-933a967d__chef.systest.qa.learning.amplify.com
28
+ OPTERR=1
29
+ OPTIND=1
30
+ OSTYPE=linux-gnu
31
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/rvm/bin
32
+ PPID=27348
33
+ PS4='+ '
34
+ PWD=/
35
+ ROLES='[chef_server, base, chef_cicd]'
36
+ SHELL=/bin/bash
37
+ SHELLOPTS=braceexpand:hashall:interactive-comments
38
+ SHLVL=3
39
+ SUDO_COMMAND=/bin/bash
40
+ SUDO_GID=1000
41
+ SUDO_UID=1000
42
+ SUDO_USER=ubuntu
43
+ TERM=xterm-256color
44
+ UID=0
45
+ USER=root
46
+ USERNAME=root
47
+ _=/sbin/start-stop-daemon
48
+ _system_arch=x86_64
49
+ _system_name=Ubuntu
50
+ _system_type=Linux
51
+ _system_version=12.04
52
+ rvm_bin_path=/usr/local/rvm/bin
53
+ rvm_gem_options='--no-rdoc --no-ri'
54
+ rvm_path=/usr/local/rvm
55
+ rvm_prefix=/usr/local
56
+ rvm_version='1.25.31 (stable)'
57
+ rvm_debug ()
58
+ {
59
+ (( ${rvm_debug_flag:-0} )) || return 0;
60
+ if rvm_pretty_print stderr; then
61
+ printf "%b" "${rvm_debug_clr:-}$*${rvm_reset_clr:-}\n";
62
+ else
63
+ printf "%b" "$*\n";
64
+ fi 1>&2
65
+ }
66
+ {
67
+ "Status" : "SUCCESS",
68
+ "PhysicalResourceId" : "ElasticTranscoder",
69
+ "StackId" : "",
70
+ "RequestId" : "",
71
+ "LogicalResourceId" : "",
72
+ "Data" : {
73
+ }
74
+ }
@@ -0,0 +1,75 @@
1
+ BASH=/bin/bash
2
+ BASHOPTS=cmdhist:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
3
+ BASH_ALIASES=()
4
+ BASH_ARGC=()
5
+ BASH_ARGV=()
6
+ BASH_CMDS=()
7
+ BASH_LINENO=([0]="0")
8
+ BASH_SOURCE=([0]="/opt/amplify/cfn/bin/elastictranscoder.sh")
9
+ BASH_VERSINFO=([0]="4" [1]="2" [2]="25" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
10
+ BASH_VERSION='4.2.25(1)-release'
11
+ DIRSTACK=()
12
+ DNS_NAME=chef.systest.qa.learning.amplify.com
13
+ EDITOR=vim
14
+ ENVIRONMENT=QA
15
+ EUID=0
16
+ EventProperties='{"StackId": "arn:aws:cloudformation:us-east-1:795848752257:stack/systest-065-drm/54fd4490-3987-11e4-9477-500150b34cb4","ResponseURL": "https://cloudformation-custom-resource-response-useast1.s3.amazonaws.com/arn%3Aaws%3Acloudformation%3Aus-east-1%3A795848752257%3Astack/systest-065-drm/54fd4490-3987-11e4-9477-500150b34cb4%7CVideoTranscoder%7C97087144-e4e5-4a1e-9237-bfd2acdb6ef8?AWSAccessKeyId=AKIAJNXHFR7P7YGKLDPQ&Expires=1411573449&Signature=6cMrGFB%2B8KgBLJsTWxD3ocoy0nQ%3D","ResourceProperties": {"Container": "ts","Thumbnails": {"Format": "png","Sizing_Policy": "ShrinkToFit","Interval": "300","Padding_Policy": "NoPad","Max_Width": "192","Max_Height": "108"},"Video": {"Max_Frame_Rate": "30","Keyframes_Max_Dist": "90","Codec_Options": {"Profile": "baseline","MaxReferenceFrames": "1","Level": "3"},"Sizing_Policy": "ShrinkToFit","Max_Width": "480","Bit_Rate": "340","Codec": "H.264","Max_Height": "270","Frame_Rate": "auto","Watermarks": [{"Opacity": "100","Horizontal_Align": "Left","Target": "Content","Sizing_Policy": "ShrinkToFit","Max_Width": "10%","Vertical_Align": "Top","Vertical_Offset": "10%","Max_Height": "10%","Horizontal_Offset": "10%","Id": "TopLeft"},{"Opacity": "100","Horizontal_Align": "Right","Target": "Content","Sizing_Policy": "ShrinkToFit","Max_Width": "10%","Vertical_Align": "Top","Vertical_Offset": "10%","Max_Height": "10%","Horizontal_Offset": "10%","Id": "TopRight"},{"Opacity": "100","Horizontal_Align": "Left","Target": "Content","Sizing_Policy": "ShrinkToFit","Max_Width": "10%","Vertical_Align": "Bottom","Vertical_Offset": "10%","Max_Height": "10%","Horizontal_Offset": "10%","Id": "BottomLeft"},{"Opacity": "100","Horizontal_Align": "Right","Target": "Content","Sizing_Policy": "ShrinkToFit","Max_Width": "10%","Vertical_Align": "Bottom","Vertical_Offset": "10%","Max_Height": "10%","Horizontal_Offset": "10%","Id": "BottomRight"}],"Padding_Policy": "NoPad","Fixed_Gop": "true","Display_Aspect_Ratio": "auto"},"Description": "amplify-systest-hls0400k","Audio": {"Channels": "2","Codec_Options": {"Profile": "AAC-LC"},"Bit_Rate": "128","Codec": "AAC","Sample_Rate": "44100"},"Name": "amplify-systest-hls0400k","ServiceToken": "arn:aws:sns:us-east-1:795848752257:customresource-elastictranscoder-795848752257-systest"},"RequestType": "Create","ResourceType": "Custom::ElasticTranscoder","RequestId": "97087144-e4e5-4a1e-9237-bfd2acdb6ef8","TopicArn": "arn:aws:sns:us-east-1:795848752257:customresource-elastictranscoder-795848752257-systest","LogicalResourceId": "TranscoderPresethls0400k"}'
17
+ GROUPS=()
18
+ HOME=/root
19
+ HOSTNAME=chef.systest.qa.learning.amplify.com
20
+ HOSTTYPE=x86_64
21
+ IFS=$' \t\n'
22
+ LANG=en_US.UTF-8
23
+ LOGNAME=root
24
+ LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'
25
+ MACHTYPE=x86_64-pc-linux-gnu
26
+ MAIL=/var/mail/root
27
+ NODE_NAME=i-933a967d__chef.systest.qa.learning.amplify.com
28
+ OPTERR=1
29
+ OPTIND=1
30
+ OSTYPE=linux-gnu
31
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/rvm/bin
32
+ PPID=27348
33
+ PS4='+ '
34
+ PWD=/
35
+ ROLES='[chef_server, base, chef_cicd]'
36
+ SHELL=/bin/bash
37
+ SHELLOPTS=braceexpand:hashall:interactive-comments
38
+ SHLVL=3
39
+ SUDO_COMMAND=/bin/bash
40
+ SUDO_GID=1000
41
+ SUDO_UID=1000
42
+ SUDO_USER=ubuntu
43
+ TERM=xterm-256color
44
+ UID=0
45
+ USER=root
46
+ USERNAME=root
47
+ _=/sbin/start-stop-daemon
48
+ _system_arch=x86_64
49
+ _system_name=Ubuntu
50
+ _system_type=Linux
51
+ _system_version=12.04
52
+ rvm_bin_path=/usr/local/rvm/bin
53
+ rvm_gem_options='--no-rdoc --no-ri'
54
+ rvm_path=/usr/local/rvm
55
+ rvm_prefix=/usr/local
56
+ rvm_version='1.25.31 (stable)'
57
+ rvm_debug ()
58
+ {
59
+ (( ${rvm_debug_flag:-0} )) || return 0;
60
+ if rvm_pretty_print stderr; then
61
+ printf "%b" "${rvm_debug_clr:-}$*${rvm_reset_clr:-}\n";
62
+ else
63
+ printf "%b" "$*\n";
64
+ fi 1>&2
65
+ }
66
+ {
67
+ "Status" : "SUCCESS",
68
+ "PhysicalResourceId" : "ElasticTranscoder",
69
+ "StackId" : "",
70
+ "RequestId" : "",
71
+ "LogicalResourceId" : "",
72
+ "Data" : {
73
+ }
74
+ }
75
+
@@ -0,0 +1,17 @@
1
+ #!/bin/bash
2
+
3
+ . ~/.rvm/scripts/rvm
4
+ rvm use ruby-2.1.5@customresource
5
+ git add -A
6
+ git commit -m "$1"
7
+ git push
8
+ bundle exec rake build
9
+ mv pkg/customresource-elastictranscoder-0.*.gem ../repo/gems/
10
+ cd ../repo
11
+ gem generate_index .
12
+ awsrc poc1
13
+
14
+ aws s3 sync ./ s3://amplify-learning-gems/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --cache-control="max-age=0, no-cache"
15
+ aws s3 sync ./ s3://gems.dev.learning.amplify.com/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --cache-control="max-age=0, no-cache"
16
+
17
+ cd -
metadata ADDED
@@ -0,0 +1,240 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: customresource-elastictranscoder
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.7.2
5
+ platform: ruby
6
+ authors:
7
+ - Christo De Lange
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-06-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: 10.1.0
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: 10.1.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: rubygems-tasks
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.2'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '0.2'
55
+ - !ruby/object:Gem::Dependency
56
+ name: thor
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.19'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.19'
69
+ - !ruby/object:Gem::Dependency
70
+ name: awesome_print
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1.2'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1.2'
83
+ - !ruby/object:Gem::Dependency
84
+ name: colorize
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 0.7.3
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 0.7.3
97
+ - !ruby/object:Gem::Dependency
98
+ name: aws-sdk-core
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '2.0'
104
+ - - "<"
105
+ - !ruby/object:Gem::Version
106
+ version: '2.1'
107
+ type: :runtime
108
+ prerelease: false
109
+ version_requirements: !ruby/object:Gem::Requirement
110
+ requirements:
111
+ - - ">="
112
+ - !ruby/object:Gem::Version
113
+ version: '2.0'
114
+ - - "<"
115
+ - !ruby/object:Gem::Version
116
+ version: '2.1'
117
+ - !ruby/object:Gem::Dependency
118
+ name: inifile
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '3'
124
+ type: :runtime
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '3'
131
+ - !ruby/object:Gem::Dependency
132
+ name: dldinternet-mixlib-thor-nocommands
133
+ requirement: !ruby/object:Gem::Requirement
134
+ requirements:
135
+ - - "~>"
136
+ - !ruby/object:Gem::Version
137
+ version: '0.2'
138
+ type: :runtime
139
+ prerelease: false
140
+ version_requirements: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - "~>"
143
+ - !ruby/object:Gem::Version
144
+ version: '0.2'
145
+ - !ruby/object:Gem::Dependency
146
+ name: dldinternet-mixlib-logging
147
+ requirement: !ruby/object:Gem::Requirement
148
+ requirements:
149
+ - - "~>"
150
+ - !ruby/object:Gem::Version
151
+ version: '0.4'
152
+ type: :runtime
153
+ prerelease: false
154
+ version_requirements: !ruby/object:Gem::Requirement
155
+ requirements:
156
+ - - "~>"
157
+ - !ruby/object:Gem::Version
158
+ version: '0.4'
159
+ - !ruby/object:Gem::Dependency
160
+ name: customresource-base
161
+ requirement: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - "~>"
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ type: :runtime
167
+ prerelease: false
168
+ version_requirements: !ruby/object:Gem::Requirement
169
+ requirements:
170
+ - - "~>"
171
+ - !ruby/object:Gem::Version
172
+ version: '0'
173
+ description: An action command for aws-cfn-resource-bridge to implement CloudFormation
174
+ custom resources
175
+ email: rubygems@dldinternet.com
176
+ executables:
177
+ - cfn-customresource-elastictranscoder
178
+ extensions: []
179
+ extra_rdoc_files: []
180
+ files:
181
+ - ".rakeTasks"
182
+ - ChangeLog.md
183
+ - Gemfile
184
+ - Gemfile.lock
185
+ - LICENSE
186
+ - LICENSE.txt
187
+ - README.md
188
+ - Rakefile
189
+ - bin/cfn-customresource-elastictranscoder
190
+ - customresource-elastictranscoder.gemspec
191
+ - features/.gitkeep
192
+ - features/customresource-elastictranscoder.feature
193
+ - features/step_definitions/.gitkeep
194
+ - features/step_definitions/customresource-elastictranscoder_steps.rb
195
+ - lib/customresource/elastictranscoder.rb
196
+ - lib/customresource/elastictranscoder/cli.rb
197
+ - lib/customresource/elastictranscoder/mixins/actions.rb
198
+ - lib/customresource/elastictranscoder/mixins/cli.rb
199
+ - lib/customresource/elastictranscoder/version.rb
200
+ - tests/elastictranscoder.create.json
201
+ - tests/elastictranscoder.pipeline.create.json
202
+ - tests/elastictranscoder.preset.create.json
203
+ - tests/elastictranscoder.preset.video.create.json
204
+ - tests/elastictranscoder.sh.create.log
205
+ - tests/elastictranscoder.sh.delete.log
206
+ - tests/elastictranscoder.sh.pipeline.create.log
207
+ - tests/elastictranscoder.sh.pipeline.delete.log
208
+ - tests/elastictranscoder.sh.preset.create.log
209
+ - tests/elastictranscoder.sh.preset.video.create.log
210
+ - tests/update.sh
211
+ homepage: https://rubygems.org/gems/customresource-elastictranscoder
212
+ licenses:
213
+ - Apachev2
214
+ metadata: {}
215
+ post_install_message:
216
+ rdoc_options: []
217
+ require_paths:
218
+ - lib
219
+ required_ruby_version: !ruby/object:Gem::Requirement
220
+ requirements:
221
+ - - ">="
222
+ - !ruby/object:Gem::Version
223
+ version: '0'
224
+ required_rubygems_version: !ruby/object:Gem::Requirement
225
+ requirements:
226
+ - - ">="
227
+ - !ruby/object:Gem::Version
228
+ version: '0'
229
+ requirements: []
230
+ rubyforge_project:
231
+ rubygems_version: 2.4.3
232
+ signing_key:
233
+ specification_version: 4
234
+ summary: An action command for aws-cfn-resource-bridge to implement CloudFormation
235
+ custom resources
236
+ test_files:
237
+ - features/.gitkeep
238
+ - features/customresource-elastictranscoder.feature
239
+ - features/step_definitions/.gitkeep
240
+ - features/step_definitions/customresource-elastictranscoder_steps.rb