-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from rails/features-1.0
Features are now 1.0
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"id": "activestorage", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"name": "Active Storage", | ||
"description": "Installs utilities needed for Rails Active Storage" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"id": "mysql-client", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"name": "MySQL Client", | ||
"description": "Installs needed client-side dependencies for Rails apps using MySQL" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"id": "postgres-client", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"name": "Postgres Client", | ||
"description": "Installs needed client-side dependencies for Rails apps using Postgres" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"id": "sqlite3", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"name": "SQLite3", | ||
"description": "Installs needed dependencies for Rails apps using SQLite3" | ||
} |