RailsEditor 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
data/bin/RailsEditor CHANGED
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # This script will create an editor in a RAILS_ROOT
3
+ require "rails-editor"
3
4
 
4
5
  path = ARGV[0]
5
6
  args = path.nil? ? {:rails_root => ENV['PWD']} : {:rails_root => path}
@@ -1241,7 +1241,7 @@ au BufNewFile,BufRead *.rst setf rst
1241
1241
  au BufNewFile,BufRead *.rtf setf rtf
1242
1242
 
1243
1243
  " Ruby
1244
- au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec,*.rjs setf ruby
1244
+ au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec,*.rjs,*.rxml setf ruby
1245
1245
  au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec,*.rjs iab def def<CR>end<UP>
1246
1246
 
1247
1247
  " ERuby
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: RailsEditor
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.26
7
- date: 2006-08-22 00:00:00 -05:00
6
+ version: 0.0.27
7
+ date: 2007-10-03 00:00:00 -05:00
8
8
  summary: A screen + vim IDE setup for editing a Rails tree
9
9
  require_paths:
10
10
  - lib
@@ -29,18 +29,18 @@ post_install_message:
29
29
  authors:
30
30
  - Rubyists.com (bougyman,deathsyn,trey)
31
31
  files:
32
- - rails/script
33
- - rails/config
34
32
  - rails/README.rails-editor
33
+ - rails/config
34
+ - rails/script
35
35
  - rails/script/editor
36
36
  - bin/RailsEditor
37
37
  - tests/ts_rails_editor.rb
38
38
  - lib/rails-editor.rb
39
- - rails/.vim/syntax
40
39
  - rails/.vim/filetype.vim
41
40
  - rails/.vim/plugin
42
- - rails/.vim/syntax/eruby.vim
43
41
  - rails/.vim/plugin/taglist.vim
42
+ - rails/.vim/syntax
43
+ - rails/.vim/syntax/eruby.vim
44
44
  - rails/.vimrc
45
45
  - rails/config/.screenrc.code.erb
46
46
  - Changelog