kyanite 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. data/History.txt +0 -0
  2. data/License.txt +0 -0
  3. data/Manifest.txt +0 -2
  4. data/README.txt +0 -0
  5. data/Rakefile.rb +16 -12
  6. data/init.rb +0 -0
  7. data/lib/kyanite.rb +2 -2
  8. data/lib/kyanite/array.rb +0 -0
  9. data/lib/kyanite/array/array.rb +0 -0
  10. data/lib/kyanite/array/array2.rb +0 -0
  11. data/lib/kyanite/array/matrix2.rb +0 -0
  12. data/lib/kyanite/array_of_enumerables.rb +0 -0
  13. data/lib/kyanite/array_of_numerics.rb +0 -0
  14. data/lib/kyanite/array_of_strings.rb +0 -0
  15. data/lib/kyanite/basics.rb +0 -0
  16. data/lib/kyanite/dictionary.rb +0 -0
  17. data/lib/kyanite/enumerable.rb +0 -0
  18. data/lib/kyanite/enumerable/enumerable_enumerables.rb +0 -0
  19. data/lib/kyanite/enumerable/enumerable_numerics.rb +0 -0
  20. data/lib/kyanite/enumerable/enumerable_strings.rb +0 -0
  21. data/lib/kyanite/enumerable/structure.rb +0 -0
  22. data/lib/kyanite/general.rb +0 -0
  23. data/lib/kyanite/general/callerutils.rb +0 -0
  24. data/lib/kyanite/general/classutils.rb +0 -0
  25. data/lib/kyanite/general/kernel.rb +0 -0
  26. data/lib/kyanite/general/nil.rb +0 -0
  27. data/lib/kyanite/general/object.rb +0 -0
  28. data/lib/kyanite/general/true_false.rb +0 -0
  29. data/lib/kyanite/general/undoable.rb +0 -0
  30. data/lib/kyanite/hash.rb +0 -0
  31. data/lib/kyanite/matrix2.rb +0 -0
  32. data/lib/kyanite/nil.rb +0 -0
  33. data/lib/kyanite/numeric.rb +0 -0
  34. data/lib/kyanite/numeric/float.rb +0 -0
  35. data/lib/kyanite/numeric/integer.rb +0 -0
  36. data/lib/kyanite/numeric/numeric.rb +0 -0
  37. data/lib/kyanite/operation.rb +0 -0
  38. data/lib/kyanite/operation/call_tracker.rb +0 -0
  39. data/lib/kyanite/operation/rake.rb +0 -0
  40. data/lib/kyanite/operation/regexp.rb +0 -0
  41. data/lib/kyanite/operation/unit_test.rb +0 -0
  42. data/lib/kyanite/optimizer.rb +0 -0
  43. data/lib/kyanite/rake.rb +0 -0
  44. data/lib/kyanite/range.rb +0 -0
  45. data/lib/kyanite/set.rb +0 -0
  46. data/lib/kyanite/smart_load_path.rb +0 -0
  47. data/lib/kyanite/string.rb +0 -0
  48. data/lib/kyanite/string/cast.rb +0 -0
  49. data/lib/kyanite/string/chars.rb +0 -0
  50. data/lib/kyanite/string/chars_const.rb +0 -0
  51. data/lib/kyanite/string/diff.rb +0 -0
  52. data/lib/kyanite/string/div.rb +0 -0
  53. data/lib/kyanite/string/include.rb +0 -0
  54. data/lib/kyanite/string/list.rb +0 -0
  55. data/lib/kyanite/string/mgsub.rb +0 -0
  56. data/lib/kyanite/string/nested.rb +0 -0
  57. data/lib/kyanite/string/random.rb +0 -0
  58. data/lib/kyanite/string/split.rb +0 -0
  59. data/lib/kyanite/symbol.rb +0 -0
  60. data/lib/kyanite/tree.rb +0 -0
  61. data/lib/kyanite/undoable.rb +0 -0
  62. data/lib/kyanite/unit_test.rb +0 -0
  63. data/test/_start_all.rb +0 -0
  64. data/test/array/test_array.rb +0 -0
  65. data/test/array/test_matrix2.rb +0 -0
  66. data/test/enumerable/test_enumerable_enumerables.rb +0 -0
  67. data/test/enumerable/test_enumerable_numerics.rb +0 -0
  68. data/test/enumerable/test_enumerable_strings.rb +0 -0
  69. data/test/enumerable/test_structure.rb +0 -0
  70. data/test/general/test_classutils.rb +0 -0
  71. data/test/general/test_nil.rb +0 -0
  72. data/test/general/test_object.rb +0 -0
  73. data/test/general/test_true_false.rb +0 -0
  74. data/test/numeric/test_numeric_integer.rb +0 -0
  75. data/test/string/test_cast.rb +0 -0
  76. data/test/string/test_chars.rb +0 -0
  77. data/test/string/test_diff.rb +0 -0
  78. data/test/string/test_list.rb +0 -0
  79. data/test/string/test_nested.rb +0 -0
  80. data/test/string/test_split.rb +0 -0
  81. data/test/test_dictionary.rb +0 -0
  82. data/test/test_hash.rb +0 -0
  83. data/test/test_optimizer.rb +0 -0
  84. data/test/test_range.rb +0 -0
  85. data/test/test_set.rb +0 -0
  86. data/test/test_tree.rb +0 -0
  87. metadata +7 -11
  88. data/0 start all Tests.bat +0 -23
  89. data/PostInstall.txt +0 -4
data/History.txt CHANGED
File without changes
data/License.txt CHANGED
File without changes
data/Manifest.txt CHANGED
@@ -54,12 +54,10 @@ lib/kyanite/symbol.rb
54
54
  lib/kyanite/tree.rb
55
55
  lib/kyanite/undoable.rb
56
56
  lib/kyanite/unit_test.rb
57
- 0 start all Tests.bat
58
57
  History.txt
59
58
  init.rb
60
59
  License.txt
61
60
  Manifest.txt
62
- PostInstall.txt
63
61
  Rakefile.rb
64
62
  README.txt
65
63
  test/array/test_array.rb
data/README.txt CHANGED
File without changes
data/Rakefile.rb CHANGED
@@ -9,22 +9,24 @@ require File.dirname(__FILE__) + '/lib/kyanite'
9
9
  # Generate all the Rake tasks
10
10
  # Run 'rake -T' to see list of generated tasks (from gem root directory)
11
11
  $hoe = Hoe.new('kyanite', Kyanite::VERSION) do |p|
12
- p.developer('Bjoern Klippstein', 'bjoernklippstein@gmail.com')
12
+
13
+ p.author = 'Bjoern Klippstein'
14
+ p.email = 'bjoernklippstein@gmail.com'
15
+ p.url = 'http://rapidrubyonrails.de'
16
+
17
+ p.rubyforge_name = p.name
18
+ p.summary = 'General toolbox like Facets or ActiveSupport.'
13
19
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
14
- p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
15
- p.rubyforge_name = p.name # TODO this is default value
16
- p.extra_deps = [
17
- ['activesupport', '>= 2.2.2'],
20
+
21
+ p.extra_deps = [ ['activesupport', '>= 2.2.2'],
18
22
  ['facets', '>= 2.5.0'],
19
- ['rubytree', '>= 0.5.2']
20
- ]
21
- p.extra_dev_deps = [
22
- ['newgem', ">= #{::Newgem::VERSION}"]
23
- ]
23
+ ['rubytree', '>= 0.5.2'] ]
24
+ p.extra_dev_deps = [ ['newgem', ">= #{::Newgem::VERSION}"] ]
24
25
 
25
26
  p.clean_globs |= %w[**/.DS_Store tmp *.log]
26
27
  path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}"
27
- p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
28
+ # p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
29
+ p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), '')
28
30
  p.rsync_args = '-av --delete --ignore-errors'
29
31
  end
30
32
 
@@ -42,7 +44,8 @@ Dir['tasks/**/*.rake'].each { |t| load t }
42
44
 
43
45
  $rake_tasks_ausblenden = %w{ bundles:tm deps:email deps:fetch deps:list manifest manifest:refresh
44
46
  announce check_manifest debug_gem email install_gem install_gem_no_doc
45
- local_deploy package post_blog post_news ridocs test_deps}
47
+ local_deploy package post_blog post_news ridocs test_deps
48
+ clobber_docs clobber_rdoc rdoc redocs rerdoc}
46
49
  require 'kyanite/rake'
47
50
 
48
51
 
@@ -68,6 +71,7 @@ Rake::RDocTask.new do |rdoc|
68
71
  rdoc.rdoc_files.include('test/**/test_*.rb')
69
72
  rdoc.rdoc_files.exclude('lib/kyanite/array/array2')
70
73
  rdoc.rdoc_files.exclude('lib/kyanite/array/matrix2')
74
+ rdoc.rdoc_files.exclude('lib/kyanite/operation/call_tracker')
71
75
  rdoc.rdoc_files.exclude('lib/kyanite.rb')
72
76
  rdoc.options += [
73
77
  '-SNap',
data/init.rb CHANGED
File without changes
data/lib/kyanite.rb CHANGED
@@ -13,10 +13,10 @@ end
13
13
 
14
14
 
15
15
  # Die Versionsnummer steht ausserdem
16
- # * im Script '2 install gem.bat'
16
+ # * im Script '2_rake_install_gem.bat'
17
17
  # * in der gem-Verkn�pfung
18
18
  module Kyanite
19
- VERSION = '0.3.1'
19
+ VERSION = '0.3.2'
20
20
  end
21
21
 
22
22
 
data/lib/kyanite/array.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/kyanite/hash.rb CHANGED
File without changes
File without changes
data/lib/kyanite/nil.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/kyanite/rake.rb CHANGED
File without changes
data/lib/kyanite/range.rb CHANGED
File without changes
data/lib/kyanite/set.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/kyanite/tree.rb CHANGED
File without changes
File without changes
File without changes
data/test/_start_all.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/test/test_hash.rb CHANGED
File without changes
File without changes
data/test/test_range.rb CHANGED
File without changes
data/test/test_set.rb CHANGED
File without changes
data/test/test_tree.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kyanite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bjoern Klippstein
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-08 00:00:00 +01:00
12
+ date: 2008-12-10 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -63,8 +63,7 @@ dependencies:
63
63
  version: 1.8.0
64
64
  version:
65
65
  description: FIX (describe your package)
66
- email:
67
- - bjoernklippstein@gmail.com
66
+ email: bjoernklippstein@gmail.com
68
67
  executables: []
69
68
 
70
69
  extensions: []
@@ -73,7 +72,6 @@ extra_rdoc_files:
73
72
  - History.txt
74
73
  - License.txt
75
74
  - Manifest.txt
76
- - PostInstall.txt
77
75
  - README.txt
78
76
  files:
79
77
  - lib/kyanite.rb
@@ -132,12 +130,10 @@ files:
132
130
  - lib/kyanite/tree.rb
133
131
  - lib/kyanite/undoable.rb
134
132
  - lib/kyanite/unit_test.rb
135
- - 0 start all Tests.bat
136
133
  - History.txt
137
134
  - init.rb
138
135
  - License.txt
139
136
  - Manifest.txt
140
- - PostInstall.txt
141
137
  - Rakefile.rb
142
138
  - README.txt
143
139
  - test/array/test_array.rb
@@ -165,8 +161,8 @@ files:
165
161
  - test/test_set.rb
166
162
  - test/test_tree.rb
167
163
  has_rdoc: true
168
- homepage: FIX (url)
169
- post_install_message: PostInstall.txt
164
+ homepage: http://rapidrubyonrails.de
165
+ post_install_message:
170
166
  rdoc_options:
171
167
  - --main
172
168
  - README.txt
@@ -187,10 +183,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
183
  requirements: []
188
184
 
189
185
  rubyforge_project: kyanite
190
- rubygems_version: 1.2.0
186
+ rubygems_version: 1.3.1
191
187
  signing_key:
192
188
  specification_version: 2
193
- summary: FIX (describe your package)
189
+ summary: General toolbox like Facets or ActiveSupport.
194
190
  test_files:
195
191
  - test/array/test_array.rb
196
192
  - test/array/test_matrix2.rb
@@ -1,23 +0,0 @@
1
-
2
-
3
- @ECHO OFF
4
-
5
- rem CODEPAGE �NDERN
6
- @cmd /C chcp 1252 > NUL
7
-
8
-
9
-
10
- echo.
11
-
12
-
13
- ruby test/_start_all.rb
14
-
15
-
16
-
17
-
18
-
19
-
20
- echo.
21
- echo.
22
- echo.
23
- pause
data/PostInstall.txt DELETED
@@ -1,4 +0,0 @@
1
-
2
- Kyanite is a general toolbox like Facets or ActiveSupport.
3
- For more information on Kyanite, see http://kyanite.rubyforge.org
4
-