faker 1.9.5 → 1.9.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +28 -0
  3. data/lib/faker/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 164843e83c11118f4e9f7dff6d016f935dc17e0357b3e3eebd6154807d55080c
4
- data.tar.gz: ab020d7e718c7296243261fc80ef23cd68f45b75bd25ebcf49d71f7762ff1f0f
3
+ metadata.gz: 182c6a436b64f259813bf79005eb3b0f5f2ce35d3c522b9fb2681ac68bdfe115
4
+ data.tar.gz: 96db38b14bf7a8afaf09ef6e0d232ad153e1bffcfeff85015b95b9b29cd7e1ea
5
5
  SHA512:
6
- metadata.gz: cfa60132f324e695e61f0c407dcc889434bfc34c4650dd0f641a0cce915e342976bcc4d72572cc202f561df1c0c39ffff3f767d938654d2e5a18f96e81b56002
7
- data.tar.gz: ee0a3fad7541ee50e6ca3bbb46c7190a5f60ace40f140bac63170ce676a82f408fc73b81f1034041921bfa28cc7ae75126cacecbb37dd926dac8b37cbd8f08d9
6
+ metadata.gz: c6c0ca2ab46c4775bc0ed36ad046a7598d322e5d452b14475725e2ef8a72a5aa1c5fb5d772b251dedf49a744e4245370c51a5d351618297bf5690b5b0626df8d
7
+ data.tar.gz: 63e374de8cc2ce4658b297978af85250a8767cde7dd365a1492ff2b381caf07faa90d95066a52346667b55eae95275c1003e14b3abecc32102115796fef791e8
@@ -11,6 +11,34 @@
11
11
 
12
12
  ------------------------------------------------------------------------------
13
13
 
14
+ ## [v1.9.6](https://github.com/stympy/faker/tree/v1.9.5) (2019-07-05)
15
+
16
+ Fix lib/faker/version.rb
17
+
18
+ ## [v1.9.5](https://github.com/stympy/faker/tree/v1.9.5) (2019-07-04)
19
+
20
+ ### Bug
21
+
22
+ - [PR #1644](https://github.com/stympy/faker/pull/1644) Revert fakerbot and move to own repository inside new organization [@vbrazo](https://github.com/vbrazo)
23
+
24
+ ### Deprecate
25
+
26
+ - [PR #1516](https://github.com/stympy/faker/pull/1516) Deprecate Faker::Number.decimal_part and Faker::Number.leading_zero_number [@vbrazo](https://github.com/vbrazo)
27
+
28
+ ### Documentation
29
+
30
+ - [PR #1640](https://github.com/stympy/faker/pull/1640) Add pull_request_template.md [@vbrazo](https://github.com/vbrazo)
31
+
32
+ ### Feature Request
33
+
34
+ - [PR #1361](https://github.com/stympy/faker/pull/1361) Add Faker::File.dir [@tylerhunt](https://github.com/tylerhunt)
35
+
36
+ ### Update Locales
37
+
38
+ - [PR #1643](https://github.com/stympy/faker/pull/1643) Add 558 Verb ing_forms from Verb base [@lightyrs](https://github.com/lightyrs)
39
+
40
+ ------------------------------------------------------------------------------
41
+
14
42
  ## [v1.9.4](https://github.com/stympy/faker/tree/v1.9.4) (2019-06-19)
15
43
 
16
44
  ### Bug/Fixes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Faker #:nodoc:
4
- VERSION = '1.9.5'
4
+ VERSION = '1.9.6'
5
5
  end
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: 1.9.5
4
+ version: 1.9.6
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-07-04 00:00:00.000000000 Z
12
+ date: 2019-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n