strobogrammatic 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 (2) hide show
  1. data/lib/strobogrammatic.rb +1 -1
  2. metadata +4 -4
@@ -12,7 +12,7 @@ module Strobogrammatic
12
12
  end
13
13
  end
14
14
 
15
- class Fixnum
15
+ class Integer
16
16
  def strobogrammatic?
17
17
  midpoint = (to_s.length / 2.0).ceil
18
18
  to_s[0...midpoint].split(//).each_with_index.map do |char, index|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Derek Passen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2013-06-16 00:00:00 -04:00
17
+ date: 2013-06-17 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -29,7 +29,7 @@ extra_rdoc_files: []
29
29
  files:
30
30
  - lib/strobogrammatic.rb
31
31
  has_rdoc: true
32
- homepage: http://rubygems.org/gems/strobogrammatic
32
+ homepage: https://github.com/dpassen1/strobogrammatic
33
33
  licenses: []
34
34
 
35
35
  post_install_message: