fillertext 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.mkd CHANGED
@@ -11,7 +11,6 @@ standard "lorem ipsum" text or a variety of other clever substitute texts.
11
11
 
12
12
  Installing FillerText
13
13
  ---------------------
14
- **NOTE:** *This isn't actually live on rubygems yet.*
15
14
 
16
15
  Install using:
17
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,65 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "fillertext"
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Colin Dean"]
12
+ s.date = "2012-08-09"
13
+ s.description = "Generates filler text through a direct interface or by monkeypatching Fixnum"
14
+ s.email = "git+gems@cad.cx"
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.mkd"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".rvmrc",
22
+ "Gemfile",
23
+ "Gemfile.lock",
24
+ "LICENSE.txt",
25
+ "README.mkd",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "fillertext.gemspec",
29
+ "lib/fillertext.rb",
30
+ "lib/fillertext/fillertext.rb",
31
+ "lib/fillertext/fixnum.rb",
32
+ "lib/fillertext/styles/hipster.rb",
33
+ "lib/fillertext/styles/lorem.rb",
34
+ "lib/fillertext/styles/yinzer.rb",
35
+ "spec/fillertext_spec.rb",
36
+ "test/fillertext_test.rb"
37
+ ]
38
+ s.homepage = "http://github.com/colindean/fillertext"
39
+ s.licenses = ["MIT"]
40
+ s.require_paths = ["lib"]
41
+ s.rubygems_version = "1.8.24"
42
+ s.summary = "Generates filler/placeholder text in a Rubyistic way"
43
+
44
+ if s.respond_to? :specification_version then
45
+ s.specification_version = 3
46
+
47
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
48
+ s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
49
+ s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
50
+ s.add_development_dependency(%q<simplecov>, [">= 0"])
51
+ s.add_development_dependency(%q<turn>, [">= 0"])
52
+ else
53
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
54
+ s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
55
+ s.add_dependency(%q<simplecov>, [">= 0"])
56
+ s.add_dependency(%q<turn>, [">= 0"])
57
+ end
58
+ else
59
+ s.add_dependency(%q<rdoc>, ["~> 3.12"])
60
+ s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
61
+ s.add_dependency(%q<simplecov>, [">= 0"])
62
+ s.add_dependency(%q<turn>, [">= 0"])
63
+ end
64
+ end
65
+
@@ -1,7 +1,13 @@
1
1
  module FillerText::Style
2
2
  class YinzerIpsum
3
3
  def self.text
4
- "Yinzer ipsum stillers dahntahn Picksburgh. Jeet jet? No, joo? Wawrsh yer Primanti's dahn with Imp an' arn."
4
+ "Yinzer ipsum, yinz jagoffs. Dem Stillers ain't in dahntahn Picksburgh, and da Buccos aren't there, either. The Civic Arena was a beaut', but nah the Pens got that Consol Center thing that no one can pronounce.
5
+ Jeet jet? No, joo? Wawrsh yer Primanti's dahn with Imp an' arn. She likes kolbassi with Heinz ketchup 'n' 'at on it.
6
+ My mom put on her babushka. My sister teased me because I couldn't go to Kennywood because my room needs redding up. She's a nebby jagoff.
7
+ I wanna go to that frozen yogurt place where they've got jimmies comin' out of a spicket on the wall. It's not on Mount Wawrshington.
8
+ She's got that neat baby buggy with the hap on the back, held on by a gumband. She runs 'round the Sah Side while he works in some office in S'Liberty.
9
+ Breakfast needed made, so I threw together some chipped ham on a hoagie bun. She yelled at me because I didn't make dippy eggs. I put white pepper in his cruddled milk. That'll show 'im! Anymore, we're always jaggin' each other like this. Keeps things interesting.
10
+ That damn grinnie just fell off the bannister. He must not have seen the weather! It's slippy aht!"
5
11
  end
6
12
  end
7
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fillertext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-07 00:00:00.000000000 Z
12
+ date: 2012-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc
@@ -92,6 +92,7 @@ files:
92
92
  - README.mkd
93
93
  - Rakefile
94
94
  - VERSION
95
+ - fillertext.gemspec
95
96
  - lib/fillertext.rb
96
97
  - lib/fillertext/fillertext.rb
97
98
  - lib/fillertext/fixnum.rb
@@ -115,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
116
  version: '0'
116
117
  segments:
117
118
  - 0
118
- hash: -2412435519573485363
119
+ hash: 666528760616931065
119
120
  required_rubygems_version: !ruby/object:Gem::Requirement
120
121
  none: false
121
122
  requirements: