kalibro_gem 0.0.1.rc11 → 0.0.1.rc12
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/kalibro_gem/entities/model.rb +4 -3
- data/lib/kalibro_gem/version.rb +1 -1
- data/spec/entities/model_spec.rb +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c55b6af63b35117fbdc10228274c00013fec978
|
|
4
|
+
data.tar.gz: cae10e7afd2917f0d9f24d73580de95dde3622ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7329f9ff65bf45f116ab2e11681920b27b40973066e6b3b982ce05784dfb54ec16ec350ece40e081dd7529ae802375ec7a0684a4baf50c46d97adeaa4c7dcd51
|
|
7
|
+
data.tar.gz: 66b05bb65b6b7ad08cbac5cabfa2e228c465dad2e48a7190cb1fadda1906fc4dcb5b33dae10ac7e89f578a9246594a29cba57dbdcc5ddb8741766ec527031df5
|
|
@@ -115,6 +115,10 @@ module KalibroGem
|
|
|
115
115
|
response
|
|
116
116
|
end
|
|
117
117
|
|
|
118
|
+
def self.endpoint
|
|
119
|
+
class_name
|
|
120
|
+
end
|
|
121
|
+
|
|
118
122
|
protected
|
|
119
123
|
|
|
120
124
|
def instance_variable_names
|
|
@@ -148,9 +152,6 @@ module KalibroGem
|
|
|
148
152
|
@kalibro_errors << exception
|
|
149
153
|
end
|
|
150
154
|
|
|
151
|
-
def self.endpoint
|
|
152
|
-
class_name
|
|
153
|
-
end
|
|
154
155
|
|
|
155
156
|
def self.class_name
|
|
156
157
|
self.name.gsub(/KalibroGem::Entities::/,"")
|
data/lib/kalibro_gem/version.rb
CHANGED
data/spec/entities/model_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kalibro_gem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.
|
|
4
|
+
version: 0.0.1.rc12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Morais
|
|
@@ -15,7 +15,7 @@ authors:
|
|
|
15
15
|
autorequire:
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
|
-
date: 2014-01-
|
|
18
|
+
date: 2014-01-23 00:00:00.000000000 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: bundler
|
|
@@ -355,7 +355,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
355
355
|
version: 1.3.1
|
|
356
356
|
requirements: []
|
|
357
357
|
rubyforge_project:
|
|
358
|
-
rubygems_version: 2.2.
|
|
358
|
+
rubygems_version: 2.2.1
|
|
359
359
|
signing_key:
|
|
360
360
|
specification_version: 4
|
|
361
361
|
summary: KalibroEntites is a communication interface with the Kalibro service.
|