Skip to content

Commit

Permalink
Namespaces should inherit Base (faker-ruby#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo committed Mar 18, 2019
1 parent de075dc commit 8ac9eff
Show file tree
Hide file tree
Showing 68 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/aqua_teen_hunger_force.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class AquaTeenHungerForce
class AquaTeenHungerForce < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/back_to_the_future.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class BackToTheFuture
class BackToTheFuture < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/bitcoin.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Bitcoin
class Bitcoin < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/bojack_horseman.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class BojackHorseman
class BojackHorseman < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/breaking_bad.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class BreakingBad
class BreakingBad < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/buffy.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Buffy
class Buffy < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/cat.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Cat
class Cat < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/community.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Community
class Community < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/dog.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Dog
class Dog < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/dota.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Dota
class Dota < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/dr_who.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class DrWho
class DrWho < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/dragon_ball.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class DragonBall
class DragonBall < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/dumb_and_dumber.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class DumbAndDumber
class DumbAndDumber < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/dune.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Dune
class Dune < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/elder_scrolls.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class ElderScrolls
class ElderScrolls < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/ethereum.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Ethereum
class Ethereum < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/fallout.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Fallout
class Fallout < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/family_guy.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class FamilyGuy
class FamilyGuy < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/famous_last_words.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class FamousLastWords
class FamousLastWords < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/friends.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Friends
class Friends < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/game_of_thrones.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class GameOfThrones
class GameOfThrones < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/harry_potter.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class HarryPotter
class HarryPotter < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/heroes_of_the_storm.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class HeroesOfTheStorm
class HeroesOfTheStorm < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/hey_arnold.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class HeyArnold
class HeyArnold < Base
class << self
extend Gem::Deprecate

Expand Down
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class HitchhikersGuideToTheGalaxy
class HitchhikersGuideToTheGalaxy < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/hobbit.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Hobbit
class Hobbit < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/how_i_met_your_mother.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class HowIMetYourMother
class HowIMetYourMother < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/league_of_legends.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class LeagueOfLegends
class LeagueOfLegends < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/lebowski.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Lebowski
class Lebowski < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/lord_of_the_rings.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class LordOfTheRings
class LordOfTheRings < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/lovecraft.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Lovecraft
class Lovecraft < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/matz.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Matz
class Matz < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/michael_scott.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class MichaelScott
class MichaelScott < Base
class << self
extend Gem::Deprecate

Expand Down
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class MostInterestingManInTheWorld
class MostInterestingManInTheWorld < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/myst.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Myst
class Myst < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/new_girl.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class NewGirl
class NewGirl < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/one_piece.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class OnePiece
class OnePiece < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/overwatch.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Overwatch
class Overwatch < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/parks_and_rec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class ParksAndRec
class ParksAndRec < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/pokemon.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Pokemon
class Pokemon < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/princess_bride.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class PrincessBride
class PrincessBride < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/rick_and_morty.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class RickAndMorty
class RickAndMorty < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/robin.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class Robin
class Robin < Base
class << self
extend Gem::Deprecate

Expand Down
2 changes: 1 addition & 1 deletion lib/faker/deprecate/v1.9.3/rock_band.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Faker
class RockBand
class RockBand < Base
class << self
extend Gem::Deprecate

Expand Down

0 comments on commit 8ac9eff

Please sign in to comment.