rudyl 3.1.3 → 3.2.7
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.
- data/Rakefile +1 -1
- data/bin/rudy +2 -1
- data/rudyl.gemspec +2 -2
- metadata +5 -5
data/Rakefile
CHANGED
data/bin/rudy
CHANGED
@@ -6,7 +6,8 @@ module Rudy
|
|
6
6
|
"How about Quizyes for lunch?",
|
7
7
|
"You just have to lift that up into the monad context.",
|
8
8
|
"What would people from the distant past think if they were here now?",
|
9
|
-
"We were trying for an industrial synth sound, but we wound up with more adult contemporary."
|
9
|
+
"We were trying for an industrial synth sound, but we wound up with more adult contemporary.",
|
10
|
+
"Was his name Jew Ishman?"
|
10
11
|
]
|
11
12
|
|
12
13
|
def Phrases.random
|
data/rudyl.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{rudyl}
|
5
|
-
s.version = "3.
|
5
|
+
s.version = "3.2.7"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Ehren Murdick"]
|
9
|
-
s.date = %q{2011-
|
9
|
+
s.date = %q{2011-04-26}
|
10
10
|
s.default_executable = %q{rudy}
|
11
11
|
s.description = %q{A gem that is Rudy}
|
12
12
|
s.email = %q{ehren.murdick @nospam@ gmail.com}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rudyl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 3.
|
8
|
+
- 2
|
9
|
+
- 7
|
10
|
+
version: 3.2.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ehren Murdick
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-04-26 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|