rudyl 3.1.3 → 3.2.7

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 -1
  3. data/rudyl.gemspec +2 -2
  4. metadata +5 -5
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('rudyl', '3.1.3') do |p|
5
+ Echoe.new('rudyl', '3.2.7') 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
@@ -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.1.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-02-09}
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: 5
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
- - 1
9
- - 3
10
- version: 3.1.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-02-09 00:00:00 -08:00
18
+ date: 2011-04-26 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies: []
21
21