domr 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/domr.rb +7 -2
  2. metadata +4 -3
data/lib/domr.rb CHANGED
@@ -9,8 +9,11 @@ class Domr
9
9
  # Perform a query on domainr API
10
10
  #
11
11
  # Example:
12
- # >> Domr.search "exapmle"
13
- # => example.com taken
12
+ # >> Domr.search "example"
13
+ # example.com taken
14
+ # example.net taken
15
+ # example.org taken
16
+ # => Nil
14
17
  #
15
18
  # Arguments:
16
19
  # query: (String)
@@ -52,5 +55,7 @@ class Domr
52
55
  # Output colorized string
53
56
  puts string.color(color).bright
54
57
  end
58
+
59
+ Nil
55
60
  end
56
61
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,8 +43,9 @@ dependencies:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
45
  version: '0'
46
- description: ! " Quickly search for available domain names from command line.\n
47
- \ Usage: domr <name>\n"
46
+ description: ! ' Quickly search for available domain names from command line.
47
+
48
+ '
48
49
  email: shveloo@gmail.com
49
50
  executables:
50
51
  - domr