malcolmx 0.0.4 → 0.0.5
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/README.md +7 -1
- data/lib/malcolmx/version.rb +1 -1
- data/malcolmx.gemspec +1 -1
- metadata +5 -17
data/README.md
CHANGED
|
@@ -6,4 +6,10 @@ using malcolmx install it via rubygems, and start using it like this:
|
|
|
6
6
|
|
|
7
7
|
malcolmx cosmicvent minhajuddin myfunkyfreakydomain
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Why the name?
|
|
10
|
+
-------------
|
|
11
|
+
You might be wondering, why I have named this tool [MalcolmX](http://en.wikipedia.org/wiki/Malcolm_X).
|
|
12
|
+
The reason is very simple, [MalcolmX](http://en.wikipedia.org/wiki/Malcolm_X) was one of the greatest human rights activists.
|
|
13
|
+
I greatly admire him, and this is a small way to make his name known, to people who
|
|
14
|
+
don't know him. If you liked using this tool, please take a look at his
|
|
15
|
+
[wikipedia page](http://en.wikipedia.org/wiki/Malcolm_X).
|
data/lib/malcolmx/version.rb
CHANGED
data/malcolmx.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["minhajuddin@cosmicvent.com"]
|
|
11
11
|
s.homepage = "http://github.com/minhajuddin/malcolmx"
|
|
12
12
|
s.summary = %q{Find out if the domain name you want is available!}
|
|
13
|
-
s.description = %q{MalcolmX is a gem which allows you to find out if a
|
|
13
|
+
s.description = %q{MalcolmX is a gem which allows you to find out if a domain name is available programmatically or through the command prompt}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "malcolmx"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: malcolmx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 0
|
|
8
|
-
- 4
|
|
9
|
-
version: 0.0.4
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.0.5
|
|
10
6
|
platform: ruby
|
|
11
7
|
authors:
|
|
12
8
|
- Khaja Minhajuddin
|
|
@@ -14,7 +10,7 @@ autorequire:
|
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
12
|
|
|
17
|
-
date:
|
|
13
|
+
date: 2011-06-29 00:00:00 +05:30
|
|
18
14
|
default_executable:
|
|
19
15
|
dependencies:
|
|
20
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -25,8 +21,6 @@ dependencies:
|
|
|
25
21
|
requirements:
|
|
26
22
|
- - ">="
|
|
27
23
|
- !ruby/object:Gem::Version
|
|
28
|
-
segments:
|
|
29
|
-
- 0
|
|
30
24
|
version: "0"
|
|
31
25
|
type: :runtime
|
|
32
26
|
version_requirements: *id001
|
|
@@ -38,12 +32,10 @@ dependencies:
|
|
|
38
32
|
requirements:
|
|
39
33
|
- - ">="
|
|
40
34
|
- !ruby/object:Gem::Version
|
|
41
|
-
segments:
|
|
42
|
-
- 0
|
|
43
35
|
version: "0"
|
|
44
36
|
type: :runtime
|
|
45
37
|
version_requirements: *id002
|
|
46
|
-
description: MalcolmX is a gem which allows you to find out if a
|
|
38
|
+
description: MalcolmX is a gem which allows you to find out if a domain name is available programmatically or through the command prompt
|
|
47
39
|
email:
|
|
48
40
|
- minhajuddin@cosmicvent.com
|
|
49
41
|
executables:
|
|
@@ -77,21 +69,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
77
69
|
requirements:
|
|
78
70
|
- - ">="
|
|
79
71
|
- !ruby/object:Gem::Version
|
|
80
|
-
segments:
|
|
81
|
-
- 0
|
|
82
72
|
version: "0"
|
|
83
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
74
|
none: false
|
|
85
75
|
requirements:
|
|
86
76
|
- - ">="
|
|
87
77
|
- !ruby/object:Gem::Version
|
|
88
|
-
segments:
|
|
89
|
-
- 0
|
|
90
78
|
version: "0"
|
|
91
79
|
requirements: []
|
|
92
80
|
|
|
93
81
|
rubyforge_project: malcolmx
|
|
94
|
-
rubygems_version: 1.
|
|
82
|
+
rubygems_version: 1.5.0
|
|
95
83
|
signing_key:
|
|
96
84
|
specification_version: 3
|
|
97
85
|
summary: Find out if the domain name you want is available!
|