dnsimple-ruby 1.5.4 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db3994814dc041f6beaad3e056c53f08e04d2196
4
- data.tar.gz: c918040f508a5b9f5ebcfaeb73c362acedf9ca6a
3
+ metadata.gz: e029f4837e98c345acfa65282217bb0b1604ab06
4
+ data.tar.gz: b515b8beda633b915cbd75fdea793eb080774235
5
5
  SHA512:
6
- metadata.gz: 4b9f2ad01e7e2ac18e6b93c4c4e142a683b74335e30e6b9cf1e630d0b60a004d53813b46135e89b50fb9db5240839e437da912bfb18d7b7fd33d736c19f6a1a2
7
- data.tar.gz: 040eadb1538de2a61e4fe26317acdd5835261f133fc6cfc282554c4f35d385cd9a332d8efeafb3b6038cec7ae399f08fd45d294786bdf611e9f6cec43ad8269d
6
+ metadata.gz: 7466fd29829d5f2c2f7b79d1ecf8dbf5b11d79c21c24f491e71c858f2e6a9ea37d740e0bdd1d585795bda544d47750f69544df3613c7aceb81d2dfdf3b502c0f
7
+ data.tar.gz: 82639249a8b399a00a545e0fe63f336ffe0c4ee36ebbf61a4c6a8711c63a37eba9ec5ff0778d7bf12b25d378828eefddb12726b9d97e1eca8daeaa2a442337fb
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ #### Release 1.5.5
4
+
5
+ - NEW: Add notice about the CLI moving to a new location
6
+
3
7
  #### Release 1.5.4
4
8
 
5
9
  - NEW: Added domain#expires_on attribute (GH-34). Thanks @alkema
@@ -11,6 +11,9 @@ require 'optparse'
11
11
  def usage
12
12
  $stderr.puts <<EOF
13
13
 
14
+ NOTICE: The CLI is moving out into its own repository and its own gem! Visit
15
+ https://githuv.com/aetrion/dnsimple-cli
16
+
14
17
  This is a command line tool for DNSimple. More information about DNSimple can
15
18
  be found at http://dnsimple.com/
16
19
 
@@ -1,3 +1,3 @@
1
1
  module DNSimple
2
- VERSION = '1.5.4'
2
+ VERSION = '1.5.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dnsimple-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.4
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthony Eden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-01 00:00:00.000000000 Z
11
+ date: 2014-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty