fake_paragraph 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/fake_paragraph.rb +7 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fede9e5c27a4061bcc3b243465a813ce440951194e7945240b390f8be161ab48
4
+ data.tar.gz: c56091938845b6f4dbd616d96d30ab70b368f4c7e106a361d0c08c6f51530958
5
+ SHA512:
6
+ metadata.gz: 6728cd5083d4b596bde86bf240192f7d2be46d9116879ad547bad1abc27352b5387538e80e1aea865e86f7059808b9511b8dabaa61bb42899a384319a4366666
7
+ data.tar.gz: 5e28b9455d9e0119b6b5f67b72213467be12f0d21f847f216459981927872e134ec28eacc36f136043d05de3ed0fe73bc698a380449aef2e82136b8bb37d2501
@@ -0,0 +1,7 @@
1
+ class FakeParagraph
2
+
3
+ def self.hello
4
+ puts "Hello world"
5
+ end
6
+
7
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fake_paragraph
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jonathan Mines
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-05-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Produces fake text with the ability to determine what words should appear,
14
+ their frequency, how many words should appear, how many sentences they should be
15
+ formed in, as well as how many line breaks the text should have.
16
+ email: minesja@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/fake_paragraph.rb
22
+ homepage: http://rubygems.org/gems/hola
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.7.6
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Produces customizable fake text.
46
+ test_files: []