lib/codelation/development.rb in codelation-cli-0.0.18 vs lib/codelation/development.rb in codelation-cli-0.0.19
- old
+ new
@@ -7,10 +7,11 @@
Installs the following development tools:\r\n
- Atom.app (https://atom.io)\n
- Atom Packages: erb-snippets, linter, linter-csslint, linter-erb, linter-jshint,
linter-php, linter-rubocop, linter-ruby, linter-scss-lint, remote-atom\n
- Postgres.app (http://postgresapp.com)\n
+ - PSequel.app (http://www.psequel.com)\n
- Ruby (https://www.ruby-lang.org)\n
- Ruby Gems: bundler, rubocop, scss-lint\n
- Sequel Pro.app (http://www.sequelpro.com)
LONGDESC
def development_install
@@ -29,9 +30,14 @@
install_dot_files
unless Dir.exist?("/Applications/Postgres.app")
print_heading("Installing Postgres.app")
install_postgres
+ end
+
+ unless Dir.exist?("/Applications/PSequel.app")
+ print_heading("Installing PSequel.app")
+ install_psequel
end
print_heading("Installing Ruby")
install_ruby