roqua-rom-api 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog.md +10 -0
- data/LICENSE.txt +1 -1
- data/lib/roqua/rom_api/models/questionnaire.rb +2 -0
- data/lib/roqua/rom_api/version.rb +1 -1
- data/roqua_rom_api.gemspec +2 -2
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f4a44227ef378cfa123fc67a32514224665c4ec0
|
4
|
+
data.tar.gz: 03a581f525c15e9377b43333d81ede727026b011
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4251654190fe7d4eed5cfbb47a9ae1b1a729dace7c13674f0e6c9f8b87fb07df9364591b9cafb2b58bbafd10cf63b05784a4feeae825835fa84ca840d5baeda6
|
7
|
+
data.tar.gz: 905f793b5b9c39e87019160c10cf810911ad0ed0202513e81e51da36cefc383a6f60ddacb1d17e7acde8c9e580c78abbd7ee49303fba5c093ded2a393e800b42
|
data/ChangeLog.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
### HEAD
|
2
2
|
|
3
|
+
* Add charts to questionnaire model
|
4
|
+
* Add internal quby_key to questionnaire model
|
5
|
+
|
6
|
+
### 0.4.0 / 2015-6-2
|
7
|
+
|
8
|
+
* Add CancelFillOutRequest api
|
9
|
+
|
10
|
+
### 0.3.0 / 2015-2-13
|
11
|
+
|
12
|
+
* Add dossier stats api
|
3
13
|
* Retrieve responses by response_ids.
|
4
14
|
|
5
15
|
### 0.2.2 / 2014-12-15
|
data/LICENSE.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c)
|
1
|
+
Copyright (c) 2015 Samuel Esposito, Marten Veldthuis, Ivan Malykh, Henk van der Veen, Jorn van de Beek
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
4
4
|
a copy of this software and associated documentation files (the
|
@@ -9,12 +9,14 @@ module Roqua
|
|
9
9
|
attribute :id, Integer
|
10
10
|
attribute :name, String
|
11
11
|
attribute :key, String
|
12
|
+
attribute :quby_key, String
|
12
13
|
attribute :description, String
|
13
14
|
attribute :short_description, String
|
14
15
|
attribute :questions, Hash
|
15
16
|
attribute :scores, Hash
|
16
17
|
attribute :textvars, Hash
|
17
18
|
attribute :flags, Hash
|
19
|
+
attribute :charts, Array
|
18
20
|
end
|
19
21
|
end
|
20
22
|
end
|
data/roqua_rom_api.gemspec
CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |gem|
|
|
7
7
|
gem.summary = %q{API wrapper gem around RoQua's ROM API}
|
8
8
|
gem.description = %q{Provides authenticated access to ROM utilities}
|
9
9
|
gem.license = "MIT"
|
10
|
-
gem.authors = [
|
11
|
-
gem.email = "
|
10
|
+
gem.authors = ['Samuel Esposito', 'Marten Veldthuis', 'Ivan Malykh', 'Henk van der Veen', 'Jorn van de Beek']
|
11
|
+
gem.email = "support@roqua.nl"
|
12
12
|
gem.homepage = "https://github.com/roqua/roqua/blob/master/rom_api/README.md"
|
13
13
|
|
14
14
|
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
metadata
CHANGED
@@ -1,14 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: roqua-rom-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Esposito
|
8
|
+
- Marten Veldthuis
|
9
|
+
- Ivan Malykh
|
10
|
+
- Henk van der Veen
|
11
|
+
- Jorn van de Beek
|
8
12
|
autorequire:
|
9
13
|
bindir: bin
|
10
14
|
cert_chain: []
|
11
|
-
date: 2015-
|
15
|
+
date: 2015-08-12 00:00:00.000000000 Z
|
12
16
|
dependencies:
|
13
17
|
- !ruby/object:Gem::Dependency
|
14
18
|
name: httparty
|
@@ -123,7 +127,7 @@ dependencies:
|
|
123
127
|
- !ruby/object:Gem::Version
|
124
128
|
version: '2.9'
|
125
129
|
description: Provides authenticated access to ROM utilities
|
126
|
-
email:
|
130
|
+
email: support@roqua.nl
|
127
131
|
executables: []
|
128
132
|
extensions: []
|
129
133
|
extra_rdoc_files: []
|
@@ -210,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
214
|
version: '0'
|
211
215
|
requirements: []
|
212
216
|
rubyforge_project:
|
213
|
-
rubygems_version: 2.4.
|
217
|
+
rubygems_version: 2.4.3
|
214
218
|
signing_key:
|
215
219
|
specification_version: 4
|
216
220
|
summary: API wrapper gem around RoQua's ROM API
|