film_snob 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -1
  3. data/lib/film_snob/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fc68c945f24304a496d99c3221e53a4a527d7d7
4
- data.tar.gz: dfb6ae2311def8d250d8c398a4b3c663c5dbaa95
3
+ metadata.gz: 706c85faef7c0c647d53936eaa40f02aa317b3ee
4
+ data.tar.gz: e2fef7f5a852713cc0ab7afcf32ceac99ce263b6
5
5
  SHA512:
6
- metadata.gz: 00f47df3ef20e36f75bea37d10c8e517028a2f441109c684fc33ed68dd775df065f731bbd766f6d2c1584f366f82355af5c96c1ad62d6fe39270c6801d3d151e
7
- data.tar.gz: a13630cb2358218339801196cf2eb35c7994fdb9299299b9768ac3cb2ad6556a8b4cc68bd8f7079ac930d098a32f4ca4fea4482b45f05a046f8248a05382d664
6
+ metadata.gz: a76db3dad486f794978024e750afcc98449c1d48f4732a927e7fa61e8fbe900807c63262dab78bd50a3f38ebcf2f6197982129f780aa116c6339343993a2b561
7
+ data.tar.gz: 758e755cd14096c02f5d3e99403b6e5568a5d61652e32570a4317930b0e6b8d6b9055869d4916b216e01a228ba67559d77d778de359d32ad54eafed6a74a397a
data/README.md CHANGED
@@ -25,7 +25,9 @@ Or install it yourself as:
25
25
  snob = FilmSnob.new("https://www.youtube.com/watch?v=GwT3zH16w3s")
26
26
  snob.watchable? #=> true
27
27
  snob.site #=> :youtube
28
- snob.id #=> 'GwT3zH16w3s'
28
+ snob.id #=> "GwT3zH16w3s"
29
+ snob.title #=> "What Are You, The Coolest? With Robert Rodriguez"
30
+ snob.html #=> "<iframe width=\"480\" height=\"270\" src=\"http://www.youtube.com/embed/GwT3zH16w3s?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>"
29
31
  ```
30
32
 
31
33
  ## Supported video providers
@@ -34,6 +36,8 @@ snob.id #=> 'GwT3zH16w3s'
34
36
  * Vimeo
35
37
  * Hulu
36
38
 
39
+ The same methods work with all of these providers.
40
+
37
41
  ## Testing
38
42
 
39
43
  Run `rake` to run all of the rspecs.
@@ -1,3 +1,3 @@
1
1
  class FilmSnob
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: film_snob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Jacobson