ruco 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/Readme.md +4 -1
- data/VERSION +1 -1
- data/ruco.gemspec +11 -16
- metadata +48 -80
data/Gemfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
source :rubygems
|
2
2
|
|
3
3
|
gem 'clipboard', '>=0.9.8'
|
4
|
-
gem 'textpow1x', '>=1.2.
|
4
|
+
gem 'textpow1x', '>=1.2.3' #, :path => '../textpow'
|
5
5
|
gem 'language_sniffer'
|
6
6
|
|
7
7
|
group :dev do # not development <-> would add unneeded development dependencies in gemspec
|
data/Gemfile.lock
CHANGED
@@ -20,7 +20,7 @@ GEM
|
|
20
20
|
rspec-expectations (2.6.0)
|
21
21
|
diff-lcs (~> 1.1.2)
|
22
22
|
rspec-mocks (2.6.0)
|
23
|
-
textpow1x (1.2.
|
23
|
+
textpow1x (1.2.3)
|
24
24
|
plist (>= 3.0.1)
|
25
25
|
|
26
26
|
PLATFORMS
|
@@ -34,4 +34,4 @@ DEPENDENCIES
|
|
34
34
|
oniguruma
|
35
35
|
rake
|
36
36
|
rspec (~> 2)
|
37
|
-
textpow1x (>= 1.2.
|
37
|
+
textpow1x (>= 1.2.3)
|
data/Readme.md
CHANGED
@@ -126,6 +126,7 @@ To build the commandline output Editor/CommandBar return:
|
|
126
126
|
|
127
127
|
TODO
|
128
128
|
=====
|
129
|
+
- ctrl+right should jump to line end and then to the next line even if the line ends in a "
|
129
130
|
- only do syntax parsing for changed lines + selected lines <-> will not be redrawn anyhow
|
130
131
|
- try to use complete file coloring as removed in 26d6da4
|
131
132
|
- javascript syntax parsing is slow and often causes syntax-timeouts
|
@@ -157,4 +158,6 @@ Authors
|
|
157
158
|
|
158
159
|
[Michael Grosser](http://grosser.it)<br/>
|
159
160
|
grosser.michael@gmail.com<br/>
|
160
|
-
Hereby placed under public domain, do what you want, just do not hold me accountable
|
161
|
+
Hereby placed under public domain, do what you want, just do not hold me accountable...<br/>
|
162
|
+
[![Flattr](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=grosser&url=https://github.com/grosser/ruco&title=ruco&language=en_GB&tags=github&category=software)
|
163
|
+
[![Build Status](https://secure.travis-ci.org/grosser/ruco.png)](http://travis-ci.org/grosser/ruco)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.6
|
data/ruco.gemspec
CHANGED
@@ -4,14 +4,13 @@
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
|
-
s.name =
|
8
|
-
s.version = "0.2.
|
7
|
+
s.name = "ruco"
|
8
|
+
s.version = "0.2.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Michael Grosser"]
|
12
|
-
s.date =
|
13
|
-
s.
|
14
|
-
s.email = %q{michael@grosser.it}
|
12
|
+
s.date = "2011-10-18"
|
13
|
+
s.email = "michael@grosser.it"
|
15
14
|
s.executables = ["ruco"]
|
16
15
|
s.files = [
|
17
16
|
".travis.yml",
|
@@ -78,15 +77,11 @@ Gem::Specification.new do |s|
|
|
78
77
|
"spec/ruco_spec.rb",
|
79
78
|
"spec/spec_helper.rb"
|
80
79
|
]
|
81
|
-
s.homepage =
|
82
|
-
s.post_install_message =
|
83
|
-
Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
|
84
|
-
Ubuntu: sudo apt-get install xclip # to use the clipboard
|
85
|
-
|
86
|
-
}
|
80
|
+
s.homepage = "http://github.com/grosser/ruco"
|
81
|
+
s.post_install_message = "\n Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)\n Ubuntu: sudo apt-get install xclip # to use the clipboard\n\n"
|
87
82
|
s.require_paths = ["lib"]
|
88
|
-
s.rubygems_version =
|
89
|
-
s.summary =
|
83
|
+
s.rubygems_version = "1.8.10"
|
84
|
+
s.summary = "Commandline editor written in ruby"
|
90
85
|
s.test_files = [
|
91
86
|
"spec/ruco/application_spec.rb",
|
92
87
|
"spec/ruco/array_processor_spec.rb",
|
@@ -116,16 +111,16 @@ Gem::Specification.new do |s|
|
|
116
111
|
|
117
112
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
118
113
|
s.add_runtime_dependency(%q<clipboard>, [">= 0.9.8"])
|
119
|
-
s.add_runtime_dependency(%q<textpow1x>, [">= 1.2.
|
114
|
+
s.add_runtime_dependency(%q<textpow1x>, [">= 1.2.3"])
|
120
115
|
s.add_runtime_dependency(%q<language_sniffer>, [">= 0"])
|
121
116
|
else
|
122
117
|
s.add_dependency(%q<clipboard>, [">= 0.9.8"])
|
123
|
-
s.add_dependency(%q<textpow1x>, [">= 1.2.
|
118
|
+
s.add_dependency(%q<textpow1x>, [">= 1.2.3"])
|
124
119
|
s.add_dependency(%q<language_sniffer>, [">= 0"])
|
125
120
|
end
|
126
121
|
else
|
127
122
|
s.add_dependency(%q<clipboard>, [">= 0.9.8"])
|
128
|
-
s.add_dependency(%q<textpow1x>, [">= 1.2.
|
123
|
+
s.add_dependency(%q<textpow1x>, [">= 1.2.3"])
|
129
124
|
s.add_dependency(%q<language_sniffer>, [">= 0"])
|
130
125
|
end
|
131
126
|
end
|
metadata
CHANGED
@@ -1,78 +1,56 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruco
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.6
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 2
|
9
|
-
- 5
|
10
|
-
version: 0.2.5
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Michael Grosser
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
12
|
+
date: 2011-10-18 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: clipboard
|
16
|
+
requirement: &87567880 !ruby/object:Gem::Requirement
|
23
17
|
none: false
|
24
|
-
requirements:
|
25
|
-
- -
|
26
|
-
- !ruby/object:Gem::Version
|
27
|
-
hash: 43
|
28
|
-
segments:
|
29
|
-
- 0
|
30
|
-
- 9
|
31
|
-
- 8
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
32
21
|
version: 0.9.8
|
33
22
|
type: :runtime
|
34
|
-
name: clipboard
|
35
|
-
version_requirements: *id001
|
36
23
|
prerelease: false
|
37
|
-
|
38
|
-
|
24
|
+
version_requirements: *87567880
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: textpow1x
|
27
|
+
requirement: &87567570 !ruby/object:Gem::Requirement
|
39
28
|
none: false
|
40
|
-
requirements:
|
41
|
-
- -
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
|
44
|
-
segments:
|
45
|
-
- 1
|
46
|
-
- 2
|
47
|
-
- 1
|
48
|
-
version: 1.2.1
|
29
|
+
requirements:
|
30
|
+
- - ! '>='
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.2.3
|
49
33
|
type: :runtime
|
50
|
-
name: textpow1x
|
51
|
-
version_requirements: *id002
|
52
34
|
prerelease: false
|
53
|
-
|
54
|
-
|
35
|
+
version_requirements: *87567570
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: language_sniffer
|
38
|
+
requirement: &87567270 !ruby/object:Gem::Requirement
|
55
39
|
none: false
|
56
|
-
requirements:
|
57
|
-
- -
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
|
60
|
-
segments:
|
61
|
-
- 0
|
62
|
-
version: "0"
|
40
|
+
requirements:
|
41
|
+
- - ! '>='
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '0'
|
63
44
|
type: :runtime
|
64
|
-
name: language_sniffer
|
65
|
-
version_requirements: *id003
|
66
45
|
prerelease: false
|
46
|
+
version_requirements: *87567270
|
67
47
|
description:
|
68
48
|
email: michael@grosser.it
|
69
|
-
executables:
|
49
|
+
executables:
|
70
50
|
- ruco
|
71
51
|
extensions: []
|
72
|
-
|
73
52
|
extra_rdoc_files: []
|
74
|
-
|
75
|
-
files:
|
53
|
+
files:
|
76
54
|
- .travis.yml
|
77
55
|
- Gemfile
|
78
56
|
- Gemfile.lock
|
@@ -136,45 +114,35 @@ files:
|
|
136
114
|
- spec/ruco/window_spec.rb
|
137
115
|
- spec/ruco_spec.rb
|
138
116
|
- spec/spec_helper.rb
|
139
|
-
has_rdoc: true
|
140
117
|
homepage: http://github.com/grosser/ruco
|
141
118
|
licenses: []
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app)
|
146
|
-
Ubuntu: sudo apt-get install xclip # to use the clipboard
|
147
|
-
|
119
|
+
post_install_message: ! "\n Mac: shift/ctrl + arrow-keys only work in iterm (not
|
120
|
+
Terminal.app)\n Ubuntu: sudo apt-get install xclip # to use the clipboard\n\n"
|
148
121
|
rdoc_options: []
|
149
|
-
|
150
|
-
require_paths:
|
122
|
+
require_paths:
|
151
123
|
- lib
|
152
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
124
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
153
125
|
none: false
|
154
|
-
requirements:
|
155
|
-
- -
|
156
|
-
- !ruby/object:Gem::Version
|
157
|
-
|
158
|
-
segments:
|
126
|
+
requirements:
|
127
|
+
- - ! '>='
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '0'
|
130
|
+
segments:
|
159
131
|
- 0
|
160
|
-
|
161
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
|
+
hash: 705658253
|
133
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
162
134
|
none: false
|
163
|
-
requirements:
|
164
|
-
- -
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
|
167
|
-
segments:
|
168
|
-
- 0
|
169
|
-
version: "0"
|
135
|
+
requirements:
|
136
|
+
- - ! '>='
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0'
|
170
139
|
requirements: []
|
171
|
-
|
172
140
|
rubyforge_project:
|
173
|
-
rubygems_version: 1.
|
141
|
+
rubygems_version: 1.8.10
|
174
142
|
signing_key:
|
175
143
|
specification_version: 3
|
176
144
|
summary: Commandline editor written in ruby
|
177
|
-
test_files:
|
145
|
+
test_files:
|
178
146
|
- spec/ruco/application_spec.rb
|
179
147
|
- spec/ruco/array_processor_spec.rb
|
180
148
|
- spec/ruco/command_bar_spec.rb
|