RailsEditor 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
!ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
rubygems_version: 0.8.11
|
3
3
|
specification_version: 1
|
4
4
|
name: RailsEditor
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0.
|
7
|
-
date: 2006-
|
6
|
+
version: 0.0.23
|
7
|
+
date: 2006-06-29 00:00:00 -05:00
|
8
8
|
summary: A screen + vim IDE setup for editing a Rails tree
|
9
9
|
require_paths:
|
10
|
-
- lib
|
10
|
+
- lib
|
11
11
|
email: admins@rubyists.com
|
12
12
|
homepage: http://rubyists.com
|
13
13
|
rubyforge_project:
|
@@ -18,50 +18,49 @@ bindir: bin
|
|
18
18
|
has_rdoc: false
|
19
19
|
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
20
|
requirements:
|
21
|
-
|
22
|
-
|
23
|
-
|
21
|
+
-
|
22
|
+
- ">"
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: 0.0.0
|
24
25
|
version:
|
25
26
|
platform: ruby
|
26
27
|
signing_key:
|
27
28
|
cert_chain:
|
28
29
|
authors:
|
29
|
-
- Rubyists.com (bougyman,deathsyn,trey)
|
30
|
+
- Rubyists.com (bougyman,deathsyn,trey)
|
30
31
|
files:
|
31
|
-
- rails/
|
32
|
-
- rails/
|
33
|
-
- rails/README.rails-editor
|
34
|
-
- rails/script/editor
|
35
|
-
- bin/RailsEditor
|
36
|
-
- tests/ts_rails_editor.rb
|
37
|
-
- lib/rails-editor.rb
|
38
|
-
- rails/.vim/syntax
|
39
|
-
- rails/.vim/filetype.vim
|
40
|
-
- rails/.vim/syntax/eruby.vim
|
41
|
-
- rails/.vimrc
|
42
|
-
- rails/config/.screenrc.code.erb
|
43
|
-
- README.rails-editor
|
44
|
-
- INSTALL
|
32
|
+
- rails/config
|
33
|
+
- rails/script
|
34
|
+
- rails/README.rails-editor
|
35
|
+
- rails/script/editor
|
36
|
+
- bin/RailsEditor
|
37
|
+
- tests/ts_rails_editor.rb
|
38
|
+
- lib/rails-editor.rb
|
39
|
+
- rails/.vim/syntax
|
40
|
+
- rails/.vim/filetype.vim
|
41
|
+
- rails/.vim/syntax/eruby.vim
|
42
|
+
- rails/.vimrc
|
43
|
+
- rails/config/.screenrc.code.erb
|
44
|
+
- README.rails-editor
|
45
|
+
- INSTALL
|
45
46
|
test_files:
|
46
|
-
- tests/ts_rails_editor.rb
|
47
|
+
- tests/ts_rails_editor.rb
|
47
48
|
rdoc_options: []
|
48
|
-
|
49
49
|
extra_rdoc_files:
|
50
|
-
- README.rails-editor
|
51
|
-
- INSTALL
|
50
|
+
- README.rails-editor
|
51
|
+
- INSTALL
|
52
52
|
executables:
|
53
|
-
- RailsEditor
|
53
|
+
- RailsEditor
|
54
54
|
extensions: []
|
55
|
-
|
56
55
|
requirements: []
|
57
|
-
|
58
56
|
dependencies:
|
59
|
-
- !ruby/object:Gem::Dependency
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
57
|
+
- !ruby/object:Gem::Dependency
|
58
|
+
name: rails
|
59
|
+
version_requirement:
|
60
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
61
|
+
requirements:
|
62
|
+
-
|
63
|
+
- ">"
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: 0.0.0
|
66
|
+
version:
|