kalibro_gem 0.0.2.rc1 → 0.0.2.rc2

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: 62771a0262adb8ea6ddb35cebb3dbf604cedb2f5
4
- data.tar.gz: f3e130662f13df8498c410c85f2785ba5f8433a2
3
+ metadata.gz: cc998d74911609463dd4792790c4d4ff68a19e31
4
+ data.tar.gz: 6c131f0530575a5e1eba0521f2cd1e6669e05ffc
5
5
  SHA512:
6
- metadata.gz: 155526db767efd361d66b2dec157bb051a8956bcc0a11f412ada91e6c6518d75697a26e864cc4928052c0674531153077312d45eafdc21df8371e1f4d950f18b
7
- data.tar.gz: c799a87ed1162ddb62eadfdc5787f06ab06d2e6b158c34f03acac3bd86d49dc9233fa66f130abeb306af7a5be16b3e4185cdc5a13a890d93037ff3e62dcc124a
6
+ metadata.gz: a96c31e5392630efa6c2b8fa8a6ca457a57a4909b29cb4f56f679540d915c594e320e5ec42b881dbfa7b1c4057ee23f95b958fd8a2880bc27b085cb6e0eed35b
7
+ data.tar.gz: eb30c3176cfb6baafa0db4faa0c32569c2f855587fe4722574c56608497a2ababd40d5546c2c3d5324a77a30b612c9ddfc79de7b9727b90aa0afed6b16d2eecc
@@ -134,7 +134,7 @@ module KalibroGem
134
134
  end
135
135
 
136
136
  def self.is_valid?(field)
137
- field.to_s[0] != '@' and field != :attributes! and (field.to_s =~ /xsi/).nil?
137
+ field.to_s[0] != '@' and field != :attributes! and (field =~ /attributes!/).nil? and (field.to_s =~ /xsi/).nil?
138
138
  end
139
139
 
140
140
  # TODO: Rename to entitie_name
@@ -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.2.rc1"
18
+ VERSION = "0.0.2.rc2"
19
19
  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.2.rc1
4
+ version: 0.0.2.rc2
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-03-07 00:00:00.000000000 Z
18
+ date: 2014-03-11 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.2
358
+ rubygems_version: 2.2.0
359
359
  signing_key:
360
360
  specification_version: 4
361
361
  summary: KalibroEntites is a communication interface with the Kalibro service.