faker 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/README.md +1 -1
- data/lib/faker/version.rb +1 -1
- data/lib/locales/en.yml +0 -49
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1d7c3b33cba95cfec8bda0796ff48fa6ecc6bf66e031ca1a5dfd9801f802e08
|
4
|
+
data.tar.gz: dad43fb6acaebc8e6b8d95a03801621d0b484f7d8339107cf646bf7b3a5e3305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5a88255f6cb9d41be83134ddcdd3d54bf5517f66e165ad71a877b54caed0d612838596969095c28657936cfda88dcad5ef0d1ba21acfc45c9273af351c453e8
|
7
|
+
data.tar.gz: e0b169592e5d671f62a98c8f16b53c3cc058342afd0f690fa72305a86366271f92ccfdf36ea1f394516ccc55999d06cbd55be5159bfe1aa69fc1ab57eaf41839
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,23 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## [v2.1.1](https://github.com/stympy/faker/tree/2.1.1) (2019-10-08)
|
4
|
+
|
5
|
+
## Bug/Fixes
|
6
|
+
|
7
|
+
- [PR #1685](https://github.com/stympy/faker/pull/1685) Upgrade i18n [@EduardoGHdez](https://github.com/EduardoGHdez)
|
8
|
+
|
9
|
+
`bundler-audit` has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.
|
10
|
+
|
11
|
+
- [PR #1683](https://github.com/stympy/faker/pull/1683) Rollback Faker::Time changes [@vbrazo](https://github.com/vbrazo)
|
12
|
+
|
13
|
+
Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.
|
14
|
+
|
15
|
+
## Documentation
|
16
|
+
|
17
|
+
- [PR #1677](https://github.com/stympy/faker/pull/1677) Fix docs for Internet#password generator [@ur5us](https://github.com/ur5us)
|
18
|
+
|
19
|
+
------------------------------------------------------------------------------
|
20
|
+
|
3
21
|
## [v2.1.0](https://github.com/stympy/faker/tree/2.1.0) (2019-31-07)
|
4
22
|
|
5
23
|
## Bug/Fixes
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
![logotype a happy-07](https://user-images.githubusercontent.com/36028424/40263395-4318481e-5b44-11e8-92e5-3dcc1ce169b3.png)
|
3
3
|
|
4
4
|
# Faker
|
5
|
-
[![Build Status](https://travis-ci.org/
|
5
|
+
[![Build Status](https://travis-ci.org/faker-ruby/faker.svg?branch=master)](https://travis-ci.org/faker-ruby/faker)
|
6
6
|
[![Gem Version](https://badge.fury.io/rb/faker.svg)](https://badge.fury.io/rb/faker)
|
7
7
|
[![Inline docs](http://inch-ci.org/github/stympy/faker.svg?branch=master)](http://inch-ci.org/github/stympy/faker)
|
8
8
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/test_coverage)](https://codeclimate.com/github/stympy/faker/test_coverage)
|
data/lib/faker/version.rb
CHANGED
data/lib/locales/en.yml
CHANGED
@@ -9,52 +9,3 @@ en:
|
|
9
9
|
pm: "PM"
|
10
10
|
faker:
|
11
11
|
separator: ' & '
|
12
|
-
date:
|
13
|
-
abbr_day_names:
|
14
|
-
- Sun
|
15
|
-
- Mon
|
16
|
-
- Tue
|
17
|
-
- Wed
|
18
|
-
- Thu
|
19
|
-
- Fri
|
20
|
-
- Sat
|
21
|
-
abbr_month_names:
|
22
|
-
-
|
23
|
-
- Jan
|
24
|
-
- Feb
|
25
|
-
- Mar
|
26
|
-
- Apr
|
27
|
-
- May
|
28
|
-
- Jun
|
29
|
-
- Jul
|
30
|
-
- Aug
|
31
|
-
- Sep
|
32
|
-
- Oct
|
33
|
-
- Nov
|
34
|
-
- Dec
|
35
|
-
day_names:
|
36
|
-
- Sunday
|
37
|
-
- Monday
|
38
|
-
- Tuesday
|
39
|
-
- Wednesday
|
40
|
-
- Thursday
|
41
|
-
- Friday
|
42
|
-
- Saturday
|
43
|
-
formats:
|
44
|
-
default: "%m-%d-%Y"
|
45
|
-
long: "%B %d, %Y"
|
46
|
-
short: "%b %d"
|
47
|
-
month_names:
|
48
|
-
-
|
49
|
-
- January
|
50
|
-
- February
|
51
|
-
- March
|
52
|
-
- April
|
53
|
-
- May
|
54
|
-
- June
|
55
|
-
- July
|
56
|
-
- August
|
57
|
-
- September
|
58
|
-
- October
|
59
|
-
- November
|
60
|
-
- December
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Curtis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-08-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '0.
|
20
|
+
version: '0.8'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '0.
|
27
|
+
version: '0.8'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: minitest
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -514,13 +514,13 @@ files:
|
|
514
514
|
- lib/locales/vi.yml
|
515
515
|
- lib/locales/zh-CN.yml
|
516
516
|
- lib/locales/zh-TW.yml
|
517
|
-
homepage: https://github.com/
|
517
|
+
homepage: https://github.com/faker-ruby/faker
|
518
518
|
licenses:
|
519
519
|
- MIT
|
520
520
|
metadata:
|
521
|
-
changelog_uri: https://github.com/
|
522
|
-
source_code_uri: https://github.com/
|
523
|
-
bug_tracker_uri: https://github.com/
|
521
|
+
changelog_uri: https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md
|
522
|
+
source_code_uri: https://github.com/faker-ruby/faker
|
523
|
+
bug_tracker_uri: https://github.com/faker-ruby/faker/issues
|
524
524
|
post_install_message:
|
525
525
|
rdoc_options: []
|
526
526
|
require_paths:
|