streamio 1.0.6 → 1.0.7

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.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.0.7 2012-12-04
2
+
3
+ * Add Audio#original_file.
4
+
1
5
  # 1.0.6 2012-12-03
2
6
 
3
7
  * Add configuration option for skipping ssl verification (might be useful for newbies on Windows getting OpenSSL errors).
@@ -3,6 +3,6 @@ module Streamio
3
3
  resource_name "audios"
4
4
  creatable_attributes %w(file)
5
5
  accessable_attributes %w(title description tags)
6
- readable_attributes %w(id state progress plays duration created_at updated_at account_id transcodings)
6
+ readable_attributes %w(id state progress plays duration created_at updated_at account_id transcodings original_file)
7
7
  end
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module Streamio
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: streamio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-03 00:00:00.000000000 Z
12
+ date: 2012-12-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  segments:
146
146
  - 0
147
- hash: 1565331807691931760
147
+ hash: -1813067849776004899
148
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  none: false
150
150
  requirements:
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  segments:
155
155
  - 0
156
- hash: 1565331807691931760
156
+ hash: -1813067849776004899
157
157
  requirements: []
158
158
  rubyforge_project:
159
159
  rubygems_version: 1.8.24