vydumschik 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ module Vydumschik
49
49
  "#{street[:name]}, #{apt}"
50
50
  end
51
51
 
52
- private_class_method :data
52
+ private
53
53
 
54
54
  def self.data
55
55
  @data ||= YAML.load_file(File.expand_path('../../../data/addresses.yml', __FILE__))
@@ -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
74
74
 
75
75
  # Random value based on limits
76
76
  def self.random_length(limits)
@@ -32,7 +32,7 @@ module Vydumschik
32
32
  [surname(gender), first_name(gender), middle_name(gender)].join(' ')
33
33
  end
34
34
 
35
- private_class_method :data, :random_gender
35
+ private
36
36
 
37
37
  def self.data
38
38
  @data ||= YAML.load_file(File.expand_path('../../../data/names.yml', __FILE__))
@@ -1,3 +1,3 @@
1
1
  module Vydumschik
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leonid Shevtsov