lotr 0.1.0 → 0.1.1
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/README.md +3 -3
- data/design.md +1 -1
- data/lib/lotr/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4867e74be492690cefeca89f807dab3747eccc7695352835347287c79ea0c56
|
|
4
|
+
data.tar.gz: 96aeb562399385acccc572c64870702132d64e9ce0ecfea54ec6ddb0caa0c52a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efe8ba7805f1ff64d726881f93cf3816811680357c5c59b16725cef2b302d31b078e72f506d7ee9476a9c92cbbf40b07c678a23223f8a5253f7338fb5243950d
|
|
7
|
+
data.tar.gz: 5eb4ccb6f4d85776e5ec3a360f55a8a60f61d8bd269b025bdca31ec53fad7b8b71720a3c6cff5bb80df6db2232ebecaa9ef174e75648e0d741d86d538f6a256a
|
data/README.md
CHANGED
|
@@ -78,7 +78,7 @@ end
|
|
|
78
78
|
|
|
79
79
|
### Design
|
|
80
80
|
|
|
81
|
-
See [
|
|
81
|
+
See [design.md](https://github.com/FawazFarid/lotr/blob/main/design.md) for more details on the design of the SDK.
|
|
82
82
|
|
|
83
83
|
## Development
|
|
84
84
|
|
|
@@ -88,7 +88,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
88
88
|
|
|
89
89
|
## Contributing
|
|
90
90
|
|
|
91
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/FawazFarid/
|
|
91
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/FawazFarid/lotr. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/https://github.com/FawazFarid/lotr/blob/main/CODE_OF_CONDUCT.md).
|
|
92
92
|
|
|
93
93
|
## License
|
|
94
94
|
|
|
@@ -96,4 +96,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
96
96
|
|
|
97
97
|
## Code of Conduct
|
|
98
98
|
|
|
99
|
-
Everyone interacting in the Lotr project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/FawazFarid/
|
|
99
|
+
Everyone interacting in the Lotr project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/FawazFarid/lotr/blob/main/CODE_OF_CONDUCT.md).
|
data/design.md
CHANGED
|
@@ -128,5 +128,5 @@ client = Lotr::Client.new(api_key: 'easy_peasy')
|
|
|
128
128
|
|
|
129
129
|
## Some other stuff I'd like to add (If I had more time)
|
|
130
130
|
|
|
131
|
-
- Implement
|
|
131
|
+
- Implement filtering for `/movie` and `/quote` endpoints but it doesn't seem to be supported by the API
|
|
132
132
|
- fetching API key from local .env file using [dotenv](https://github.com/bkeepers/dotenv) gem.
|
data/lib/lotr/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lotr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fawaz Farid
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -75,13 +75,13 @@ files:
|
|
|
75
75
|
- lib/lotr/response.rb
|
|
76
76
|
- lib/lotr/version.rb
|
|
77
77
|
- sig/lotr.rbs
|
|
78
|
-
homepage: https://github.com/FawazFarid/
|
|
78
|
+
homepage: https://github.com/FawazFarid/lotr
|
|
79
79
|
licenses:
|
|
80
80
|
- MIT
|
|
81
81
|
metadata:
|
|
82
|
-
homepage_uri: https://github.com/FawazFarid/
|
|
83
|
-
source_code_uri: https://github.com/FawazFarid/
|
|
84
|
-
changelog_uri: https://github.com/FawazFarid/
|
|
82
|
+
homepage_uri: https://github.com/FawazFarid/lotr
|
|
83
|
+
source_code_uri: https://github.com/FawazFarid/lotr
|
|
84
|
+
changelog_uri: https://github.com/FawazFarid/lotr/blob/main/CHANGELOG.md
|
|
85
85
|
post_install_message:
|
|
86
86
|
rdoc_options: []
|
|
87
87
|
require_paths:
|