star-wars-comics 1.1.1 → 1.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ca2a3343867ca17b588229b283b96bcabaccee1bacd583f9e41b2b810b20908
4
- data.tar.gz: 5ce8afddbad1eadf45d0d12f97bcc5aa14fdff693a682b6f87e64c9366d9a78e
3
+ metadata.gz: f8f13b87f2111bc7c3ab42fd48d970fc2b483920aef8a2abe073e927d5a62fdf
4
+ data.tar.gz: d5d3afd6ba942394007f186e2773c2dee448324d19eb0dd1bb780c72c26b2d7e
5
5
  SHA512:
6
- metadata.gz: 4b4e9da54a42964810fe0677b84975e11dbeb75c93a214fcf00cd2e0188f4b7392c7462c3de1b0d085ff420d23fb35b6b5331aa668617a2ff6945cc7d5e9fd02
7
- data.tar.gz: 226edde177aaf8e8b5a1e23dead86bd6fda17ba73f7e755dc48321e9011bf7eac917a0b878be50209781f6a8dda15e2e84eb16b5253bbe3597ed6469b56bbf9b
6
+ metadata.gz: '091e876a1da092bbb733b91f218efa6c16475b35629ba6e13df8824a2587f2f1d38ada692b2c0e45b39f373c109ad132f8e6f50c17bd417ceb4da36bbdb6380c'
7
+ data.tar.gz: 366ab6f5e1d3b650eb78490edb587ec7a0c98cf0dd0b9483d147300651ebf6661b977b85a0be18f835d73ca5b792df399cfeab3182ffe98d1856c4ab72c4ad0a
@@ -100,7 +100,7 @@ class StarWarsComics::CLI
100
100
  loop do
101
101
  input = get_input("an issue", 1, series.issues.length)
102
102
 
103
- if input.class == Integer
103
+ if input.class == Fixnum
104
104
  show_info_for_issue(series.issues[input-1])
105
105
  list_issues_for_series(series)
106
106
  break
@@ -155,7 +155,7 @@ class StarWarsComics::CLI
155
155
  loop do
156
156
  input = get_input("an artist", 1, StarWarsComics::Artist.all.length)
157
157
 
158
- if input.class == Integer
158
+ if input.class == Fixnum
159
159
  show_info_for_artist(StarWarsComics::Artist.find(input))
160
160
  list_all_artists
161
161
  break
@@ -1,3 +1,3 @@
1
1
  module StarWarsComics
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: star-wars-comics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Kalum