zencoder-fetcher 0.2 → 0.2.1
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/lib/zencoder_fetcher.rb +2 -2
- metadata +5 -4
data/lib/zencoder_fetcher.rb
CHANGED
@@ -4,7 +4,7 @@ require 'json'
|
|
4
4
|
require 'time'
|
5
5
|
|
6
6
|
module ZencoderFetcher
|
7
|
-
FETCHER_VERSION = [0,2] unless defined?(FETCHER_VERSION)
|
7
|
+
FETCHER_VERSION = [0,2,1] unless defined?(FETCHER_VERSION)
|
8
8
|
|
9
9
|
def self.version
|
10
10
|
FETCHER_VERSION.join(".")
|
@@ -43,7 +43,7 @@ module ZencoderFetcher
|
|
43
43
|
puts "Posted to: #{local_url}" if response["notifications"].size > 0
|
44
44
|
puts
|
45
45
|
|
46
|
-
Time.parse(response["sent_at"])
|
46
|
+
Time.parse(response["sent_at"].to_s)
|
47
47
|
end
|
48
48
|
end
|
49
49
|
end
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zencoder-fetcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Chris Warren
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2011-07-
|
19
|
+
date: 2011-07-21 00:00:00 -07:00
|
19
20
|
default_executable:
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|
@@ -105,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
106
|
requirements: []
|
106
107
|
|
107
108
|
rubyforge_project:
|
108
|
-
rubygems_version: 1.
|
109
|
+
rubygems_version: 1.4.2
|
109
110
|
signing_key:
|
110
111
|
specification_version: 3
|
111
112
|
summary: Fetches notifications from Zencoder for local development.
|