controls 1.3.0 → 1.4.0
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 +4 -4
- data/lib/controls/client/assets.rb +2 -2
- data/lib/controls/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45be6d13e4c2527dfeaefdac7c664c965f592190
|
|
4
|
+
data.tar.gz: e20ee538c4f53c823ab61f6714b6c7be437dcd3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a099e747d7255a530ae5dc34e80d2f21662775f97922436d63308c6ce4798e9cf249327edffca472d6f078a96b960692d00c929994d2edf7acb438cba4ad4e77
|
|
7
|
+
data.tar.gz: c8c5388325e73c674a53c4763a537e8169bfa234f5099c5ea7c79b74e2bc506b353ded562fb778c5bc1c92e3aa580fab0a81d2c2165163b0f72f8cefdfdae675
|
|
@@ -30,8 +30,8 @@ module Controls
|
|
|
30
30
|
# @param [String] query the query to retreive assets for
|
|
31
31
|
# @param [Hash] params the option hash to be turned into query parameters
|
|
32
32
|
# @return [Hash] a hash representing the matching assets
|
|
33
|
-
def
|
|
34
|
-
params[:
|
|
33
|
+
def asset_search(query, params = {})
|
|
34
|
+
params[:query] = query
|
|
35
35
|
get "/assets/search", params
|
|
36
36
|
end
|
|
37
37
|
|
data/lib/controls/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: controls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Erran Carey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dish
|