enom 0.9.2 → 0.9.3

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.
Files changed (2) hide show
  1. data/bin/enom +3 -0
  2. metadata +6 -5
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require File.dirname(__FILE__) + '/enom'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 2
9
- version: 0.9.2
8
+ - 3
9
+ version: 0.9.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - James Miller
@@ -15,7 +15,7 @@ bindir: bin
15
15
  cert_chain: []
16
16
 
17
17
  date: 2011-01-29 00:00:00 -08:00
18
- default_executable:
18
+ default_executable: enom
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: httparty
@@ -47,8 +47,8 @@ dependencies:
47
47
  version_requirements: *id002
48
48
  description: Enom is a Ruby wrapper and command line interface for portions of the Enom domain reseller API.
49
49
  email: bensie@gmail.com
50
- executables: []
51
-
50
+ executables:
51
+ - enom
52
52
  extensions: []
53
53
 
54
54
  extra_rdoc_files: []
@@ -69,6 +69,7 @@ files:
69
69
  - lib/enom/commands/renew_domain.rb
70
70
  - test/enom_test.rb
71
71
  - test/test_helper.rb
72
+ - bin/enom
72
73
  has_rdoc: true
73
74
  homepage: http://github.com/bensie/enom
74
75
  licenses: []