redcar-dev 0.12.0dev-java → 0.12.1dev-java

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/lib/redcar.rb CHANGED
@@ -54,7 +54,7 @@ end
54
54
  #
55
55
  # and so on.
56
56
  module Redcar
57
- VERSION = '0.12.0dev' # also change in the Rakefile!
57
+ VERSION = '0.12.1dev' # also change in the Rakefile!
58
58
  VERSION_MAJOR = 0
59
59
  VERSION_MINOR = 12
60
60
  VERSION_RELEASE = 0
data/lib/redcar/runner.rb CHANGED
@@ -52,10 +52,10 @@ module Redcar
52
52
  def construct_command(args="")
53
53
  bin = File.expand_path(File.join(File.dirname(__FILE__), %w{.. .. bin redcar}))
54
54
  jruby_complete = File.expand_path(File.join(Redcar.asset_dir, "jruby-complete-1.6.1.jar"))
55
- unless File.exist?(jruby_complete)
56
- puts "\nCan't find jruby jar at #{jruby_complete}, did you run 'redcar install' ?"
57
- exit 1
58
- end
55
+ # unless File.exist?(jruby_complete)
56
+ # puts "\nCan't find jruby jar at #{jruby_complete}, did you run 'redcar install' ?"
57
+ # exit 1
58
+ # end
59
59
  ENV['RUBYOPT'] = nil # disable other native args
60
60
 
61
61
  # Windows XP updates
@@ -27,7 +27,7 @@ require "application_swt/speedbar"
27
27
  require "application_swt/treebook"
28
28
  require "application_swt/window"
29
29
 
30
- require "application_swt-#{Redcar::VERSION}"
30
+ require "dist/application_swt"
31
31
 
32
32
  module Redcar
33
33
  class ApplicationSWT
@@ -3,12 +3,8 @@ require 'edit_view_swt/document'
3
3
  require 'edit_view_swt/edit_tab'
4
4
  require 'edit_view_swt/word_movement'
5
5
 
6
- require 'joni'
7
- require 'jcodings'
8
- require 'jdom'
9
-
10
- require "java-mateview-#{Redcar::VERSION}"
11
- require File.dirname(__FILE__) + '/../vendor/java-mateview'
6
+ gem "redcar-javamateview"
7
+ require "javamateview"
12
8
 
13
9
  module Redcar
14
10
  class EditViewSWT
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: redcar-dev
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 0.12.0dev
5
+ version: 0.12.1dev
6
6
  platform: java
7
7
  authors:
8
8
  - Daniel Lucraft
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-11 00:00:00 +01:00
13
+ date: 2011-06-12 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -36,7 +36,7 @@ dependencies:
36
36
  type: :runtime
37
37
  version_requirements: *id002
38
38
  - !ruby/object:Gem::Dependency
39
- name: cucumber
39
+ name: lucene
40
40
  prerelease: false
41
41
  requirement: &id003 !ruby/object:Gem::Requirement
42
42
  none: false
@@ -44,10 +44,10 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: "0"
47
- type: :development
47
+ type: :runtime
48
48
  version_requirements: *id003
49
49
  - !ruby/object:Gem::Dependency
50
- name: rspec
50
+ name: cucumber
51
51
  prerelease: false
52
52
  requirement: &id004 !ruby/object:Gem::Requirement
53
53
  none: false
@@ -58,7 +58,7 @@ dependencies:
58
58
  type: :development
59
59
  version_requirements: *id004
60
60
  - !ruby/object:Gem::Dependency
61
- name: watchr
61
+ name: rspec
62
62
  prerelease: false
63
63
  requirement: &id005 !ruby/object:Gem::Requirement
64
64
  none: false
@@ -68,6 +68,17 @@ dependencies:
68
68
  version: "0"
69
69
  type: :development
70
70
  version_requirements: *id005
71
+ - !ruby/object:Gem::Dependency
72
+ name: watchr
73
+ prerelease: false
74
+ requirement: &id006 !ruby/object:Gem::Requirement
75
+ none: false
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ type: :development
81
+ version_requirements: *id006
71
82
  description: ""
72
83
  email:
73
84
  - dan@fluentradical.com
@@ -3593,7 +3604,6 @@ files:
3593
3604
  - lib/openssl/test/ref/compile.rb
3594
3605
  - lib/openssl/test/ref/pkcs1
3595
3606
  - lib/openssl/test/ref/pkcs1.c
3596
- - lib/plugin_manager/plugin_manager.gemspec
3597
3607
  - lib/plugin_manager/Rakefile
3598
3608
  - lib/plugin_manager/README.md
3599
3609
  - lib/plugin_manager/bin/plugin_manager
@@ -3903,9 +3913,6 @@ files:
3903
3913
  - plugins/edit_view_swt/lib/edit_view_swt/word_movement.rb
3904
3914
  - plugins/edit_view_swt/spec/spec_helper.rb
3905
3915
  - plugins/edit_view_swt/spec/edit_view_swt/word_movement_spec.rb
3906
- - plugins/edit_view_swt/vendor/dummy
3907
- - plugins/edit_view_swt/vendor/java-mateview.jar
3908
- - plugins/edit_view_swt/vendor/java-mateview.rb
3909
3916
  - plugins/encryption/encryption.rb
3910
3917
  - plugins/encryption/ezcrypto.rb
3911
3918
  - plugins/encryption/jarmor-1.1.jar
@@ -4080,7 +4087,6 @@ files:
4080
4087
  - plugins/project/spec/project/adapters/remote_spec.rb
4081
4088
  - plugins/project/spec/project/adapters/remote_protocols/ftp_spec.rb
4082
4089
  - plugins/project/spec/project/adapters/remote_protocols/sftp_spec.rb
4083
- - plugins/project/vendor/net-ftp-list/net-ftp-list.gemspec
4084
4090
  - plugins/project/vendor/net-ftp-list/Rakefile
4085
4091
  - plugins/project/vendor/net-ftp-list/README.txt
4086
4092
  - plugins/project/vendor/net-ftp-list/VERSION.yml
@@ -4149,7 +4155,6 @@ files:
4149
4155
  - plugins/project/vendor/net-sftp/test/protocol/06/test_base.rb
4150
4156
  - plugins/project/vendor/net-ssh/CHANGELOG.rdoc
4151
4157
  - plugins/project/vendor/net-ssh/Manifest
4152
- - plugins/project/vendor/net-ssh/net-ssh.gemspec
4153
4158
  - plugins/project/vendor/net-ssh/Rakefile
4154
4159
  - plugins/project/vendor/net-ssh/README.rdoc
4155
4160
  - plugins/project/vendor/net-ssh/Rudyfile
@@ -4406,12 +4411,10 @@ files:
4406
4411
  - plugins/scm_git/lib/scm_git/commit.rb
4407
4412
  - plugins/scm_git/lib/scm_git/config_file.rb
4408
4413
  - plugins/scm_git/vendor/ruby-git/benchmark.rb
4409
- - plugins/scm_git/vendor/ruby-git/git.gemspec
4410
4414
  - plugins/scm_git/vendor/ruby-git/History.txt
4411
4415
  - plugins/scm_git/vendor/ruby-git/LICENSE
4412
4416
  - plugins/scm_git/vendor/ruby-git/Rakefile
4413
4417
  - plugins/scm_git/vendor/ruby-git/README
4414
- - plugins/scm_git/vendor/ruby-git/ruby-git.gemspec
4415
4418
  - plugins/scm_git/vendor/ruby-git/TODO
4416
4419
  - plugins/scm_git/vendor/ruby-git/VERSION
4417
4420
  - plugins/scm_git/vendor/ruby-git/camping/gitweb.rb
@@ -1,33 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- Gem::Specification.new do |s|
4
- s.name = %q{plugin_manager}
5
- s.version = "1.1"
6
-
7
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Daniel Lucraft"]
9
- s.date = %q{2010-01-17}
10
- s.default_executable = %q{plugin_manager}
11
- s.email = %q{dan@fluentradical.com}
12
- s.executables = ["plugin_manager"]
13
- s.extra_rdoc_files = ["README.md"]
14
- s.files = ["README.md", "bin", "spec", "lib/plugin_manager", "lib/plugin_manager/definition_builder.rb", "lib/plugin_manager/plugin.rb", "lib/plugin_manager/plugin_definition.rb", "lib/plugin_manager.rb", "bin/plugin_manager"]
15
- s.homepage = %q{http://github.com/danlucraft/plugin_manager}
16
- s.rdoc_options = ["--main", "README.md"]
17
- s.require_paths = ["lib"]
18
- s.rubygems_version = %q{1.3.5}
19
- s.summary = %q{A Ruby plugin loader}
20
-
21
- if s.respond_to? :specification_version then
22
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
- s.specification_version = 3
24
-
25
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
26
- s.add_development_dependency(%q<rspec>, [">= 0"])
27
- else
28
- s.add_dependency(%q<rspec>, [">= 0"])
29
- end
30
- else
31
- s.add_dependency(%q<rspec>, [">= 0"])
32
- end
33
- end
@@ -1 +0,0 @@
1
- dummy
@@ -1,35 +0,0 @@
1
-
2
- module JavaMateView
3
- import com.redcareditor.mate.Bundle
4
- import com.redcareditor.mate.Grammar
5
- import com.redcareditor.mate.MateText
6
- import com.redcareditor.mate.Parser
7
- import com.redcareditor.mate.ParserScheduler
8
- import com.redcareditor.mate.Pattern
9
- import com.redcareditor.mate.Scope
10
- import com.redcareditor.mate.ScopeMatcher
11
- import com.redcareditor.theme.Theme
12
- import com.redcareditor.theme.ThemeManager
13
-
14
- class MateText
15
- def set_root_scope_by_content_name(grammar_name, name)
16
- scope = JavaMateView::Scope.new(self, "re")
17
- bs = JavaMateView::Bundle.bundles
18
- ruby = bs.detect {|b| b.name == grammar_name}
19
- ps = ruby.grammars.first.patterns
20
- dps = ps.select {|pt| pt.is_a?(Java::ComRedcareditorMate::DoublePattern) }
21
- rps = dps.detect {|pt| pt.contentName == name }
22
- scope.pattern = rps
23
- scope.isOpen = true
24
- self.parser.root = scope
25
- end
26
-
27
- def delay_parsing
28
- parser.parserScheduler.deactivate
29
- yield
30
- parser.parserScheduler.reactivate
31
- end
32
- end
33
- end
34
-
35
-
@@ -1,48 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- Gem::Specification.new do |s|
4
- s.name = %q{net-ftp-list}
5
- s.version = "2.0.0"
6
-
7
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Stateless Systems"]
9
- s.date = %q{2009-05-05}
10
- s.email = %q{enquiries@statelesssystems.com}
11
- s.extra_rdoc_files = [
12
- "README.txt"
13
- ]
14
- s.files = [
15
- "README.txt",
16
- "Rakefile",
17
- "VERSION.yml",
18
- "lib/net/ftp/list.rb",
19
- "lib/net/ftp/list/microsoft.rb",
20
- "lib/net/ftp/list/netware.rb",
21
- "lib/net/ftp/list/parser.rb",
22
- "lib/net/ftp/list/unix.rb",
23
- "test/test_net_ftp_list_microsoft.rb",
24
- "test/test_net_ftp_list_netware.rb",
25
- "test/test_net_ftp_list_unix.rb"
26
- ]
27
- s.has_rdoc = true
28
- s.homepage = %q{http://github.com/stateless-systems/net-ftp-list}
29
- s.rdoc_options = ["--charset=UTF-8"]
30
- s.require_paths = ["lib"]
31
- s.rubygems_version = %q{1.3.1}
32
- s.summary = %q{Parse FTP LIST command output.}
33
- s.test_files = [
34
- "test/test_net_ftp_list_unix.rb",
35
- "test/test_net_ftp_list_netware.rb",
36
- "test/test_net_ftp_list_microsoft.rb"
37
- ]
38
-
39
- if s.respond_to? :specification_version then
40
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
41
- s.specification_version = 2
42
-
43
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
44
- else
45
- end
46
- else
47
- end
48
- end
@@ -1,138 +0,0 @@
1
- @spec = Gem::Specification.new do |s|
2
- s.name = "net-ssh"
3
- s.rubyforge_project = 'net-ssh'
4
- s.version = "2.0.23"
5
- s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol."
6
- s.description = s.summary
7
- s.authors = ["Jamis Buck", "Delano Mandelbaum"]
8
- s.email = ["net-ssh@solutious.com"]
9
- s.homepage = "http://github.com/net-ssh/net-ssh"
10
-
11
- s.extra_rdoc_files = %w[README.rdoc THANKS.rdoc CHANGELOG.rdoc]
12
- s.has_rdoc = true
13
- s.rdoc_options = ["--line-numbers", "--title", s.summary, "--main", "README.rdoc"]
14
- s.require_paths = %w[lib]
15
- s.rubygems_version = '1.3.2'
16
-
17
- s.executables = %w[]
18
-
19
- # = MANIFEST =
20
- s.files = %w(
21
- CHANGELOG.rdoc
22
- Manifest
23
- README.rdoc
24
- Rakefile
25
- Rudyfile
26
- THANKS.rdoc
27
- lib/net/ssh.rb
28
- lib/net/ssh/authentication/agent.rb
29
- lib/net/ssh/authentication/constants.rb
30
- lib/net/ssh/authentication/key_manager.rb
31
- lib/net/ssh/authentication/methods/abstract.rb
32
- lib/net/ssh/authentication/methods/hostbased.rb
33
- lib/net/ssh/authentication/methods/keyboard_interactive.rb
34
- lib/net/ssh/authentication/methods/password.rb
35
- lib/net/ssh/authentication/methods/publickey.rb
36
- lib/net/ssh/authentication/pageant.rb
37
- lib/net/ssh/authentication/session.rb
38
- lib/net/ssh/buffer.rb
39
- lib/net/ssh/buffered_io.rb
40
- lib/net/ssh/config.rb
41
- lib/net/ssh/connection/channel.rb
42
- lib/net/ssh/connection/constants.rb
43
- lib/net/ssh/connection/session.rb
44
- lib/net/ssh/connection/term.rb
45
- lib/net/ssh/errors.rb
46
- lib/net/ssh/key_factory.rb
47
- lib/net/ssh/known_hosts.rb
48
- lib/net/ssh/loggable.rb
49
- lib/net/ssh/packet.rb
50
- lib/net/ssh/prompt.rb
51
- lib/net/ssh/proxy/command.rb
52
- lib/net/ssh/proxy/errors.rb
53
- lib/net/ssh/proxy/http.rb
54
- lib/net/ssh/proxy/socks4.rb
55
- lib/net/ssh/proxy/socks5.rb
56
- lib/net/ssh/ruby_compat.rb
57
- lib/net/ssh/service/forward.rb
58
- lib/net/ssh/test.rb
59
- lib/net/ssh/test/channel.rb
60
- lib/net/ssh/test/extensions.rb
61
- lib/net/ssh/test/kex.rb
62
- lib/net/ssh/test/local_packet.rb
63
- lib/net/ssh/test/packet.rb
64
- lib/net/ssh/test/remote_packet.rb
65
- lib/net/ssh/test/script.rb
66
- lib/net/ssh/test/socket.rb
67
- lib/net/ssh/transport/algorithms.rb
68
- lib/net/ssh/transport/cipher_factory.rb
69
- lib/net/ssh/transport/constants.rb
70
- lib/net/ssh/transport/hmac.rb
71
- lib/net/ssh/transport/hmac/abstract.rb
72
- lib/net/ssh/transport/hmac/md5.rb
73
- lib/net/ssh/transport/hmac/md5_96.rb
74
- lib/net/ssh/transport/hmac/none.rb
75
- lib/net/ssh/transport/hmac/sha1.rb
76
- lib/net/ssh/transport/hmac/sha1_96.rb
77
- lib/net/ssh/transport/identity_cipher.rb
78
- lib/net/ssh/transport/kex.rb
79
- lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
80
- lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
81
- lib/net/ssh/transport/openssl.rb
82
- lib/net/ssh/transport/packet_stream.rb
83
- lib/net/ssh/transport/server_version.rb
84
- lib/net/ssh/transport/session.rb
85
- lib/net/ssh/transport/state.rb
86
- lib/net/ssh/verifiers/lenient.rb
87
- lib/net/ssh/verifiers/null.rb
88
- lib/net/ssh/verifiers/strict.rb
89
- lib/net/ssh/version.rb
90
- net-ssh.gemspec
91
- setup.rb
92
- support/arcfour_check.rb
93
- support/ssh_tunnel_bug.rb
94
- test/README.txt
95
- test/authentication/methods/common.rb
96
- test/authentication/methods/test_abstract.rb
97
- test/authentication/methods/test_hostbased.rb
98
- test/authentication/methods/test_keyboard_interactive.rb
99
- test/authentication/methods/test_password.rb
100
- test/authentication/methods/test_publickey.rb
101
- test/authentication/test_agent.rb
102
- test/authentication/test_key_manager.rb
103
- test/authentication/test_session.rb
104
- test/common.rb
105
- test/configs/eqsign
106
- test/configs/exact_match
107
- test/configs/host_plus
108
- test/configs/multihost
109
- test/configs/nohost
110
- test/configs/numeric_host
111
- test/configs/wild_cards
112
- test/connection/test_channel.rb
113
- test/connection/test_session.rb
114
- test/manual/test_forward.rb
115
- test/test_all.rb
116
- test/test_buffer.rb
117
- test/test_buffered_io.rb
118
- test/test_config.rb
119
- test/test_key_factory.rb
120
- test/transport/hmac/test_md5.rb
121
- test/transport/hmac/test_md5_96.rb
122
- test/transport/hmac/test_none.rb
123
- test/transport/hmac/test_sha1.rb
124
- test/transport/hmac/test_sha1_96.rb
125
- test/transport/kex/test_diffie_hellman_group1_sha1.rb
126
- test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb
127
- test/transport/test_algorithms.rb
128
- test/transport/test_cipher_factory.rb
129
- test/transport/test_hmac.rb
130
- test/transport/test_identity_cipher.rb
131
- test/transport/test_packet_stream.rb
132
- test/transport/test_server_version.rb
133
- test/transport/test_session.rb
134
- test/transport/test_state.rb
135
- )
136
-
137
-
138
- end
@@ -1,53 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{git}
8
- s.version = "1.2.5"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Scott Chacon"]
12
- s.date = %q{2009-10-17}
13
- s.email = %q{schacon@gmail.com}
14
- s.extra_rdoc_files = [
15
- "README"
16
- ]
17
- s.files = [
18
- "lib/git.rb",
19
- "lib/git/author.rb",
20
- "lib/git/base.rb",
21
- "lib/git/branch.rb",
22
- "lib/git/branches.rb",
23
- "lib/git/diff.rb",
24
- "lib/git/index.rb",
25
- "lib/git/lib.rb",
26
- "lib/git/log.rb",
27
- "lib/git/object.rb",
28
- "lib/git/path.rb",
29
- "lib/git/remote.rb",
30
- "lib/git/repository.rb",
31
- "lib/git/stash.rb",
32
- "lib/git/stashes.rb",
33
- "lib/git/status.rb",
34
- "lib/git/working_directory.rb"
35
- ]
36
- s.homepage = %q{http://github.com/schacon/ruby-git}
37
- s.rdoc_options = ["--charset=UTF-8"]
38
- s.require_paths = ["lib"]
39
- s.requirements = ["git 1.6.0.0, or greater"]
40
- s.rubyforge_project = %q{git}
41
- s.rubygems_version = %q{1.3.5}
42
- s.summary = %q{Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary}
43
-
44
- if s.respond_to? :specification_version then
45
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
46
- s.specification_version = 3
47
-
48
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
49
- else
50
- end
51
- else
52
- end
53
- end
@@ -1,15 +0,0 @@
1
- spec = Gem::Specification.new do |s|
2
- s.platform = Gem::Platform::RUBY
3
- s.name = "git"
4
- s.version = "1.1.1"
5
- s.author = "Scott Chacon"
6
- s.email = "schacon@gmail.com"
7
- s.homepage = "http://github.com/schacon/ruby-git/tree/master"
8
- s.summary = "A package for using Git in Ruby code."
9
- s.files = ["lib/git", "lib/git/author.rb", "lib/git/base.rb", "lib/git/branch.rb", "lib/git/branches.rb", "lib/git/diff.rb", "lib/git/index.rb", "lib/git/lib.rb", "lib/git/log.rb", "lib/git/object.rb", "lib/git/path.rb", "lib/git/remote.rb", "lib/git/repository.rb", "lib/git/stash.rb", "lib/git/stashes.rb", "lib/git/status.rb", "lib/git/working_directory.rb", "lib/git.rb"]
10
- s.require_path = "lib"
11
- s.autorequire = "git"
12
- s.test_files = Dir.glob('tests/*.rb')
13
- s.has_rdoc = true
14
- s.extra_rdoc_files = ["README"]
15
- end