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.
- data/History.txt +10 -2
- data/README.txt +2 -2
- data/Rakefile.rb +5 -2
- data/lib/kyanite.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/README.txt
CHANGED
data/Rakefile.rb
CHANGED
|
@@ -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
|
|
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'
|
data/lib/kyanite.rb
CHANGED
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.
|
|
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:
|
|
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://
|
|
164
|
+
homepage: http://kyanite.rubyforge.org
|
|
165
165
|
post_install_message:
|
|
166
166
|
rdoc_options:
|
|
167
167
|
- --main
|