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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fdae5cd03021f42ee36e88231c17528bce92494
4
- data.tar.gz: 60d8978308dc7272f69ff4052497db5cee26cb9d
3
+ metadata.gz: f4a44227ef378cfa123fc67a32514224665c4ec0
4
+ data.tar.gz: 03a581f525c15e9377b43333d81ede727026b011
5
5
  SHA512:
6
- metadata.gz: 2fcfa215e3a6d850f226cacd2bbb7ff5b3ad429645cedae36d95633fea487c40c53fb14b3d4fe610e5acd67d167ca5acc8e92e0e0cf35f10977dcb4c308799ec
7
- data.tar.gz: cf2b41dc88d3ca60cd004f9a5b188f34e6d6346f27a0b5f2dafb9d0f0616acda3b88b1cf78b840b70ba33f017e2c332d8383182854f69063faeead272847c858
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) 2014 Samuel Esposito
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
@@ -1,5 +1,5 @@
1
1
  module Roqua
2
2
  module RomApi
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
@@ -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 = ["Samuel Esposito"]
11
- gem.email = "s.esposito@roqua.nl"
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.0
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-06-02 00:00:00.000000000 Z
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: s.esposito@roqua.nl
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.6
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