strepi 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10dd8046f7e894886515294f5820060ed23c3113
4
- data.tar.gz: 92637f9e8ad4c8c2ad6a49d0a74fd44aecdc2601
3
+ metadata.gz: 28f350ebf82070fcbaa660365912cfeea4feb345
4
+ data.tar.gz: de457a8a890ec662bdcaa6367f2216028546eddf
5
5
  SHA512:
6
- metadata.gz: fbfe876b61a89c2b2726208aa3a538088c0fd53d88e8e556bee0d9960ffc051ead18749c9008d50ad9001544765a7cf66a5d8639890bf5460fbf77c1af0bb80f
7
- data.tar.gz: 0fe425aec52a90c2a0e67087add528d238ce72f6b5890c4edbc988beb5b17a9865fae51a51ed88388cfd970bc13b909e3e12acc6ec34108fee687d2b8f4a4656
6
+ metadata.gz: b0cc8c6dca210f4ddf6a2424ae7aa54142746842631ebeaa4130a88160c86c08f47ee3484c73df79430088310b2ec6981f449a3dc620e6dc5970d34de2af2f39
7
+ data.tar.gz: 4281568f31cf4bec5cf954c751f25f1f726441d645b9f7438b02c116e19e049f276a2c4aeed4eb222a8a518bbcd9a3dda60b7f6fcc38e44f8e6ae92f1cac66c3
@@ -32,11 +32,11 @@ Similar to MWhich, these gems are needed:
32
32
 
33
33
  == USING STREPI
34
34
 
35
- While
36
35
 
37
- To create a basic MWhich instance:
38
36
 
39
- m = Strepi::Client.new
37
+ To create a basic Strepi instance:
38
+
39
+ w = Strepi::Client.new
40
40
 
41
41
  You can search for a movie like this:
42
42
 
@@ -51,9 +51,9 @@ may also appear. For example:
51
51
  * Hulu sometimes links to external content, "Not on hulu!" will identify this.
52
52
  * iTunes will display prices of product
53
53
 
54
- Limit your searches by service
54
+ Limit your searches by service:
55
55
 
56
56
  w = Strepi::Client.new(:services => [:netflix, :hulu])
57
- m.search("Knight Rider")
57
+ w.search("Knight Rider")
58
58
  # => {:hulu=>["episode: I Love the Knight Life", "episode: Knight and the City", "episode: Fly By Knight", "episode: Fight Knight", "episode: Exit Light, Enter Knight", "episode: Knight to King's Pawn", "episode: Day Turns Into Knight", "episode: Don't Stop the Knight", "episode: Knight Fever", "episode: Knight of the Zodiac"], :netflix=>["Series: Knight Rider", "Series: Knight Rider"]}
59
59
 
@@ -2,7 +2,7 @@ module Strepi
2
2
  module Services
3
3
  class Crunchyroll #very similar to hulu probably, should finish this
4
4
  def initialize(options={})
5
- @endpoint_url = "http://crunchyroll.com"
5
+ @endpoint_url = "http://www.crunchyroll.com"
6
6
  @ignore_media = []
7
7
 
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module Strepi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strepi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - bryangross
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-12 00:00:00.000000000 Z
11
+ date: 2015-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -134,7 +134,7 @@ extensions: []
134
134
  extra_rdoc_files: []
135
135
  files:
136
136
  - MIT-LICENSE
137
- - README.md
137
+ - README.rdoc
138
138
  - Rakefile
139
139
  - lib/strepi.rb
140
140
  - lib/strepi/amazon_ecs.rb