Kharites-tools 0.1.0 → 0.1.1
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/Kharites-tools.gemspec +6 -3
- data/README.markdown +3 -1
- data/Rakefile +1 -0
- data/VERSION +1 -1
- metadata +19 -6
data/Kharites-tools.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{Kharites-tools}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jose Pablo Barrantes"]
|
|
@@ -52,9 +52,9 @@ Gem::Specification.new do |s|
|
|
|
52
52
|
s.rubygems_version = %q{1.3.6}
|
|
53
53
|
s.summary = %q{Tools for the Karites.}
|
|
54
54
|
s.test_files = [
|
|
55
|
-
"spec/
|
|
55
|
+
"spec/base_spec.rb",
|
|
56
56
|
"spec/setup_spec.rb",
|
|
57
|
-
"spec/
|
|
57
|
+
"spec/spec_helper.rb"
|
|
58
58
|
]
|
|
59
59
|
|
|
60
60
|
if s.respond_to? :specification_version then
|
|
@@ -62,9 +62,12 @@ Gem::Specification.new do |s|
|
|
|
62
62
|
s.specification_version = 3
|
|
63
63
|
|
|
64
64
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
65
|
+
s.add_runtime_dependency(%q<thor>, [">= 0.13.0"])
|
|
65
66
|
else
|
|
67
|
+
s.add_dependency(%q<thor>, [">= 0.13.0"])
|
|
66
68
|
end
|
|
67
69
|
else
|
|
70
|
+
s.add_dependency(%q<thor>, [">= 0.13.0"])
|
|
68
71
|
end
|
|
69
72
|
end
|
|
70
73
|
|
data/README.markdown
CHANGED
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Gem to provide several tools to [Kharites](http://github.com/jpablobr/kharites)
|
|
4
4
|
|
|
5
|
+
[http://rubygems.org/gems/Kharites-tools](http://rubygems.org/gems/Kharites-tools)
|
|
6
|
+
|
|
5
7
|
## Installation ##
|
|
6
8
|
|
|
7
9
|
For the latest stable version:
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
sudo gem install Kharites-tools
|
|
10
12
|
|
|
11
13
|
Or from source:
|
|
12
14
|
|
data/Rakefile
CHANGED
|
@@ -14,6 +14,7 @@ begin
|
|
|
14
14
|
gemspec.authors = ["Jose Pablo Barrantes"]
|
|
15
15
|
gemspec.rubyforge_project = "kharites-tools"
|
|
16
16
|
gemspec.files = FileList["[A-Z]*", "{bin,lib,spec}/**/*"]
|
|
17
|
+
gemspec.add_runtime_dependency "thor", ">= 0.13.0"
|
|
17
18
|
end
|
|
18
19
|
Jeweler::GemcutterTasks.new
|
|
19
20
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jose Pablo Barrantes
|
|
@@ -16,8 +16,21 @@ cert_chain: []
|
|
|
16
16
|
|
|
17
17
|
date: 2010-05-03 00:00:00 -06:00
|
|
18
18
|
default_executable: kharites
|
|
19
|
-
dependencies:
|
|
20
|
-
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: thor
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
requirements:
|
|
25
|
+
- - ">="
|
|
26
|
+
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
29
|
+
- 13
|
|
30
|
+
- 0
|
|
31
|
+
version: 0.13.0
|
|
32
|
+
type: :runtime
|
|
33
|
+
version_requirements: *id001
|
|
21
34
|
description: Tools for Karites.
|
|
22
35
|
email: xjpablobrx@gmail.com
|
|
23
36
|
executables:
|
|
@@ -84,6 +97,6 @@ signing_key:
|
|
|
84
97
|
specification_version: 3
|
|
85
98
|
summary: Tools for the Karites.
|
|
86
99
|
test_files:
|
|
87
|
-
- spec/spec_helper.rb
|
|
88
|
-
- spec/setup_spec.rb
|
|
89
100
|
- spec/base_spec.rb
|
|
101
|
+
- spec/setup_spec.rb
|
|
102
|
+
- spec/spec_helper.rb
|