zammad_api 1.0.2 → 1.0.3

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: 0f34fd120446932dde693b5e5e364c7b3d39c038
4
- data.tar.gz: f352194c6b650b5522579df5ffa68878e5f6014f
3
+ metadata.gz: 2e95c1c0bc5851fdcca09a21cc6a838f3c2e56e0
4
+ data.tar.gz: 345dfba7420253395b72a5873632cf266ddd7bc9
5
5
  SHA512:
6
- metadata.gz: ff79410da2f92e251a5e8383802b4d1dd1f2d721bf65bb1e4eed1ae35ebb3e2f2dfd5534849c82762a9bfbe0cc9c7d34a50491de87549f93ba9874ce4846b8b2
7
- data.tar.gz: a539ce959dc74ffcf223669289feca88751379191d9e54c26c2a6c210397f2603e82051d25b837d69bebbf449e8485f5b0e772318d6458407457740efc2172f6
6
+ metadata.gz: 8126945b6c9242ed6dac2c9903eb374cf6c336a8e3bab5a1478fa0728146612a04f6f03635381ec58d7965adbb7e3b6299893c0d45f569c5038afe48a2807043
7
+ data.tar.gz: b48b1f4b7a6c135fd972503b03dc153b35af573317d221b2810794819ff0889e9e1d63f57d7b4ff0350d2892f4e8afe58e765083536d0d442700e6819364c790
@@ -22,7 +22,7 @@ module ZammadAPI
22
22
  end
23
23
 
24
24
  def method_missing(method, *args)
25
- return @attributes[method] if !method.end_with?('=')
25
+ return @attributes[method] if !method.to_s.end_with?('=')
26
26
  method = method.to_s[0, method.length - 1].to_sym
27
27
  @changes[method] = [@attributes[method], args[0]]
28
28
  @attributes[method] = args[0]
@@ -1,3 +1,3 @@
1
1
  module ZammadAPI
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zammad_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Edenhofer