kyanite 0.3.3 → 0.3.4

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.
Files changed (5) hide show
  1. data/History.txt +10 -2
  2. data/README.txt +2 -2
  3. data/Rakefile.rb +5 -2
  4. data/lib/kyanite.rb +1 -1
  5. metadata +3 -3
@@ -1,4 +1,12 @@
1
+
2
+ == 0.3.4 2008-12-10
3
+
4
+ * first public release
5
+
1
6
  == 0.0.1 2008-08-01
2
7
 
3
- * 1 major enhancement:
4
- * Initial release
8
+ * Initial release
9
+
10
+
11
+
12
+
data/README.txt CHANGED
@@ -1,10 +1,10 @@
1
1
  = Kyanite
2
2
 
3
- * FIX (url)
3
+ * http://kyanite.rubyforge.org
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- FIX (describe your package)
7
+ Kyanite is a general toolbox like Facets or ActiveSupport.
8
8
 
9
9
  == FEATURES/PROBLEMS:
10
10
 
@@ -12,7 +12,8 @@ $hoe = Hoe.new('kyanite', Kyanite::VERSION) do |p|
12
12
 
13
13
  p.author = 'Bjoern Klippstein'
14
14
  p.email = 'bjoernklippstein@gmail.com'
15
- p.url = 'http://rapidrubyonrails.de'
15
+ # p.url = 'http://rapidrubyonrails.de'
16
+ p.url = 'http://kyanite.rubyforge.org'
16
17
 
17
18
  p.rubyforge_name = p.name
18
19
  p.summary = 'General toolbox like Facets or ActiveSupport.'
@@ -84,7 +85,9 @@ Dir['tasks/**/*.rake'].each { |t| load t }
84
85
  #
85
86
 
86
87
  $rake_tasks_ausblenden = %w{ bundles:tm deps:email deps:fetch deps:list manifest manifest:refresh
87
- announce debug_gem install_gem_no_doc
88
+ announce clobber clobber_docs clobber_package clobber_rdoc
89
+ config_hoe deploy
90
+ install_gem_no_doc
88
91
  local_deploy package post_blog post_news ridocs test_deps
89
92
  clobber_docs clobber_rdoc rdoc redocs rerdoc}
90
93
  require 'kyanite/rake'
@@ -16,7 +16,7 @@ end
16
16
  # * im Script '2_rake_install_gem.bat'
17
17
  # * ggf. in der gem-Verkn�pfung
18
18
  module Kyanite
19
- VERSION = '0.3.3'
19
+ VERSION = '0.3.4'
20
20
  end
21
21
 
22
22
 
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.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bjoern Klippstein
@@ -62,7 +62,7 @@ dependencies:
62
62
  - !ruby/object:Gem::Version
63
63
  version: 1.8.0
64
64
  version:
65
- description: FIX (describe your package)
65
+ description: Kyanite is a general toolbox like Facets or ActiveSupport.
66
66
  email: bjoernklippstein@gmail.com
67
67
  executables: []
68
68
 
@@ -161,7 +161,7 @@ files:
161
161
  - test/test_set.rb
162
162
  - test/test_tree.rb
163
163
  has_rdoc: true
164
- homepage: http://rapidrubyonrails.de
164
+ homepage: http://kyanite.rubyforge.org
165
165
  post_install_message:
166
166
  rdoc_options:
167
167
  - --main