RailsEditor 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/RailsEditor +1 -0
- data/rails/.vim/filetype.vim +1 -1
- metadata +7 -7
data/bin/RailsEditor
CHANGED
data/rails/.vim/filetype.vim
CHANGED
|
@@ -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.
|
|
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.
|
|
7
|
-
date:
|
|
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
|