phi 1.0.5 → 1.0.6

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: 1145333af552143f9f03f2b142a578d11b558658
4
- data.tar.gz: bf010454c494f2d849ab6093e7defbe8014a4462
3
+ metadata.gz: fc5b80eec01076e27957545b9c28aef657a88610
4
+ data.tar.gz: a6275b29ab48fcbc8b914d090e9e5366fcdc4916
5
5
  SHA512:
6
- metadata.gz: 3afeb7d9c8c2fe1a93b4385d119db3d0beec593e1125d6818b042b563ebdbb81fc111cfc9a6f2bb48956317480cb605686f41b2f540a420159cfe2b33b6362ba
7
- data.tar.gz: 8c364a32afd62d02952f2a997826ce077f3a51fb68904cea7de59cc501ed9bc6619b5fad3c9b2a67c38414efb1c00453384557e80fbad439f9da9155f431309e
6
+ metadata.gz: e9f10750166283b46a4c8467bfc252ceabe7415bbec4b768814a5e56cc300ed62eae56cef6dbb1e7578ea12ebdeda6a29c2ba01b9cd3cd832049930caab1a859
7
+ data.tar.gz: 6d196f84282ba0779c842f5a526a8aaff4b6675b922c3f749943e3e2471906975e1cf3501f8cb76989c842ea754732b3c151c363920a3628cb3e51fbb1acd509
@@ -15,7 +15,7 @@ module Phi
15
15
  def each
16
16
  until current_page.philosophy?
17
17
  if browsed?
18
- puts "#{current_page.term} has entered ani infinate loop and will not hit philosophy"
18
+ puts "#{current_page.term} has entered ani infinite loop and will not hit philosophy"
19
19
  puts "The Philosophy Index in this case will reflect the pages from #{term} to the loop causing #{current_page.term}"
20
20
  break
21
21
  else
data/lib/phi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Phi
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Wangenheim