m3u8 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/m3u8.rb +1 -0
- data/lib/m3u8/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b2614d9d908c839dafc092607bf69649df260af
|
|
4
|
+
data.tar.gz: 02778425365652e12cc615bc62eb810e0614fcc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29ee0a5c8c0e2eca1386babce7215eab8131e58ced17c0c24f0261e760951487abf3f80f948b119db05fd7282c1df20ceda7634790764ec8a677910cfa1e8b80
|
|
7
|
+
data.tar.gz: 9293c9ef47eb92df90af04248f998c90513b80266478434c5b4ae1ac90d1ab2828776988105f578e8054c59be570cc70f0128b3ec6425176a01573b4c0a050fc
|
data/README.md
CHANGED
|
@@ -62,7 +62,7 @@ Or install it yourself as:
|
|
|
62
62
|
* Automatically generates the audio/video codec string based on names and options you are familar with.
|
|
63
63
|
* Provides validation of input when adding playlists or segments.
|
|
64
64
|
* Allows all options to be configured on a playlist (caching, version, etc.)
|
|
65
|
-
* Can write
|
|
65
|
+
* Can write playlist to StringIO/File or to_s.
|
|
66
66
|
|
|
67
67
|
## Contributing
|
|
68
68
|
|
data/lib/m3u8.rb
CHANGED
data/lib/m3u8/version.rb
CHANGED