lorem_ipsum_text 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47db71969b49248c659e73a329f7dcc5cc6f95d688f0e166e744349f870c4fc7
4
- data.tar.gz: d81aeb02cb95549957ee639b4c84d376aa07c337e4e8c679f78adddc2fbbc560
3
+ metadata.gz: 88a25273985548c6c8fa5809a5ac8e884c35a2a2485fea226e04eb2fc4cb6aaa
4
+ data.tar.gz: 59f3828d30c89c4c5f024f68b70e7f740e53b008feea5b69c3550dc18e5331a0
5
5
  SHA512:
6
- metadata.gz: 9976afaefca43c245108054be0ed32fd6777fc08964ccc834602d46d11a80c4198215d1df2f1c11d685542b60cad3db041cb06c7d7c47b8ecef34b00577b2a96
7
- data.tar.gz: 7a38a41cc9309d5d5088cf5a7f6018a07f7d245605c644a55b964a1c3a6a8402c3f1323618ef0e92d3a82f913dd26ebad2049e4d4405d796ad6108499c897a7c
6
+ metadata.gz: b3c7afc76cf22eaeddfbf1f18b808c4023b166cc3316c0fdfbece2a9780609306b662e68fc9a6fe61878f8cae56258cfd82d9316031a45478e4bad46d202ff08
7
+ data.tar.gz: 7a4bf3b3473cb92fa8f39e8d06a0d1de9653d876be771c298f4086ba64696ab6d1e7f2f554b4f1701f31baa5c0aa1d34cbcc76e0a6ee087f9b708f253d9cbef0
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # LoremIpsumText
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/lorem_ipsum_text`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
2
+ Welcome to LoremIpsumText! This Ruby gem is used to generate a single line, Paragraph, multiple paragraph text
6
3
 
7
4
  ## Installation
8
5
 
@@ -22,7 +19,27 @@ Or install it yourself as:
22
19
 
23
20
  ## Usage
24
21
 
25
- TODO: Write usage instructions here
22
+ ```
23
+ require 'lorem_ipsum_text'
24
+
25
+ LoremIpsumText::paragraph
26
+
27
+ #output:
28
+
29
+ "Minim cillum esse reprehenderit magna. Cupidatat sit ullamco anim dolore aliquip magna sint reprehenderit ex cupidatat. Occaecat mollit esse adipisicing dolor duis. Reprehenderit commodo anim in officia. Duis esse id incididunt exercitation Lorem sunt fugiat. Est ipsum quis nulla veniam culpa enim dolor voluptate aliquip et mollit."
30
+ ```
31
+
32
+ ## Available methods:
33
+
34
+ ```
35
+ LoremIpsumText::one_line
36
+
37
+ LoremIpsumText::paragraph
38
+
39
+ LoremIpsumText::multiple_para
40
+ ```
41
+
42
+
26
43
 
27
44
  ## Development
28
45
 
@@ -32,7 +49,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
49
 
33
50
  ## Contributing
34
51
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lorem_ipsum_text.
52
+ Bug reports and pull requests are welcome on GitHub at https://github.com/atchyutn/lorem_ipsum_text.
36
53
 
37
54
  ## License
38
55
 
@@ -1,3 +1,3 @@
1
1
  module LoremIpsumText
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lorem_ipsum_text
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atchyut Nagabhairava
@@ -56,6 +56,7 @@ files:
56
56
  - lib/lorem_ipsum_text.rb
57
57
  - lib/lorem_ipsum_text/version.rb
58
58
  - lorem_ipsum_text-0.0.1.gem
59
+ - lorem_ipsum_text-0.0.2.gem
59
60
  - lorem_ipsum_text.gemspec
60
61
  homepage: ''
61
62
  licenses: