world_top_movies 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7b5f19103a5b75878e86cb84fb59754d39693aff13cae4a4518a16a07cc75fa
4
- data.tar.gz: 3e3d1ac48be57387e02462b8797fe2c449f2bfdee12cee62a19839f4da7b6f3a
3
+ metadata.gz: abfebe31c994c60d3591d4afb5821a7b04a58c06c4eb0085fbbaf00082cfb3d9
4
+ data.tar.gz: ef4aeea4a0fb6bd8ab8fa499bf9a2957db87f2753560fe5d025a1261f4c1d9a7
5
5
  SHA512:
6
- metadata.gz: 21f19352c85c26196feba5a0767435b69a9a723ac4352c57fb30e0707056924b1dd0cd6e3a1b22b52be5ebaf09067eac9ec35ceb712e073095d78f668ac0104c
7
- data.tar.gz: 02abf0f06aaee93c06fd5dba6672b05e5f48f637e61c43dabf20dab7481a8dc175a9a175ccc7289e0cb65bbf9a17d2486bb551965fe43532f6485a550569da20
6
+ metadata.gz: 0cba8ec962e056352d4be60a992085da63c29a829cbb7b412998662759244656c625937fb60266aaf02860cc6e20d94576449c57e99c984ef1c7bb2a84a2839e
7
+ data.tar.gz: 49a2b92d53a44acc814676a89bcc3eff44ea5cee1e1d29f43dddef6b8cb6395d770eea1c3297f1c6e17c378c4871a6bd88a3db7dfe26ea8eec58209872793fd3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- world_top_movies (0.1.8)
4
+ world_top_movies (0.1.9)
5
5
  activerecord (~> 5.2)
6
6
  artii
7
7
  colorize (~> 0.8.1)
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # WorldTopMovies
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/world_top_movies`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Welcome to the world_top_movie gem. Here you can look up for the highest rated movies of all time.
6
4
 
7
5
  ## Installation
8
6
 
@@ -37,7 +35,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
37
35
 
38
36
  ## Contributing
39
37
 
40
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/world_top_movies. 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/[USERNAME]/world_top_movies/blob/master/CODE_OF_CONDUCT.md).
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/codehunt101/world_top_movies. 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/codehunt101/world_top_movies/blob/master/CODE_OF_CONDUCT.md).
41
39
 
42
40
  ## License
43
41
 
@@ -45,4 +43,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
45
43
 
46
44
  ## Code of Conduct
47
45
 
48
- Everyone interacting in the WorldTopMovies project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/world_top_movies/blob/master/CODE_OF_CONDUCT.md).
46
+ Everyone interacting in the WorldTopMovies project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/codehunt101/world_top_movies/blob/master/CODE_OF_CONDUCT.md).
@@ -28,7 +28,7 @@ class WorldTopMovies::CLI
28
28
  puts " By Harold Torres Marino | p: +61 401 927 123 | e: haroldtm55@gmail.com".colorize(:mode => :italic)
29
29
  puts "-----------------------------------------------------------------------------------"
30
30
  sleep(0.5)
31
- puts "\nWelcome to the World's Top Movies of all times, a place where you can look up for worldwide top rated movies!\n\n"
31
+ puts "\nWelcome to the World's Top Movies of all time, a place where you can look up for worldwide top rated movies!\n\n"
32
32
  sleep(1.5)
33
33
  username = self.class.prompt.ask("Please enter your username to log in or sign up: ") do |q|
34
34
  q.required(true, "Oops, seems you haven't provided your username! Try again please.")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WorldTopMovies
4
- VERSION = "0.1.8"
4
+ VERSION = "0.1.9"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: world_top_movies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harold Torres Marino
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-28 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty