lotr 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/design.md +1 -1
  4. data/lib/lotr/version.rb +1 -1
  5. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcd353deec930c674b8286a9c513c8599c04052d04832f29ba720dec0d7e80c6
4
- data.tar.gz: 57fda492ff53fca8c2318e757896abf8fb1a7bc77459e510a6a46ae222dad4e1
3
+ metadata.gz: e4867e74be492690cefeca89f807dab3747eccc7695352835347287c79ea0c56
4
+ data.tar.gz: 96aeb562399385acccc572c64870702132d64e9ce0ecfea54ec6ddb0caa0c52a
5
5
  SHA512:
6
- metadata.gz: 41925c416d4cda61a3e888d75e8273178560ba9ad78384fae57ba99cddfb09a05f9bc67179cf932369e0caac9608ff75773a0deb539a72a47ad690381781423f
7
- data.tar.gz: 15ba5f558c2b2a5af3bca68a8c87e2d6f7f2823e893b480f72cc53b8e9da423699b331c311cdd855ed33f4510a0370315d304dd537179395d13e55ca4d5f35f7
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 [DESIGN.md](DESIGN.md) for more details on the design of the SDK.
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/fawaz-SDK. 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/fawaz-SDK/blob/main/CODE_OF_CONDUCT.md).
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/fawaz-SDK/blob/main/CODE_OF_CONDUCT.md).
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 sorting for `/movie` and `/quote` endpoints but it doesn't seem to be supported by the API
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lotr
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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-02-16 00:00:00.000000000 Z
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/fawaz-SDK
78
+ homepage: https://github.com/FawazFarid/lotr
79
79
  licenses:
80
80
  - MIT
81
81
  metadata:
82
- homepage_uri: https://github.com/FawazFarid/fawaz-SDK
83
- source_code_uri: https://github.com/FawazFarid/fawaz-SDK
84
- changelog_uri: https://github.com/FawazFarid/fawaz-SDK/blob/main/CHANGELOG.md
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: