centralpos 0.2.0 → 0.2.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: 6c60cb95f39f536fab9531ac30baa89c5e850f2c
4
- data.tar.gz: 9125a2ce057a13871f8813747f746c8e3122c6ae
3
+ metadata.gz: 6a31ae6311bdbc1a904256ec4a5bf1acbe65d401
4
+ data.tar.gz: dd62cf3627ee86ec29b38614828657bab8b29510
5
5
  SHA512:
6
- metadata.gz: 8c13caae5acf29b9eb4de665aed041ff7dfe68370de3c2b11e4d5b536f29b691259931a4e759280008c8c850c3b848dc561adc1287c6093ecbaf3f9856ba3283
7
- data.tar.gz: 4cde3a0137c90fd78275d330aeb92ada5060b05f92b5490bc7d1f171a1f055e80a20840c5840c5e6d5a1602f667c5960fca077b127f2e54b9563d72d22bed841
6
+ metadata.gz: d1b56660a3ab1a96adbacd70dec6362a57f4793c734e7890d878c8c757d12ac13209b413cbf95cc27ac437622fa5566e75307aab6ce46669c91e3bc5cae3ae81
7
+ data.tar.gz: 196ccb0468218b344ed35fc503a68e101c30ba96c2746d273f85732b9d06e0cca9ca65af05c4631f5db86f76727dd5beb56714b495d7a0f75fbfb249509d1940
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Ruby wrapper for the CentralPos WebService"
13
13
  spec.description = "Ruby wrapper for the CentralPos WebService"
14
- spec.homepage = "https://github.com/cavi21/centralpos"
14
+ spec.homepage = "https://github.com/donaronline/centralpos"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module Centralpos
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: centralpos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustin Cavilliotti
@@ -165,7 +165,7 @@ files:
165
165
  - lib/centralpos/utils.rb
166
166
  - lib/centralpos/version.rb
167
167
  - update_transaction.rb
168
- homepage: https://github.com/cavi21/centralpos
168
+ homepage: https://github.com/donaronline/centralpos
169
169
  licenses:
170
170
  - MIT
171
171
  metadata: {}