m3uzi 0.1.6 → 0.2.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.
Files changed (3) hide show
  1. data/lib/m3uzi/version.rb +1 -1
  2. data/lib/m3uzi.rb +1 -1
  3. metadata +3 -3
data/lib/m3uzi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class M3Uzi
2
- VERSION = '0.1.6'
2
+ VERSION = '0.2.0'
3
3
  end
data/lib/m3uzi.rb CHANGED
@@ -70,7 +70,7 @@ class M3Uzi
70
70
  def write_to_io(io_stream)
71
71
  check_version_restrictions
72
72
  io_stream << "#EXTM3U\n"
73
- io_stream << "#EXT-X-VERSION:#{@version.to_i}" if @version > 1
73
+ io_stream << "#EXT-X-VERSION:#{@version.to_i}\n" if @version > 1
74
74
  comments.each do |comment|
75
75
  io_stream << "##{comment}\n"
76
76
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 6
9
- version: 0.1.6
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brandon Arbini