kalibro_gatekeeper_client 0.3.0 → 0.3.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3ebc0c46da1a174a469f820ec18d9caf291c4e1
|
|
4
|
+
data.tar.gz: d4b57f3f98875caa96c3fb3bc653ed55d60e9326
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e11a43924f1a7cb1d0ca62438f5ad09180d51ffda2dc65922f36cce24a367ecd2308d1a50bfa603a98b33b5c683c177e68a4f91bf97872901034f7ecf5f70ee
|
|
7
|
+
data.tar.gz: bbc7ff325b437e5aff231761b2c3f0c1f2b7b20bc47e8ceafb0ec25fc9ed59a005646aec9e6cda256d651378c8de8fcdd5745579cc9f6c85428e052793bc6c35
|
data/.travis.yml
CHANGED
|
@@ -11,7 +11,7 @@ before_script:
|
|
|
11
11
|
- popd
|
|
12
12
|
- cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml
|
|
13
13
|
# Gatekeeper
|
|
14
|
-
- git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.1.
|
|
14
|
+
- git clone https://github.com/mezuro/kalibro_gatekeeper.git -b v0.1.2 kalibro_gatekeeper
|
|
15
15
|
- cd kalibro_gatekeeper
|
|
16
16
|
- cp config/database.yml.sample config/database.yml
|
|
17
17
|
- cp config/kalibro_processor.yml.sample config/kalibro_processor.yml
|
|
@@ -21,7 +21,7 @@ before_script:
|
|
|
21
21
|
- cd ..
|
|
22
22
|
- export BUNDLE_GEMFILE=$PWD/Gemfile
|
|
23
23
|
# Processor
|
|
24
|
-
- git clone https://github.com/mezuro/kalibro_processor.git -b v0.0
|
|
24
|
+
- git clone https://github.com/mezuro/kalibro_processor.git -b v0.1.0 kalibro_processor
|
|
25
25
|
- cd kalibro_processor
|
|
26
26
|
- psql -c "create role kalibro_processor with createdb login password 'kalibro_processor'" -U postgres
|
|
27
27
|
- cp config/database.yml.postgresql_sample config/database.yml
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# it under the terms of the GNU General Public License as published by
|
|
6
6
|
# the Free Software Foundation, either version 3 of the License, or
|
|
7
7
|
# (at your option) any later version.
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
# This program is distributed in the hope that it will be useful,
|
|
10
10
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
11
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
@@ -19,8 +19,8 @@ require "kalibro_gatekeeper_client/entities/model"
|
|
|
19
19
|
module KalibroGatekeeperClient
|
|
20
20
|
module Entities
|
|
21
21
|
class Processing < Model
|
|
22
|
-
|
|
23
|
-
attr_accessor :id, :date, :state, :error, :process_time, :results_root_id
|
|
22
|
+
|
|
23
|
+
attr_accessor :id, :date, :state, :error, :process_time, :results_root_id, :error_message
|
|
24
24
|
|
|
25
25
|
def id=(value)
|
|
26
26
|
@id = value.to_i
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kalibro_gatekeeper_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diego Araújo Martinez
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2014-08-
|
|
14
|
+
date: 2014-08-25 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|