doggy 2.0.20 → 2.0.21

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b53470932f72d13c978d1b9eb02a434b70df5677
4
- data.tar.gz: 758730c09c2de27b70e9928c068841a40f827491
3
+ metadata.gz: 5b880ecc79dd743c9caca8134148efaf03efaadb
4
+ data.tar.gz: 4568964478507ae39840d7585711e8d11256f2ae
5
5
  SHA512:
6
- metadata.gz: 010f342a9adab5788effb5bdbb93ffd7d7718aaffd8ed51e3e947a5db5539cf136f3aaf591fd65c0ad21da70438d60c36f72af59c3fbb2a92374a91ced08c5df
7
- data.tar.gz: 68dc8cb81e7629b9d783b0d7feba49bee5c755136e5eb4d466b5f6e56a0829d4a40327e8c0bb4d104c109d1a81e5134c5a69bf4b0a32e62cb30b4d66aad35d7c
6
+ metadata.gz: 99b4399a746c56a93e236aa547891a67b38e3c58583524eb0540082ec51fb4ce206f6fe8a00ab1f2f37f9cdd4de4e764d886c75cbb009e87bad7d317f99d10e3
7
+ data.tar.gz: f164e193196f2e080c478d2c44b211c6ea5742a96752003861bb67fc08d5c11fb36dd451277437e479d44c9be92915456642a50635ba131967478ce31a840b60
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doggy (2.0.20)
4
+ doggy (2.0.21)
5
5
  json (~> 1.8.3)
6
6
  parallel (~> 1.6.1)
7
7
  rugged (~> 0.23.2)
@@ -44,4 +44,4 @@ DEPENDENCIES
44
44
  rake (~> 10.0)
45
45
 
46
46
  BUNDLED WITH
47
- 1.10.6
47
+ 1.11.2
@@ -3,14 +3,15 @@
3
3
  module Doggy
4
4
  module Models
5
5
  class Screen < Doggy::Model
6
- attribute :id, Integer
7
- attribute :board_title, String
8
-
9
- attribute :board_bgtype, String
10
- attribute :templated, Boolean
11
- attribute :widgets, Array[Hash]
12
- attribute :height, String
13
- attribute :width, String
6
+ attribute :id, Integer
7
+ attribute :board_title, String
8
+
9
+ attribute :board_bgtype, String
10
+ attribute :templated, Boolean
11
+ attribute :template_variables, Array[Hash]
12
+ attribute :widgets, Array[Hash]
13
+ attribute :height, String
14
+ attribute :width, String
14
15
 
15
16
  def self.resource_url(id = nil)
16
17
  "https://app.datadoghq.com/api/v1/screen".tap do |base_url|
data/lib/doggy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Doggy
4
- VERSION = "2.0.20"
4
+ VERSION = "2.0.21"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doggy
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.20
4
+ version: 2.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vlad Gorodetsky
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-12-10 00:00:00.000000000 Z
12
+ date: 2016-01-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  requirements: []
178
178
  rubyforge_project:
179
- rubygems_version: 2.5.0
179
+ rubygems_version: 2.5.1
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: Syncs DataDog dashboards, alerts, screenboards, and monitors.