Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated objects should inherit Base #1578

Merged
merged 1 commit into from Mar 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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