centralpos 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/centralpos.gemspec +1 -1
- data/lib/centralpos/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a31ae6311bdbc1a904256ec4a5bf1acbe65d401
|
4
|
+
data.tar.gz: dd62cf3627ee86ec29b38614828657bab8b29510
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1b56660a3ab1a96adbacd70dec6362a57f4793c734e7890d878c8c757d12ac13209b413cbf95cc27ac437622fa5566e75307aab6ce46669c91e3bc5cae3ae81
|
7
|
+
data.tar.gz: 196ccb0468218b344ed35fc503a68e101c30ba96c2746d273f85732b9d06e0cca9ca65af05c4631f5db86f76727dd5beb56714b495d7a0f75fbfb249509d1940
|
data/centralpos.gemspec
CHANGED
@@ -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/
|
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)/}) }
|
data/lib/centralpos/version.rb
CHANGED
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.
|
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/
|
168
|
+
homepage: https://github.com/donaronline/centralpos
|
169
169
|
licenses:
|
170
170
|
- MIT
|
171
171
|
metadata: {}
|