phi 1.0.4 → 1.0.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: 54f980738bd45cc12048000de542162ea1f34f87
4
- data.tar.gz: 46774118edc2ba64485de1d222b7222e35fc60a3
3
+ metadata.gz: 1145333af552143f9f03f2b142a578d11b558658
4
+ data.tar.gz: bf010454c494f2d849ab6093e7defbe8014a4462
5
5
  SHA512:
6
- metadata.gz: 204b110728a6728817694f6c53f1f6f168539a19213f2977da3ed1d52473d0ae4b7b01b87c3846ab969aaeda6c5874c65016cd70a9071ff394eefd20507ba162
7
- data.tar.gz: 5ae0a8e8bc6a05127025570e6b3110f283efe79893b282b154e5a8a371c7b569d02e60a230f11b3566ee632dbaf886daea4820da71d2334a705f44984fc98e9d
6
+ metadata.gz: 3afeb7d9c8c2fe1a93b4385d119db3d0beec593e1125d6818b042b563ebdbb81fc111cfc9a6f2bb48956317480cb605686f41b2f540a420159cfe2b33b6362ba
7
+ data.tar.gz: 8c364a32afd62d02952f2a997826ce077f3a51fb68904cea7de59cc501ed9bc6619b5fad3c9b2a67c38414efb1c00453384557e80fbad439f9da9155f431309e
@@ -4,7 +4,6 @@ module Phi
4
4
  include Enumerable
5
5
  extend Forwardable
6
6
 
7
- # attr_accessor :browsed
8
7
  attr_reader :losophy, :pages, :browsed
9
8
 
10
9
  def initialize(losophy)
@@ -16,7 +15,7 @@ module Phi
16
15
  def each
17
16
  until current_page.philosophy?
18
17
  if browsed?
19
- puts "#{current_page.term} has entered an infinant loop and will not hit philosophy"
18
+ puts "#{current_page.term} has entered ani infinate loop and will not hit philosophy"
20
19
  puts "The Philosophy Index in this case will reflect the pages from #{term} to the loop causing #{current_page.term}"
21
20
  break
22
21
  else
data/lib/phi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Phi
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Wangenheim