streamio 0.6.0 → 0.7.0

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/HISTORY CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.7.0 2011-06-17
2
+
3
+ * Upload model
4
+
1
5
  == 0.6.0 2011-06-17
2
6
 
3
7
  * Model.create
data/lib/streamio.rb CHANGED
@@ -7,6 +7,7 @@ require "streamio/model"
7
7
  require "streamio/video"
8
8
  require "streamio/image"
9
9
  require "streamio/encoding_profile"
10
+ require "streamio/upload"
10
11
 
11
12
  module Streamio
12
13
  class << self
@@ -0,0 +1,7 @@
1
+ module Streamio
2
+ class Upload < Model
3
+ resource_name "uploads"
4
+ accessable_attributes %w(title tags)
5
+ readable_attributes %w(id created_at updated_at account_id)
6
+ end
7
+ end
@@ -1,3 +1,3 @@
1
1
  module Streamio
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
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 api.}
12
- s.description = %q{Ruby wrapper for Streamios api.}
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.6.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 api.
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 api.
109
+ summary: Ruby wrapper for the Streamio API.
109
110
  test_files: []
110
111
 
111
112
  has_rdoc: