rubybuntu-gedit 11.09.30 → 11.10.18

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.
@@ -59,7 +59,6 @@
59
59
  <style name="ruby:special-variable" foreground="#d33521" bold="true"/>
60
60
 
61
61
  <style name="def:comment" foreground="#a77362"/>
62
- <style name="ruby:comment-delimiter" foreground="#ffffff" bold="false" italic="false" underline="false"/>
63
62
  <style name="ruby:encoding-comment" foreground="#a76265"/>
64
63
  <style name="def:shebang" foreground="#a76265" bold="true"/>
65
64
  <style name="def:note" bold="true"/>
@@ -87,12 +86,6 @@
87
86
 
88
87
  <style name="def:error" strikethrough="true"/>
89
88
 
90
- <!-- rdoc -->
91
- <style name="rdoc:sharp" foreground="#ffffff" bold="false" italic="false" underline="false"/>
92
- <style name="rdoc:italic" italic="true"/>
93
- <style name="rdoc:bold" bold="true"/>
94
- <style name="rdoc:typewriter" underline="true"/>
95
-
96
89
  <!-- maybe used in future
97
90
  <style name="ruby:module"/>
98
91
  <style name="ruby:begin"/>
@@ -0,0 +1,120 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Copyright (C) 2011 Jan Lelis
4
+
5
+ This library is free software; you can redistribute it and/or
6
+ modify it under the terms of the GNU Library General Public
7
+ License as published by the Free Software Foundation; either
8
+ version 2 of the License, or (at your option) any later version.
9
+
10
+ This library is distributed in the hope that it will be useful,
11
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
+ Library General Public License for more details.
14
+
15
+ You should have received a copy of the GNU Library General Public
16
+ License along with this library; if not, write to the
17
+ Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
+ Boston, MA 02111-1307, USA.
19
+ -->
20
+
21
+ <style-scheme id="rubybuntu2" _name="RubyBuntu Two" version="1.0">
22
+ <author>Jan Lelis</author>
23
+ <_description>RubyBuntu Two</_description>
24
+
25
+ <!-- general -->
26
+ <style name="text" foreground="#484848" background="#efefef"/>
27
+ <style name="current-line" background="#d8d8d8"/>
28
+ <style name="cursor" foreground="#b9b9b9"/><!--#929292-->
29
+ <style name="selection" foreground="#3c3c3c" background="#b9b9b9"/>
30
+ <style name="search-match" background="#2d2d2d"/>
31
+ <style name="draw-spaces" foreground="#333333"/>
32
+ <style name="line-numbers" foreground="#404040" background="#F7F6F6"/>
33
+ <style name="bracket-match" underline="true"/>
34
+ <style name="bracket-mismatch" foreground="#000000" background="#ffffff"/><!-- how can i test this one? -->
35
+
36
+ <!-- ruby -->
37
+ <!-- please note: indention does not necessarily mean that there is a mapping -->
38
+ <style name="def:type" foreground="#355259"/>
39
+ <style name="ruby:method" foreground="#355259"/><!-- of course, also applies to local variables -->
40
+ <style name="def:builtin" foreground="#355259"/><!-- ruby:important-method -->
41
+ <style name="def:keyword" foreground="#142b30" bold="true"/>
42
+ <style name="ruby:syntax-char" foreground="#142b30"/>
43
+ <style name="def:operator" foreground="#b1b1b1"/>
44
+ <style name="def:boolean" foreground="#d34921"/><!-- ruby:special-value -->
45
+ <style name="ruby:true" foreground="#219421"/>
46
+ <style name="ruby:false" foreground="#d71f15"/>
47
+ <style name="ruby:nil" foreground="#d72c15" bold="true"/><!-- #ff3a3a -->
48
+ <style name="ruby:self" foreground="#d34921"/>
49
+ <style name="ruby:collection" foreground="#cb8748"/>
50
+ <style name="def:function" foreground="#ffc66d" bold="true"/>
51
+
52
+ <style name="def:constant" foreground="#adaa92"/>
53
+ <style name="def:special-constant" foreground="#adaa92" bold="true"/><!-- ruby:important-constant -->
54
+
55
+ <style name="def:identifier" foreground="#7fb5db"/>
56
+ <style name="ruby:instance-variable" foreground="#7fb5db"/>
57
+ <style name="ruby:class-variable" foreground="#4591c6"/>
58
+ <style name="ruby:global-variable" foreground="#d33521"/>
59
+ <style name="ruby:special-variable" foreground="#d33521" bold="true"/>
60
+
61
+ <style name="def:comment" foreground="#a77362"/>
62
+ <style name="ruby:encoding-comment" foreground="#a76265"/>
63
+ <style name="def:shebang" foreground="#a76265" bold="true"/>
64
+ <style name="def:note" bold="true"/>
65
+ <style name="def:underlined" underline="true"/>
66
+ <style name="def:doc-comment" foreground="#a65033"/>
67
+ <style name="def:doc-comment-element" foreground="#a65033" bold="true"/><!-- not used in ruby -->
68
+
69
+ <style name="def:string" foreground="#a0a0a0"/>
70
+ <style name="ruby:string-delimiter" foreground="#9f7979"/>
71
+ <style name="def:special-char" foreground="#dcdcdc"/>
72
+ <style name="def:character" use-style="def:string"/><!-- question mark notation -->
73
+
74
+ <style name="ruby:system" foreground="#b5bb9d"/>
75
+ <style name="ruby:system-delimiter" foreground="#929b6d"/>
76
+
77
+ <style name="ruby:symbol" foreground="#ffc66d"/>
78
+
79
+ <style name="ruby:regex" foreground="#e56739"/>
80
+ <style name="ruby:regex-delimiter" foreground="#e55939"/>
81
+ <style name="ruby:regex-options" foreground="#e55939" bold="true"/>
82
+
83
+ <style name="def:number" foreground="#6d9cbe"/>
84
+ <style name="def:decimal" foreground="#6d9cbe" bold="true"/><!-- integer -->
85
+ <style name="def:base-n-integer" foreground="#6d9cbe" bold="true" italic="true"/>
86
+
87
+ <style name="def:error" strikethrough="true"/>
88
+
89
+ <!-- maybe used in future
90
+ <style name="ruby:module"/>
91
+ <style name="ruby:begin"/>
92
+ <style name="ruby:loop"/>
93
+ <style name="ruby:block"/>
94
+ -->
95
+
96
+ <!-- currently not used in ruby -->
97
+ <style name="def:preprocessor" foreground="#eda868"/><!-- xml:doctype -->
98
+ <style name="def:complex" foreground="#6d9cbe" italic="true"/>
99
+ <style name="def:reserved" italic="true"/>
100
+ <style name="def:statement" foreground="#aa7b55"/>
101
+
102
+ <!-- other ruby stuff-->
103
+ <style name="erb:tag" foreground="#ff592c"/>
104
+ <style name="erb:output" foreground="#ff342c"/>
105
+
106
+ <style name="ruby-bundler-gemfile-lock:gem_name" foreground="#d8843f"/>
107
+ <style name="ruby-bundler-gemfile-lock:gem_dependency_type" foreground="#edc268" bold="true"/>
108
+ <style name="ruby-bundler-gemfile-lock:gem_dependency_version" foreground="#edc268"/>
109
+
110
+ <!-- non ruby -->
111
+ <style name="xml:element-name" foreground="#edc268"/><!-- html:tag -->
112
+
113
+ <style name="css:color" foreground="#6d9cbe"/>
114
+ <style name="css:known-property-values" foreground="#6d9cbe"/>
115
+ <style name="css:keyword" foreground="#d8843f"/>
116
+
117
+ </style-scheme>
118
+
119
+ <!-- J-_-L -->
120
+
@@ -3,7 +3,7 @@ require 'rubygems' unless defined? Gem
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "rubybuntu-gedit"
6
- s.version = "11.09.30"# Time.now.strftime("%y.%m.%d")
6
+ s.version = Time.now.strftime("%y.%m.%d")
7
7
  s.authors = ["Jan Lelis", "Snippets by Christoph Olszowka", "Please see individual files for author and license"]
8
8
  s.email = "mail@janlelis.de"
9
9
  s.homepage = "https://github.com/janlelis/rubybuntu-gedit"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubybuntu-gedit
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.09.30
4
+ version: 11.10.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,11 +11,11 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-09-29 00:00:00.000000000Z
14
+ date: 2011-10-18 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: paint
18
- requirement: &4851880 !ruby/object:Gem::Requirement
18
+ requirement: &5976120 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,23 +23,27 @@ dependencies:
23
23
  version: '0'
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *4851880
26
+ version_requirements: *5976120
27
27
  description: Ruby/Rails/Web related gedit language definitions, mime types, styles
28
28
  and snippets.
29
29
  email: mail@janlelis.de
30
30
  executables:
31
+ - rubybuntu-gedit~
31
32
  - rubybuntu-gedit
32
33
  extensions: []
33
34
  extra_rdoc_files: []
34
35
  files:
36
+ - bin/rubybuntu-gedit~
35
37
  - bin/rubybuntu-gedit
36
38
  - README.rdoc
37
39
  - data/language-specs/ruby-erb.lang
38
40
  - data/language-specs/erb.lang
39
41
  - data/language-specs/ruby-bundler-gemfile-lock.lang
42
+ - data/language-specs/ruby.lang~
40
43
  - data/language-specs/yml-erb.lang
41
44
  - data/language-specs/README.rdoc
42
45
  - data/language-specs/ruby.lang-extras/important-methods.rb
46
+ - data/language-specs/ruby.lang-extras/brackets.rb~
43
47
  - data/language-specs/ruby.lang-extras/unicode.rb
44
48
  - data/language-specs/ruby.lang-extras/important-constants.rb
45
49
  - data/language-specs/ruby.lang-extras/brackets.rb
@@ -95,6 +99,7 @@ files:
95
99
  - data/snippets/shoulda_activerecord.xml
96
100
  - data/snippets/TODO
97
101
  - data/snippets/shoulda_basic.xml
102
+ - data/styles/rubybuntu2.xml
98
103
  - data/styles/rubybuntu1.xml
99
104
  - data/styles/README.rdoc
100
105
  - Rakefile
@@ -122,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
127
  version: '0'
123
128
  requirements: []
124
129
  rubyforge_project:
125
- rubygems_version: 1.8.6
130
+ rubygems_version: 1.8.11
126
131
  signing_key:
127
132
  specification_version: 3
128
133
  summary: Ruby/Web devoloper's gedit