diff --git a/README.markdown b/README.markdown index 8ff0f32d15..d8b1e6b282 100644 --- a/README.markdown +++ b/README.markdown @@ -53,19 +53,6 @@ Other modules are also available: These modules are installed separately from the base Starter Kit package. -If you are going to use starter-kit-ruby, you'll need to add -tromey.com as a package source as well as Marmalade. starter-kit-ruby -depends on packages that exist on tromey.com, but not on Marmalade. - -```Lisp -(require 'package) -(add-to-list 'package-archives - '("marmalade" . "http://marmalade-repo.org/packages/") t) -(add-to-list 'package-archives - '("tromey" . "http://tromey.com/elpa/") t) -(package-initialize) -``` - It's recommended to create a list of packages in init.el which will be installed if they are found to not be present: diff --git a/modules/starter-kit-ruby.el b/modules/starter-kit-ruby.el index f328fb11c4..fdb192446d 100644 --- a/modules/starter-kit-ruby.el +++ b/modules/starter-kit-ruby.el @@ -4,9 +4,9 @@ ;; ;; Author: Phil Hagelberg ;; URL: http://www.emacswiki.org/cgi-bin/wiki/StarterKit -;; Version: 2.0.1 +;; Version: 2.0.2 ;; Keywords: convenience -;; Package-Requires: ((inf-ruby "2.2.1") (starter-kit "2.0.1")) +;; Package-Requires: ((inf-ruby "2.2.3") (starter-kit "2.0.1")) ;; This file is not part of GNU Emacs. ;;; Commentary: diff --git a/starter-kit-pkg.el b/starter-kit-pkg.el index 650f39a774..9aaf3c1498 100644 --- a/starter-kit-pkg.el +++ b/starter-kit-pkg.el @@ -1,4 +1,4 @@ (define-package "starter-kit" "2.0.3" "Saner defaults and goodies." '((paredit "22") (idle-highlight-mode "1.1.1") (find-file-in-project "3.0") - (smex "1.1.1") (ido-ubiquitous "0.3") (magit "0.8.1"))) + (smex "1.1.2") (ido-ubiquitous "0.3") (magit "0.8.1")))