rudyl 3.2.7 → 5.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/bin/rudy +2 -2
  3. data/rudyl.gemspec +2 -2
  4. metadata +6 -6
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('rudyl', '3.2.7') do |p|
5
+ Echoe.new('rudyl', '5.8.1') do |p|
6
6
  p.description = "A gem that is Rudy"
7
7
  p.author = "Ehren Murdick"
8
8
  p.email = "ehren.murdick @nospam@ gmail.com"
data/bin/rudy CHANGED
@@ -5,9 +5,9 @@ module Rudy
5
5
  "Looks like we found our B.",
6
6
  "How about Quizyes for lunch?",
7
7
  "You just have to lift that up into the monad context.",
8
- "What would people from the distant past think if they were here now?",
9
8
  "We were trying for an industrial synth sound, but we wound up with more adult contemporary.",
10
- "Was his name Jew Ishman?"
9
+ "Was his name Jew Ishman?",
10
+ "Thank you. Thanks. No, thank you."
11
11
  ]
12
12
 
13
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.2.7"
5
+ s.version = "5.8.1"
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-04-26}
9
+ s.date = %q{2011-07-13}
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: 1
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
- - 3
8
- - 2
9
- - 7
10
- version: 3.2.7
7
+ - 5
8
+ - 8
9
+ - 1
10
+ version: 5.8.1
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-04-26 00:00:00 -07:00
18
+ date: 2011-07-13 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21