voucherify 0.1.0 → 0.1.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: c55ee00e0d7f7eac4ddc7c1af5a22f5f86c8f123
4
- data.tar.gz: 567e26d05a69d3f16f04168000192b3f7dc0e3a9
3
+ metadata.gz: 367ce4d094a55dc318dfaeb02f663dd5a47abaef
4
+ data.tar.gz: 31cb41a1b5b876da2616207cf51c1b0ac700ee68
5
5
  SHA512:
6
- metadata.gz: a1f68cce9487f59ea25600870dbcd345e5b1d1f544d1a437cf8b19cfa7431045df8c75458b158e1f11e167744e03319d5017c1128e3fdbce269d92e41c6dc257
7
- data.tar.gz: e13b130625ed45c3ab0e8bb20f49ff694e7d12a634a9102604ee3f24b885a93774e303011f7c635b2828fb82d9c9768b6f18ada03c0f73c25e36d80908444a6f
6
+ metadata.gz: 5d859dd407437b106b09cf1d000191508e5458206fa44e89698568322bc1d3328c26ed2585e88351d7fed147e94c1e43ca097a9f894e57e83ac04838f7201b26
7
+ data.tar.gz: b794645417964ad1c0432cbfcbe3bf72927a239e60e0979582bcd2ddc8ba73eb8152f588fe9c6241809e8e918d36ce4983a390019beadeed963675ffc4b6dbda
@@ -1,3 +1,3 @@
1
1
  class Voucherify
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/voucherify.gemspec CHANGED
@@ -10,7 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["pawel.rychlik@rspective.pl"]
11
11
 
12
12
  spec.summary = %q{Ruby SDK for Voucherify}
13
- spec.homepage = "http://www.voucherify.io"
13
+ spec.description = %q{More info on http://www.voucherify.io}
14
+ spec.homepage = "https://github.com/rspective/voucherify-ruby-sdk/"
14
15
  spec.license = "MIT"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voucherify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - pawelrychlik
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.8'
83
- description:
83
+ description: More info on http://www.voucherify.io
84
84
  email:
85
85
  - pawel.rychlik@rspective.pl
86
86
  executables: []
@@ -97,7 +97,7 @@ files:
97
97
  - lib/voucherify.rb
98
98
  - lib/voucherify/version.rb
99
99
  - voucherify.gemspec
100
- homepage: http://www.voucherify.io
100
+ homepage: https://github.com/rspective/voucherify-ruby-sdk/
101
101
  licenses:
102
102
  - MIT
103
103
  metadata: {}