dashdog 0.3.3 → 0.3.4

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: 65fe54513ee8947e59db45fdd9982c4f12faf386
4
- data.tar.gz: d3c1ab140e79e7a173d9dd3533075a2a74b8f6ed
3
+ metadata.gz: c8f52202079753030c78a43a9dc55d4969e08f8d
4
+ data.tar.gz: 3a8e63df90ebc3cd3379952207d271109755ebb1
5
5
  SHA512:
6
- metadata.gz: 90f3acb037dfe0a4ea731d7b732be2eec72510359208919be6a62936be8b98c64b5f7f0ade6ab7de78f3fd3bc00ecfac5beb0d8f798cd78d40f4e628d3beefa3
7
- data.tar.gz: 4a888f5d1381bc7f2284c2ef2df27acf0f3eff8d8c59860bc413e19c23e1e38b00efc87c91533a5107693d5e3b6b0142792ea18c0cac9388c003cdd641fa2278
6
+ metadata.gz: d14f0eccd950ebcd7d8f57e25465fae553d8f8e392785996744abf6202cc8e02ae695ccc8d0b1d0865758b50bcf5138fa836d20923eb5db35fd6a9e13f6d788f
7
+ data.tar.gz: fff13b43e6c0afca81014ca8cf882b6019455525a7d5b09ea7b864f00a7fb305e9141fca8268dfe58ac044403124dad93fff47e748085e302f323ed3ddebc938
@@ -1,3 +1,7 @@
1
+ ## 0.3.4
2
+
3
+ - Stop warning when execute `dashdog apply` [#11][] ([@aibou][])
4
+
1
5
  ## 0.3.3
2
6
 
3
7
  - Exclude 'created_by' key because it is always overwritten in owner info of API key [#10][] ([@aibou][])
@@ -6,7 +10,7 @@
6
10
 
7
11
  - Bugfix: `delete timeboard` API returns 204 when the deletion was successful [#9][] ([@aibou][])
8
12
  - Decrease the `get (time|screen)boards` API parallelism
9
- - Fix some meassages
13
+ - Fix some messages
10
14
 
11
15
  ## 0.3.1
12
16
 
@@ -43,6 +47,8 @@
43
47
  [#7]: https://github.com/serverworks/dashdog/issues/7
44
48
  [#8]: https://github.com/serverworks/dashdog/issues/8
45
49
  [#9]: https://github.com/serverworks/dashdog/issues/9
50
+ [#10]: https://github.com/serverworks/dashdog/issues/10
51
+ [#11]: https://github.com/serverworks/dashdog/issues/11
46
52
  [@aibou]: https://github.com/aibou
47
53
  [@n0ts]: https://github.com/n0ts
48
54
  [@winebarrel]: https://github.com/winebarrel
@@ -18,7 +18,7 @@ module Dashdog
18
18
  end
19
19
 
20
20
  desc "apply", "Apply the dashboard configurations"
21
- option :dry_run, aliases: '-d', desc: 'Dry run (Only output the difference)', type: :string, default: false
21
+ option :dry_run, aliases: '-d', desc: 'Dry run (Only display the difference)', type: :boolean, default: false
22
22
  def apply
23
23
  @actions.apply(options)
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module Dashdog
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serverworks Co.,Ltd.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-09-11 00:00:00.000000000 Z
11
+ date: 2017-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dogapi