malcolmx 0.0.1 → 0.0.2
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/bin/malcolmx +5 -0
- data/lib/malcolmx/version.rb +1 -1
- data/lib/malcolmx.rb +0 -2
- metadata +5 -4
data/bin/malcolmx
ADDED
data/lib/malcolmx/version.rb
CHANGED
data/lib/malcolmx.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Khaja Minhajuddin
|
|
@@ -46,8 +46,8 @@ dependencies:
|
|
|
46
46
|
description: MalcolmX is a gem which allows you to find out if a gem is available programmatically or through the command prompt
|
|
47
47
|
email:
|
|
48
48
|
- minhajuddin@cosmicvent.com
|
|
49
|
-
executables:
|
|
50
|
-
|
|
49
|
+
executables:
|
|
50
|
+
- malcolmx
|
|
51
51
|
extensions: []
|
|
52
52
|
|
|
53
53
|
extra_rdoc_files: []
|
|
@@ -56,6 +56,7 @@ files:
|
|
|
56
56
|
- .gitignore
|
|
57
57
|
- Gemfile
|
|
58
58
|
- Rakefile
|
|
59
|
+
- bin/malcolmx
|
|
59
60
|
- lib/malcolmx.rb
|
|
60
61
|
- lib/malcolmx/version.rb
|
|
61
62
|
- malcolmx.gemspec
|