marvel_movies 0.1.3 → 0.1.4

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: 16c7a8d4ca6bfee46bb5b0d15cf1b243d8a152c4
4
- data.tar.gz: bd2b50c5d0cb55f909bbf1e95be46458b817bc14
3
+ metadata.gz: 8aa6236ad786b84f246dd984e3a4d277681c2493
4
+ data.tar.gz: 04af3918f0a7bf50cdefd75dcc0c1098a1906dd9
5
5
  SHA512:
6
- metadata.gz: 0ae065dae74bd8da86f006e83976449cb35d86f79ad8dffb7b403851c54721d0066000f8b33481d4d18ad252b925d2eca008a7697bdb7e364a5f24b9eac5f670
7
- data.tar.gz: 920889a5842fbb6a16c6ad1d06083e27a571fa523c02e746d646921b74639985606eca4731776f9446c8b9146df69d65b4425466de615541462cdba2d6a9626f
6
+ metadata.gz: 27bfc5b173a407b5e21559fc2dedc28fd6f2623cc3201aafa767a22a5c11e292734a5b2dc20f72f757669d09853b936f6e5c75234dc27d98cab9d865e29df8e1
7
+ data.tar.gz: ba9b725aca10bb983f19c5782b615d1c561a03f1cfc938a437002404dcc50de3c2f50f1f6ff02f7c8ebc13f34e1c033539f772de31376304c25da3dc52370bec
@@ -1,3 +1,3 @@
1
1
  module MarvelMovies
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marvel_movies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaun McClain
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-20 00:00:00.000000000 Z
11
+ date: 2016-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,8 +76,7 @@ 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:
80
- - marvel_movies
79
+ executables: []
81
80
  extensions: []
82
81
  extra_rdoc_files: []
83
82
  files:
@@ -93,7 +92,6 @@ files:
93
92
  - bin/console
94
93
  - bin/marvel-movies
95
94
  - bin/setup
96
- - exe/marvel_movies
97
95
  - lib/marvel_movies.rb
98
96
  - lib/marvel_movies/cli.rb
99
97
  - lib/marvel_movies/movie.rb
@@ -101,6 +99,7 @@ files:
101
99
  - marvel_movies-0.1.0.gem
102
100
  - marvel_movies-0.1.1.gem
103
101
  - marvel_movies-0.1.2.gem
102
+ - marvel_movies-0.1.3.gem
104
103
  - marvel_movies.gemspec
105
104
  homepage: https://github.com/mcclains2003/marvel_movies.git
106
105
  licenses:
data/exe/marvel_movies DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require 'marvel_movies'
4
-
5
- MarvelMovies::CLI.new.call