yodaism 0.0.5 → 0.0.6

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.
@@ -16,6 +16,7 @@ module Yodaism
16
16
  end
17
17
 
18
18
  def ascii
19
+ @@quote_array = Array.new
19
20
  quote_with_yoda(split_quote_text(random))
20
21
  end
21
22
 
@@ -1,3 +1,3 @@
1
1
  module Yodaism
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - willywos
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-01-14 00:00:00 -06:00
17
+ date: 2012-01-15 00:00:00 -06:00
18
18
  default_executable: yodaism
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency