streamio 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +4 -0
- data/lib/streamio.rb +1 -0
- data/lib/streamio/upload.rb +7 -0
- data/lib/streamio/version.rb +1 -1
- data/streamio.gemspec +2 -2
- metadata +4 -3
data/HISTORY
CHANGED
data/lib/streamio.rb
CHANGED
data/lib/streamio/version.rb
CHANGED
data/streamio.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.authors = ["David Backeus"]
|
9
9
|
s.email = ["david@streamio.se"]
|
10
10
|
s.homepage = "http://github.com/streamio/streamio-rb"
|
11
|
-
s.summary = %q{Ruby wrapper for the Streamio
|
12
|
-
s.description = %q{Ruby wrapper for Streamios
|
11
|
+
s.summary = %q{Ruby wrapper for the Streamio API.}
|
12
|
+
s.description = %q{Ruby wrapper for Streamios API.}
|
13
13
|
|
14
14
|
s.files = Dir.glob("lib/**/*") + %w(Gemfile streamio.gemspec HISTORY README.rdoc)
|
15
15
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: streamio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.7.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- David Backeus
|
@@ -59,7 +59,7 @@ dependencies:
|
|
59
59
|
version: 1.6.4
|
60
60
|
type: :development
|
61
61
|
version_requirements: *id004
|
62
|
-
description: Ruby wrapper for Streamios
|
62
|
+
description: Ruby wrapper for Streamios API.
|
63
63
|
email:
|
64
64
|
- david@streamio.se
|
65
65
|
executables: []
|
@@ -72,6 +72,7 @@ files:
|
|
72
72
|
- lib/streamio/encoding_profile.rb
|
73
73
|
- lib/streamio/image.rb
|
74
74
|
- lib/streamio/model.rb
|
75
|
+
- lib/streamio/upload.rb
|
75
76
|
- lib/streamio/version.rb
|
76
77
|
- lib/streamio/video.rb
|
77
78
|
- lib/streamio.rb
|
@@ -105,7 +106,7 @@ rubyforge_project:
|
|
105
106
|
rubygems_version: 1.7.2
|
106
107
|
signing_key:
|
107
108
|
specification_version: 3
|
108
|
-
summary: Ruby wrapper for the Streamio
|
109
|
+
summary: Ruby wrapper for the Streamio API.
|
109
110
|
test_files: []
|
110
111
|
|
111
112
|
has_rdoc:
|