lorem_ipsum_bio 0.0.3 → 0.1.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 +4 -4
  2. data/lib/lorem_ipsum_bio.rb +4 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dfd66e9c8acabf3eccc1f9d98d468bbb2bea0f8
4
- data.tar.gz: c0e1ff93fd61db8503f67996ab8c9451f631ea00
3
+ metadata.gz: a44a689ade090f127e9b04d6027da00bd3864b0b
4
+ data.tar.gz: eda261ac437ab9ebcc7f6a5f45d17dfbaf6a60c0
5
5
  SHA512:
6
- metadata.gz: 2e39051f36a84efb797b10d9c832e7185afd21b639c45c7896b14cd86414f2d8e3d964a77cef6d474e1027704ec0d98360d137719b95aeb64c9ca3355588fc81
7
- data.tar.gz: e0c25dc1c43457710a3ccd6e55a437c2b533289f3947208ae9412504dbfff66187d94706ca782badccd902ca6fe3f415dbc7e7daecf05637398b9a9a4d39d115
6
+ metadata.gz: 686bb7629cd251a7bc0959d8ef40322f7204b67b57e1e05ec8854108185b0a29c80632c24f5fb030003dce17ee9a5b4b2f5828037f79029d2b470de2293a7585
7
+ data.tar.gz: 1ea51c0eac09eeb0f197c9c880c96d8688fb895be75639ebf7f75574ed72b72929a78c2195528bcc1024f7492c9b0ac61506313382aa08fadfc1b5ce77c6a7bc
@@ -3,9 +3,11 @@ class LoremIpsumBio
3
3
 
4
4
  # Generate random string by sampling an array
5
5
  #
6
- # Example:
6
+ # Examples:
7
7
  # >> LoremIpsumBio.random_string(3, ['a', 'b', 'c'])
8
8
  # => "bac"
9
+ # >> LoremIpsumBio.random_string(2, ['who', 'am', 'I'])
10
+ # => "Iam"
9
11
  #
10
12
  # Arguments:
11
13
  # n: (Integer)
@@ -29,7 +31,7 @@ class LoremIpsumBio
29
31
  random_string(n, ['A', 'C', 'G', 'T'])
30
32
  end
31
33
 
32
- # Generate random DNA fragment
34
+ # Generate random RNA fragment
33
35
  #
34
36
  # Example:
35
37
  # >> LoremIpsumBio.random_RNA(3)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lorem_ipsum_bio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paweł Jankowski
@@ -20,7 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - bin/lorem_ipsum_bio
22
22
  - lib/lorem_ipsum_bio.rb
23
- homepage: http://rubygems.org/gems/lorem_ipsum_bio
23
+ homepage: https://github.com/pjanek/lorem_ipsum_bio
24
24
  licenses:
25
25
  - MIT
26
26
  metadata: {}