marvel_movies 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: 8aa6236ad786b84f246dd984e3a4d277681c2493
4
- data.tar.gz: 04af3918f0a7bf50cdefd75dcc0c1098a1906dd9
3
+ metadata.gz: 56fea5d7d412d45edacfba61aae86a1dd51b3972
4
+ data.tar.gz: 255204711eced50b4a1aac888d074ad8f923abda
5
5
  SHA512:
6
- metadata.gz: 27bfc5b173a407b5e21559fc2dedc28fd6f2623cc3201aafa767a22a5c11e292734a5b2dc20f72f757669d09853b936f6e5c75234dc27d98cab9d865e29df8e1
7
- data.tar.gz: ba9b725aca10bb983f19c5782b615d1c561a03f1cfc938a437002404dcc50de3c2f50f1f6ff02f7c8ebc13f34e1c033539f772de31376304c25da3dc52370bec
6
+ metadata.gz: 3c97dda532c78b8fc7a3b459c23390444c6cdf6ea78e1b4def4831db3a8e36473eee14eed109eb6b7769d02d89347c1375ba59ab83f81366624b11ab1a44ad36
7
+ data.tar.gz: 38b5f2c72bca62c6aacfedb7e9b399c453cdbfc01cdb40f1b6840bc93762f114038313430d4725474e8ff65c54c20b4e485757f16019d72531a5244cd87d1e9a
data/exe/marvel_movies ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'marvel_movies'
4
+
5
+ MarvelMovies::CLI.new.call
@@ -1,3 +1,3 @@
1
1
  module MarvelMovies
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marvel_movies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun McClain
@@ -76,7 +76,8 @@ description: This Gem scrapes movies from the Marvel website and then displays t
76
76
  You can choose a movie from the list it displays to see more information about it.
77
77
  email:
78
78
  - mcclains2003@gmail.com
79
- executables: []
79
+ executables:
80
+ - marvel_movies
80
81
  extensions: []
81
82
  extra_rdoc_files: []
82
83
  files:
@@ -92,6 +93,7 @@ files:
92
93
  - bin/console
93
94
  - bin/marvel-movies
94
95
  - bin/setup
96
+ - exe/marvel_movies
95
97
  - lib/marvel_movies.rb
96
98
  - lib/marvel_movies/cli.rb
97
99
  - lib/marvel_movies/movie.rb
@@ -100,6 +102,7 @@ files:
100
102
  - marvel_movies-0.1.1.gem
101
103
  - marvel_movies-0.1.2.gem
102
104
  - marvel_movies-0.1.3.gem
105
+ - marvel_movies-0.1.4.gem
103
106
  - marvel_movies.gemspec
104
107
  homepage: https://github.com/mcclains2003/marvel_movies.git
105
108
  licenses: