Skip to content

Commit 211a952

Browse files
authored
Update companies links (#736)
* Update companies links * Update OMG Networks industry to match predefined list * Update industries for change companies * Remvoe parens from mbta file to fix validation script
1 parent a6516bb commit 211a952

8 files changed

+27
-25
lines changed

Diff for: lib/companies/industries.ex

+2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ defmodule Companies.Industries do
1010
"Communication Services",
1111
"Consumer Discretionary",
1212
"Consumer Staples",
13+
"Education",
1314
"Energy",
1415
"Financials",
1516
"Health Care",
1617
"Industrials",
1718
"Information Technology",
1819
"Materials",
1920
"Real Estate",
21+
"Transportation",
2022
"Utilities"
2123
]
2224

Diff for: priv/companies/fully_forged.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%{
2-
industry: "Technology Consulting",
3-
website: "http://fullyforged.com",
2+
industry: "Information Technology",
3+
website: "http://www.fullyforged.com",
44
github: "",
55
location: %{
66
city: "",

Diff for: priv/companies/househappy.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{
2-
industry: "Home Services",
3-
website: "https://www.househappy.com/)([Github](https://github.com/househappy)",
4-
github: "",
2+
industry: "Real Estate",
3+
website: "https://www.househappy.com/",
4+
github: "https://github.com/househappy",
55
location: %{
66
city: "",
77
state: "",

Diff for: priv/companies/massachusetts_bay_transportation_authority_(mbta).exs renamed to priv/companies/massachusetts_bay_transportation_authority.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%{
22
industry: "Transportation",
3-
website: "https://medium.com/mbta-tech",
3+
website: "https://www.mbta.com/",
44
github: "https://github.com/mbta",
55
location: %{
66
city: "Boston",

Diff for: priv/companies/omg_network.exs

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
%{
2+
industry: "Financials",
3+
website: "https://omg.network",
4+
github: "https://github.com/omgnetwork",
5+
location: %{
6+
city: "",
7+
state: "",
8+
country: ""
9+
},
10+
name: "OMG Network",
11+
last_changed_on: ~D[2023-03-01],
12+
description: """
13+
OMG Network enables financial inclusion and interoperability through the public, decentralized OMG network. Elixir is used both for developing the OMG Network as well as the eWallet application.
14+
"""
15+
}

Diff for: priv/companies/omisego.exs

-15
This file was deleted.

Diff for: priv/companies/lookbookhq.exs renamed to priv/companies/pathfactory.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
%{
2-
industry: "Marketing/Sales",
3-
website: "http://lookbookhq.com",
2+
industry: "Communication Services",
3+
website: "http://pathfactory.com",
44
github: "https://github.com/buzzdata",
55
location: %{
66
city: "",
77
state: "",
88
country: ""
99
},
10-
name: "LookBookHQ",
10+
name: "Path Factory",
1111
last_changed_on: ~D[2023-03-01],
1212
description: """
1313
Enabling marketers to package content into seamless experiences. We use Elixir to calculate analytics for our customers. Toronto, Canada.

Diff for: priv/companies/quero_education.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%{
22
industry: "Education",
3-
website: "http://quero.education/en",
3+
website: "http://quero.education",
44
github: "https://github.com/quero-edu",
55
location: %{
66
city: "",

0 commit comments

Comments
 (0)