movie_quotes 0.0.3 → 0.1.0
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/lib/movie_quotes.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58000196b3bfb95614465459be64f6316aac3105
|
|
4
|
+
data.tar.gz: d0592204ffbdd5c4b0e1945460aa6557f6d4ff73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35a12baf14bae26143d852368fea396f89db3407b975977233f21556f4d863915decf35b76de6626709452fe49eb111769b4e70d11de39019bde31a758f35e1a
|
|
7
|
+
data.tar.gz: 12aa2fa906f5864b8b988163855a968e1de94738af8a04e24b360ba81d8b59c03e7e5f8f0a2c7a49d9967a156c9f8868f51a490f6c2a9e2dc2bf4206a740f189
|
data/lib/movie_quotes.rb
CHANGED
|
@@ -8,7 +8,7 @@ class MovieQuotes
|
|
|
8
8
|
# testing purposes
|
|
9
9
|
# BASE_URL = "http://dev.movie-quotes.com:3000/v1/quotes".freeze
|
|
10
10
|
|
|
11
|
-
BASE_URL = "https://movie-quotes-
|
|
11
|
+
BASE_URL = "https://movie-quotes-app.herokuapp.com/api/v1/quotes".freeze
|
|
12
12
|
|
|
13
13
|
attr_reader :filters
|
|
14
14
|
|
data/lib/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "0.0
|
|
1
|
+
VERSION = "0.1.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: movie_quotes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Roldan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: 2.3.2
|
|
55
|
-
description: Ruby client to interact with MovieQuotes API
|
|
55
|
+
description: Ruby client to interact with MovieQuotes API - http://movie-quotes-app.herokuapp.com/
|
|
56
56
|
email: juanroldan1989@gmail.com
|
|
57
57
|
executables: []
|
|
58
58
|
extensions: []
|