sdp 0.2.7 → 0.2.8

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.
@@ -1,3 +1,9 @@
1
+ === 0.2.8 / 2012-11-12
2
+
3
+ * Bug Fixes:
4
+ * gh-22[https://github.com/turboladen/sdp/issues/22]: Attributes in media
5
+ sections now get put on a separate line.
6
+
1
7
  === 0.2.7 / 2012-11-12
2
8
 
3
9
  * Bug Fixes:
@@ -42,4 +42,5 @@ a=<%= a[:attribute] %><% if a[:value] %>:<%= a[:value] %><% end %>
42
42
  m=<%= media_section[:media] %> <%= media_section[:port]%> <%= media_section[:protocol]%> <%= media_section[:format]%>
43
43
  <% if media_section[:attributes] %>
44
44
  <% media_section[:attributes].each do |attribute| %>
45
- a=<%= attribute[:attribute] %><% if attribute[:value] %>:<%= attribute[:value] %><% end %><% end %><% end %><% end %>
45
+ a=<%= attribute[:attribute] %><% if attribute[:value] %>:<%= attribute[:value] %>
46
+ <% end %><% end %><% end %><% end %>
@@ -1,3 +1,3 @@
1
1
  class SDP
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -179,7 +179,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
179
179
  version: '0'
180
180
  segments:
181
181
  - 0
182
- hash: -1933007674976793753
182
+ hash: -1413003614041401094
183
183
  required_rubygems_version: !ruby/object:Gem::Requirement
184
184
  none: false
185
185
  requirements:
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  version: '0'
189
189
  segments:
190
190
  - 0
191
- hash: -1933007674976793753
191
+ hash: -1413003614041401094
192
192
  requirements: []
193
193
  rubyforge_project:
194
194
  rubygems_version: 1.8.24