vydumschik 0.0.1 → 0.0.2

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.
data/README.md CHANGED
@@ -11,6 +11,8 @@ This gem generates fake data for database population in Russian. It probably won
11
11
  gem install vydumschik
12
12
 
13
13
  ## Имена
14
+
15
+ > require 'vydumschik'
14
16
 
15
17
  > Vydumschik::Name.first_name
16
18
  "Филипп"
@@ -70,7 +70,7 @@ module Vydumschik
70
70
  sentences.join(' ')
71
71
  end
72
72
 
73
- private_class_method :random_length, capitalize_ru
73
+ private_class_method :random_length, :capitalize_ru
74
74
 
75
75
  # Random value based on limits
76
76
  def self.random_length(limits)
@@ -1,3 +1,3 @@
1
1
  module Vydumschik
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vydumschik
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leonid Shevtsov