Skip to content

Commit

Permalink
Remove outdated and optional version signifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 11, 2024
1 parent 249b97a commit f2931e1
Show file tree
Hide file tree
Showing 89 changed files with 44 additions and 133 deletions.
3 changes: 1 addition & 2 deletions bin/bootstrap_practice_exercise.exs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ defmodule #{module}.MixProject do
[
app: :#{exercise_snake_case},
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps()
]
end
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/basketball-website/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about Access Behaviour by helping extract deeply nested data for the basketball team's website."
"blurb": "Learn about Access Behaviour by helping extract deeply nested data for the basketball team's website."
}
1 change: 0 additions & 1 deletion exercises/concept/basketball-website/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule BasketballWebsite.MixProject do
[
app: :basketball_website,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/bird-count/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"forked_from": [
"csharp/bird-watcher"
],
"icon": "bird-watcher",
Expand Down
1 change: 0 additions & 1 deletion exercises/concept/bird-count/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule BirdCount.MixProject do
[
app: :bird_count,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/boutique-inventory/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about the Enum module by preparing your fashion boutique for the big annual sale."
"blurb": "Learn about the Enum module by preparing your fashion boutique for the big annual sale."
}
1 change: 0 additions & 1 deletion exercises/concept/boutique-inventory/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule BoutiqueInventory.MixProject do
[
app: :boutique_inventory,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/boutique-suggestions/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about list comprehensions by generating outfit suggestions for the clients of your fashion boutique."
"blurb": "Learn about list comprehensions by generating outfit suggestions for the clients of your fashion boutique."
}
1 change: 0 additions & 1 deletion exercises/concept/boutique-suggestions/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule BoutiqueSuggestions.MixProject do
[
app: :boutique_suggestions,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/bread-and-potions/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about protocols by developing your own role-playing video game."
"blurb": "Learn about protocols by developing your own role-playing video game."
}
1 change: 0 additions & 1 deletion exercises/concept/bread-and-potions/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule RPG.MixProject do
[
app: :bread_and_potions,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/captains-log/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about randomness and using Erlang libraries from Elixir by helping Mary generate stardates and starship registry numbers for her Star Trek themed pen-and-paper role playing sessions."
"blurb": "Learn about randomness and using Erlang libraries from Elixir by helping Mary generate stardates and starship registry numbers for her Star Trek themed pen-and-paper role playing sessions."
}
1 change: 0 additions & 1 deletion exercises/concept/captains-log/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule CaptainsLog.MixProject do
[
app: :captains_log,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/chessboard/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about ranges by generating a chessboard."
"blurb": "Learn about ranges by generating a chessboard."
}
1 change: 0 additions & 1 deletion exercises/concept/chessboard/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule Chessboard.MixProject do
[
app: :chessboard,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/city-office/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about writing documentation and typespecs by getting your code ready for the arrival of a new colleague at the city office."
"blurb": "Learn about writing documentation and typespecs by getting your code ready for the arrival of a new colleague at the city office."
}
1 change: 0 additions & 1 deletion exercises/concept/city-office/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule Form.MixProject do
[
app: :city_office,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/community-garden/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about the Agent module by helping your local community handle community garden registrations."
"blurb": "Learn about the Agent module by helping your local community handle community garden registrations."
}
1 change: 0 additions & 1 deletion exercises/concept/community-garden/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule CommunityGarden.MixProject do
[
app: :community_garden,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/dancing-dots/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"lib/dancing_dots/dot_group.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about behaviours by writing animations for dot-based generative art."
"blurb": "Learn about behaviours by writing animations for dot-based generative art."
}
1 change: 0 additions & 1 deletion exercises/concept/dancing-dots/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule DancingDots.MixProject do
[
app: :dancing_dots,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/date-parser/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about regular expressions by parsing dates."
"blurb": "Learn about regular expressions by parsing dates."
}
1 change: 0 additions & 1 deletion exercises/concept/date-parser/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule DateParser.MixProject do
[
app: :date_parser,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/dna-encoding/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about bitstrings and tail call recursion by encoding DNA sequences as binary data."
"blurb": "Learn about bitstrings and tail call recursion by encoding DNA sequences as binary data."
}
1 change: 0 additions & 1 deletion exercises/concept/dna-encoding/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule DNA.MixProject do
[
app: :dna,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/file-sniffer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about binaries by verifying the mime type of files uploaded to your server."
"blurb": "Learn about binaries by verifying the mime type of files uploaded to your server."
}
1 change: 0 additions & 1 deletion exercises/concept/file-sniffer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule FileSniffer.MixProject do
[
app: :file_sniffer,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/freelancer-rates/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"forked_from": [
"javascript/freelancer-rates"
],
"blurb": "Learn about integers and floating point numbers by helping a freelancer communicate with a project manager about billing."
Expand Down
1 change: 0 additions & 1 deletion exercises/concept/freelancer-rates/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule FreelancerRates.MixProject do
[
app: :freelancer_rates,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/german-sysadmin/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about charlists and the case conditional expression by sanitizing usernames of employees in a German company."
"blurb": "Learn about charlists and the case conditional expression by sanitizing usernames of employees in a German company."
}
1 change: 0 additions & 1 deletion exercises/concept/german-sysadmin/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule Username.MixProject do
[
app: :german_sysadmin,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/guessing-game/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"forked_from": [
"fsharp/guessing-game"
],
"blurb": "Learn about multiple clause functions, guards, and default arguments by implementing a simple game in which the player needs to guess a secret number."
Expand Down
1 change: 0 additions & 1 deletion exercises/concept/guessing-game/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule GuessingGame.MixProject do
[
app: :guessing_game,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/high-school-sweetheart/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"icon": "high-school-sweethearts",
"icon": "high-school-sweethearts",
"blurb": "Learn about strings and the pipe operator by helping high school sweethearts profess their love on social media via ASCII art."
}
1 change: 0 additions & 1 deletion exercises/concept/high-school-sweetheart/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule HighSchoolSweetheart.MixProject do
[
app: :high_school_sweetheart,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/high-score/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"icon": "high-scores",
"icon": "high-scores",
"blurb": "Learn about maps by keeping track of the high scores in your local arcade hall."
}
1 change: 0 additions & 1 deletion exercises/concept/high-score/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule HighScore.MixProject do
[
app: :high_score,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/kitchen-calculator/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about tuples and pattern matching by converting common US baking measurements to the metric system."
"blurb": "Learn about tuples and pattern matching by converting common US baking measurements to the metric system."
}
1 change: 0 additions & 1 deletion exercises/concept/kitchen-calculator/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule KitchenCalculator.MixProject do
[
app: :kitchen_calculator,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/language-list/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"forked_from": [
"clojure/tracks-on-tracks-on-tracks"
],
"blurb": "Learn about lists by keeping track of the programming languages you're currently learning on Exercism."
Expand Down
1 change: 0 additions & 1 deletion exercises/concept/language-list/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule LanguageList.MixProject do
[
app: :language_list,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/lasagna/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"forked_from": [
"csharp/lucians-luscious-lasagna"
],
"blurb": "Learn about the basics of Elixir by following a lasagna recipe."
Expand Down
1 change: 0 additions & 1 deletion exercises/concept/lasagna/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule Lasagna.MixProject do
[
app: :lasagna,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/library-fees/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"blurb": "Learn about dates and time by calculating late fees for the local library."
"blurb": "Learn about dates and time by calculating late fees for the local library."
}
1 change: 0 additions & 1 deletion exercises/concept/library-fees/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule LibraryFees.MixProject do
[
app: :library_fees,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
3 changes: 1 addition & 2 deletions exercises/concept/log-level/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
".meta/exemplar.ex"
]
},
"language_versions": ">=1.10",
"forked_from": [
"forked_from": [
"csharp/logs-logs-logs"
],
"icon": "log-levels",
Expand Down
1 change: 0 additions & 1 deletion exercises/concept/log-level/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ defmodule LogLevel.MixProject do
[
app: :log_level,
version: "0.1.0",
# elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand Down
Loading

0 comments on commit f2931e1

Please sign in to comment.