Skip to content

Commit

Permalink
Revert fakerbot and move to own repository inside new organization (#…
Browse files Browse the repository at this point in the history
…1644)

* Revert fakerbot and move to own repository inside new organization

* Update README
  • Loading branch information
vbrazo committed Jul 4, 2019
1 parent 7e74df3 commit a88d3ee
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 872 deletions.
24 changes: 0 additions & 24 deletions Gemfile.lock
Expand Up @@ -3,11 +3,6 @@ PATH
specs:
faker (1.9.4)
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
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.

39 changes: 0 additions & 39 deletions lib/cli/reflectors/list.rb

This file was deleted.

0 comments on commit a88d3ee

Please sign in to comment.