netflix4r 0.0.1 → 0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -22,7 +22,7 @@ module NetFlix
22
22
  end
23
23
 
24
24
  def require_credentials
25
- raise( ArgumentError, "You must configure your NetFlix API key and secret before using flix4r.") unless credentials.valid?
25
+ raise( ArgumentError, "You must configure your NetFlix API key and secret before using netflix4r.") unless credentials.valid?
26
26
  end
27
27
 
28
28
  def signature_base_string
File without changes
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - rossnelson
@@ -193,7 +193,6 @@ files:
193
193
  - README.md
194
194
  - Rakefile
195
195
  - VERSION
196
- - lib/flix4r.rb
197
196
  - lib/net_flix.rb
198
197
  - lib/net_flix/api/catalog/titles.rb
199
198
  - lib/net_flix/authenticator.rb
@@ -203,6 +202,7 @@ files:
203
202
  - lib/net_flix/credentials.rb
204
203
  - lib/net_flix/request.rb
205
204
  - lib/net_flix/title.rb
205
+ - lib/netflix4r.rb
206
206
  - lib/valuable.rb
207
207
  - test/actor_builder_test.rb
208
208
  - test/authenticator_test.rb
@@ -230,7 +230,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
230
230
  requirements:
231
231
  - - ">="
232
232
  - !ruby/object:Gem::Version
233
- hash: 3197793570099728228
233
+ hash: -4161411622298044916
234
234
  segments:
235
235
  - 0
236
236
  version: "0"