Skip to content

Commit

Permalink
Merge pull request dimitri#935 from shishi/add_ruby-related_recipes
Browse files Browse the repository at this point in the history
change some ruby-related recipes better one
  • Loading branch information
dimitri committed Oct 27, 2012
2 parents daff1be + 2e1a875 commit b9a9941
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions recipes/flymake-ruby.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(:name flymake-ruby
:description "Steve Purcell's Ruby Flymake support, with stricter warnings."
:type http
:url "https://gist.github.com/raw/758976/b4562bca1645a5567d02e97f04b1909401caa1ed/flymake-ruby.el"
:features flymake-ruby
:post-init (add-hook 'ruby-mode-hook 'flymake-ruby-load))
:type github
:description "A flymake handler for ruby-mode files"
:pkgname "purcell/flymake-ruby"
:website "http://github.com/purcell/flymake-ruby"
:post-init (add-hook 'ruby-mode-hook 'flymake-ruby-load))
6 changes: 3 additions & 3 deletions recipes/inf-ruby.rcp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(:name inf-ruby
:description "Inferior Ruby Mode"
:features inf-ruby
:type elpa)
:type http
:description "Inferior Ruby Mode - ruby process in a buffer."
:url "http://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/30505/raw/misc/inf-ruby.el")
5 changes: 3 additions & 2 deletions recipes/ruby-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(:name ruby-mode
:description "Major mode for editing Ruby files. RubyMode provides font-locking, indentation support, and navigation for Ruby code."
:type elpa)
:type http
:description "Major mode for editing Ruby files."
:url "http://bugs.ruby-lang.org/projects/ruby-trunk/repository/raw/misc/ruby-mode.el")

0 comments on commit b9a9941

Please sign in to comment.