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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80c86a085401a8df6331f7d703ac6b71f6318717
4
- data.tar.gz: 066202b18579bd5eda074d9b375d821723526c19
3
+ metadata.gz: 5c55b6af63b35117fbdc10228274c00013fec978
4
+ data.tar.gz: cae10e7afd2917f0d9f24d73580de95dde3622ae
5
5
  SHA512:
6
- metadata.gz: 27ec121afef114f257c0f10565e1f28160dd5208d44188e3df3a7c18d6c2e46d65663563e9626f977bbbf313bc1fa14d30417728c3de7cbbfd0d8f42725a2988
7
- data.tar.gz: 6ec69fcdc63ee645037c38d3c35364fb9bcc31e78d9ae2b11c625034535c213294a23917802b0173b7372ef53b2d553beda379c164d162e52b1ecd6645f55c6c
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::/,"")
@@ -15,5 +15,5 @@
15
15
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
16
16
 
17
17
  module KalibroGem
18
- VERSION = "0.0.1.rc11"
18
+ VERSION = "0.0.1.rc12"
19
19
  end
@@ -272,4 +272,10 @@ describe KalibroGem::Entities::Model do
272
272
  end
273
273
  end
274
274
  end
275
+
276
+ describe 'endpoint' do
277
+ it 'should return the class name' do
278
+ KalibroGem::Entities::Model.endpoint.should eq("Model")
279
+ end
280
+ end
275
281
  end
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.rc11
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-21 00:00:00.000000000 Z
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.0
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.