flixcloud-flix_cloud-gem 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/flix_cloud/job.rb +5 -1
  3. metadata +6 -5
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 5
4
- :patch: 4
4
+ :patch: 5
@@ -1,6 +1,6 @@
1
1
  class FlixCloud::Job < FlixCloud::Record
2
2
 
3
- attr_accessor :id, :initialized_at, :api_key, :recipe_id, :recipe_name, :response
3
+ attr_accessor :id, :initialized_at, :api_key, :recipe_id, :recipe_name, :response, :notification_url
4
4
 
5
5
  record_column :file_locations, 'FileLocations'
6
6
 
@@ -81,6 +81,10 @@ class FlixCloud::Job < FlixCloud::Record
81
81
  xml.tag!("recipe-id", recipe_id)
82
82
  end
83
83
 
84
+ if notification_url
85
+ xml.tag!('notification-url', notification_url)
86
+ end
87
+
84
88
  if file_locations
85
89
  xml.tag!("file-locations") do
86
90
  if file_locations.input
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flixcloud-flix_cloud-gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Sutton
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-17 00:00:00 -07:00
12
+ date: 2009-08-22 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -74,8 +74,9 @@ files:
74
74
  - test/flix_cloud/record_test.rb
75
75
  - test/flix_cloud/response_test.rb
76
76
  - test/test_helper.rb
77
- has_rdoc: true
77
+ has_rdoc: false
78
78
  homepage: http://github.com/zencoder/flix_cloud-gem
79
+ licenses:
79
80
  post_install_message:
80
81
  rdoc_options:
81
82
  - --charset=UTF-8
@@ -96,9 +97,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
97
  requirements: []
97
98
 
98
99
  rubyforge_project:
99
- rubygems_version: 1.2.0
100
+ rubygems_version: 1.3.5
100
101
  signing_key:
101
- specification_version: 2
102
+ specification_version: 3
102
103
  summary: Gem for integrating with http://flixcloud.com
103
104
  test_files:
104
105
  - test/flix_cloud/file_locations_test.rb