Skip to content

Commit

Permalink
Merge pull request #46 from stympy/master
Browse files Browse the repository at this point in the history
Add 558 Verb ing_forms from Verb base (faker-ruby#1643)
  • Loading branch information
sanikkenway committed Jul 8, 2019
2 parents 457610b + 401948a commit e3db5dc
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 880 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,34 @@

------------------------------------------------------------------------------

## [v1.9.6](https://github.com/stympy/faker/tree/v1.9.5) (2019-07-05)

Fix lib/faker/version.rb

## [v1.9.5](https://github.com/stympy/faker/tree/v1.9.5) (2019-07-04)

### Bug

- [PR #1644](https://github.com/stympy/faker/pull/1644) Revert fakerbot and move to own repository inside new organization [@vbrazo](https://github.com/vbrazo)

### Deprecate

- [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)

### Documentation

- [PR #1640](https://github.com/stympy/faker/pull/1640) Add pull_request_template.md [@vbrazo](https://github.com/vbrazo)

### Feature Request

- [PR #1361](https://github.com/stympy/faker/pull/1361) Add Faker::File.dir [@tylerhunt](https://github.com/tylerhunt)

### Update Locales

- [PR #1643](https://github.com/stympy/faker/pull/1643) Add 558 Verb ing_forms from Verb base [@lightyrs](https://github.com/lightyrs)

------------------------------------------------------------------------------

## [v1.9.4](https://github.com/stympy/faker/tree/v1.9.4) (2019-06-19)

### Bug/Fixes
Expand Down
26 changes: 1 addition & 25 deletions Gemfile.lock
@@ -1,13 +1,8 @@
PATH
remote: .
specs:
faker (1.9.4)
faker (1.9.6)
i18n (>= 0.7)
pastel (~> 0.7.2)
thor (~> 0.20.0)
tty-pager (~> 0.12.0)
tty-screen (~> 0.6.5)
tty-tree (~> 0.3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,7 +11,6 @@ GEM
coderay (1.1.2)
concurrent-ruby (1.1.5)
docile (1.3.1)
equatable (0.5.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.2)
Expand All @@ -26,9 +20,6 @@ GEM
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
power_assert (1.1.3)
powerpack (0.1.2)
pry (0.12.2)
Expand All @@ -50,25 +41,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
strings (0.1.4)
strings-ansi (~> 0.1.0)
unicode-display_width (~> 1.4.0)
unicode_utils (~> 1.4.0)
strings-ansi (0.1.0)
test-unit (3.2.8)
power_assert
thor (0.20.3)
timecop (0.9.1)
tty-color (0.4.3)
tty-pager (0.12.1)
strings (~> 0.1.4)
tty-screen (~> 0.6)
tty-which (~> 0.4)
tty-screen (0.6.5)
tty-tree (0.3.0)
tty-which (0.4.1)
unicode-display_width (1.4.1)
unicode_utils (1.4.0)

PLATFORMS
ruby
Expand Down
9 changes: 0 additions & 9 deletions README.md
Expand Up @@ -20,7 +20,6 @@ development.
- [NOTE](#note)
- [Installing](#installing)
- [Usage](#usage)
- [CLI](#cli)
- [Ensuring unique values](#ensuring-unique-values)
- [Deterministic Random](#deterministic-random)
- [Generators](#generators)
Expand Down Expand Up @@ -67,14 +66,6 @@ Faker::Name.name #=> "Christophe Bartell"
Faker::Internet.email #=> "kirsten.greenholt@corkeryfisher.info"
```

### CLI

Usage Instructions [available here](https://github.com/stympy/faker/blob/master/lib/cli/README.md)

```bash
$ faker
```

### Ensuring unique values
Prefix your method call with `unique`. For example:
```ruby
Expand Down
14 changes: 0 additions & 14 deletions bin/faker
Expand Up @@ -3,17 +3,3 @@

lib_path = File.expand_path('../lib', __dir__)
$LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include?(lib_path)

require 'cli'

Signal.trap('INT') do
warn("\n#{caller.join("\n")}: interrupted")
exit(1)
end

begin
Faker::CLI::Base.start
rescue Faker::CLI::Base::Error => err
puts "ERROR: #{err.message}"
exit 1
end
Binary file added faker-1.9.5.gem
Binary file not shown.
5 changes: 0 additions & 5 deletions faker.gemspec
Expand Up @@ -26,11 +26,6 @@ Gem::Specification.new do |spec|
spec.metadata['bug_tracker_uri'] = 'https://github.com/stympy/faker/issues'

spec.add_dependency('i18n', '>= 0.7')
spec.add_dependency('pastel', '~> 0.7.2')
spec.add_dependency('thor', '~> 0.20.0')
spec.add_dependency('tty-pager', '~> 0.12.0')
spec.add_dependency('tty-screen', '~> 0.6.5')
spec.add_dependency('tty-tree', '~> 0.3.0')

spec.add_development_dependency('minitest', '5.11.3')
spec.add_development_dependency('pry', '0.12.2')
Expand Down
53 changes: 0 additions & 53 deletions lib/cli.rb

This file was deleted.

55 changes: 0 additions & 55 deletions lib/cli/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions lib/cli/command.rb

This file was deleted.

17 changes: 0 additions & 17 deletions lib/cli/commands/list.rb

This file was deleted.

29 changes: 0 additions & 29 deletions lib/cli/commands/search.rb

This file was deleted.

48 changes: 0 additions & 48 deletions lib/cli/reflector.rb

This file was deleted.

0 comments on commit e3db5dc

Please sign in to comment.