hulu-api 1.0.1 → 1.0.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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +28 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmQyMjkwZDBiOWFhMTkwZTkyYzI2MzNjY2E1M2MxMTFhYWIxNjM5Yw==
4
+ Yzk1NjE0NzFkZjVjMWU2OGQzMGRlMzJmZGYzMDMzY2Y1MDhjZjIxYQ==
5
5
  data.tar.gz: !binary |-
6
- YzdhMDFhODBmZWJlZWMzNmRmMTM2OTJkOTg4ZmMzMDA0ZGIzZmYxYQ==
6
+ ODkzZGYwYzFiMTM1YTlmYzI1Y2ViMWNmZjY0MTc0ZDU5NTY0ZmNjMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzEzYWYzZTZiMjBiMzgzMDAxNDM2ZGYzODUyZTMxY2M4YTliMGMzMTNhNGIz
10
- OWRkNGJlZDVkNTIzNzMyZWQ1ZTc4ZDQxZjVlODgzYzFjMWU3MTc3MWIzZDI4
11
- NGY0OWFlYzliNzllMTZhMWQ1YTc0NDQ0NTk2ZGM1NDNmZTVhOGQ=
9
+ MTAxNTZkNjM5OGQ4ZWU3N2I5ZTczMGVkODA1M2E3MjcxZWVmMTVjNjg4Njli
10
+ YTkzZWVmM2QzYzY1NjA0MzQ0MWQ5NDY1YzlhOWExY2MzNTMyOWIyZDVmNGUy
11
+ ZjJkODk1ZTM4MjQwN2YzZjIyMDEzYzVhZmVhYTA5OWY4N2E0Nzc=
12
12
  data.tar.gz: !binary |-
13
- M2E1YTczNGUxN2YzMmFjZmJlNWE2ZGJlNGU3YTc0MGRkZDBiNGU2YzEyY2Uy
14
- NWRmMWQwOTk0ZmNkYWNlMTQ2M2MzYzA5Yzc5ZTg1MDRlNjlkZTgyOWZmMmFj
15
- ZGZjNDBmMjBhY2IzNjcwZDJlM2YzMDY2NGViODQ2NjNmMDQzNDk=
13
+ ZWVhYThhYjQ2ZTMyYzg1ZWZiNDM1Nzc0YTU1YThiNjcxMjRmMTVlMjQyNzg3
14
+ ODFhNzhjYTk2NzA1NzVmYmFlMWEzMjMzMjdmNjc0YjMwNzJjNjU2YmNiYTRh
15
+ MWMyMTQ5N2RhY2M2MjgyYTM1MjllNGU2OWVlZmU3Y2I1NTBmNmQ=
@@ -0,0 +1,28 @@
1
+ #A ruby port of the [Hulu PHP Library](https://github.com/adammagana/hulu-php-library "Hulu PHP Library")
2
+
3
+ The documentation is pretty similar, will update this later
4
+
5
+ ##License
6
+
7
+ (The MIT License)
8
+
9
+ Copyright (c) 2013 Gary Rosales <gary@garyrosales.com>
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining
12
+ a copy of this software and associated documentation files (the
13
+ 'Software'), to deal in the Software without restriction, including
14
+ without limitation the rights to use, copy, modify, merge, publish,
15
+ distribute, sublicense, and/or sell copies of the Software, and to
16
+ permit persons to whom the Software is furnished to do so, subject to
17
+ the following conditions:
18
+
19
+ The above copyright notice and this permission notice shall be
20
+ included in all copies or substantial portions of the Software.
21
+
22
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
23
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
25
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
27
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
28
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hulu-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Rosales
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-06 00:00:00.000000000 Z
11
+ date: 2014-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curb
@@ -56,6 +56,7 @@ executables: []
56
56
  extensions: []
57
57
  extra_rdoc_files: []
58
58
  files:
59
+ - README.md
59
60
  - lib/hulu_api.rb
60
61
  - lib/hulu_api/hulu_api.rb
61
62
  homepage: https://github.com/pointwisefixed/hulu_api