enom 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Enom
2
2
  module Commands
3
- class RegisterDomain
3
+ class RenewDomain
4
4
  def execute(args, options={})
5
5
  name = args.shift
6
6
  domain = Domain.renew!(name)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 5
9
- version: 0.9.5
8
+ - 6
9
+ version: 0.9.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - James Miller