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 ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require File.join(File.expand_path(File.dirname(__FILE__)), '../lib/malcolmx')
4
+ puts MalcolmX::find(ARGV[0]).inspect
5
+
@@ -1,3 +1,3 @@
1
1
  module Malcolmx
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/malcolmx.rb CHANGED
@@ -8,5 +8,3 @@ module MalcolmX
8
8
  json_response = Crack::JSON.parse(response.body)
9
9
  end
10
10
  end
11
-
12
- puts MalcolmX::find('vabhub').inspect
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
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