awslive-inputlooper 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cbb3a980e34260d1c54510c26b0127a9c2f43d0d23a671663698a323e930c37
4
- data.tar.gz: 543003116d2684da2b3b28267910751b3683aa79cd5da9633031c47f30424c35
3
+ metadata.gz: 4dda3bdbcce7f7c80fc22ef21ba6c4363a4db351b4d3f3a22b46e3537f10c9a8
4
+ data.tar.gz: 90d5fbae60bc494ab335a28cf639a4094f7024c9d5ebfc52616d6a8241c56cfb
5
5
  SHA512:
6
- metadata.gz: 24c5d888f175bb32ae52701eb2c8f2428bd4aa9aa1f2e92c84ecb6bbdcacbc486b450792f9f03cae45dff3ca33c62e0a6c029f6b12c2946abd50d545a3fc0742
7
- data.tar.gz: e434eef2a74be186587fe5aaf3f845b9237ad31b36ec71da5ceb2623c24bab5af524836b0409d074cc5744d012caf679b5cf7873c7ea1d8659374176a1ec6b54
6
+ metadata.gz: c8480ab5a12f36e81e49cce273d496db15d0fe286cbe8b441cc51c9815ceaa38639b35badaa16c204ca2603349b1df476d70dd8f432ecb69aa668ea068d815b1
7
+ data.tar.gz: 2dec65673b80a4262edfe3394b433013a4800355fe40d089bf801c9e4c97297c06e35c4851f7af6a46ff0c09c0d02c511a4cd2b4e67a3a687255fa2184bf0da0
@@ -269,14 +269,14 @@ module Awslive
269
269
  attachement_name = get_current_input_name(channel_info)
270
270
  input_id = get_input_id(channel_info[:input_attachments], attachement_name )
271
271
  current_input_info = get_input_info(input_id)
272
- input_info["source_type"] = current_input_info[:input_source_type]
273
- input_info["input_type"] = current_input_info[:type]
272
+ input_info[:source_type] = current_input_info[:input_source_type]
273
+ input_info[:input_type] = current_input_info[:type]
274
274
  if current_input_action_name == INITAL_INPUT_ACTION_NAME
275
275
  current_urls = get_input_url(input_id)
276
276
  else
277
277
  (current_urls << @scheduler.get_action_url(@channel_id, current_input_action_name)).flatten!
278
278
  end
279
- input_info["source_urls"] = current_urls
279
+ input_info[:source_urls] = current_urls
280
280
  input_info
281
281
  end
282
282
 
@@ -302,4 +302,4 @@ module Awslive
302
302
  end
303
303
 
304
304
  end
305
- end
305
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awslive-inputlooper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maheshwaran G