zaakpay_ruby 0.2.1 → 0.2.2

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: ea3f3e6f1c7b69ddb2782b5b5ee2cef0c6791512
4
- data.tar.gz: ecf9c16db51db631cf804c3af99ccc4b7186a668
3
+ metadata.gz: 4010496ed2aaba220b0c13e83ea1480874ab2547
4
+ data.tar.gz: 9fba156227b694ec340b003e30185f473e6b0594
5
5
  SHA512:
6
- metadata.gz: 38220269ee1f69446c9bf682250be8fb489f22659cc67f3f375e35f3bbb8c460b6b6d556e2899ea4d924bc4e81ea92009dbff113ff5ec36355fc2fc53b4eadd7
7
- data.tar.gz: 5a41fc8db558cd1c20853576163073579928184c31fa21bbe23ea09607f75bdc6716fbeba61af42fac77a0643e13c1c873b2f293f37a95cc8a6d42a2c2cbd6a9
6
+ metadata.gz: d4816a727ff779f530945f35d351d961e9df9d0076efc9c4bdeb150b2504ed489a85024896e7c4e610a4c46c6e8f119b510ddb89c40d17872069d034e225a150
7
+ data.tar.gz: 8e9aaa5c31b1b053e117349262b8d4f7023ebfdbcdc466da735ce98ecbe6ccea3a587b028ae56a3b6dafe51a77517842bfd26c748f8e2ecd76f92f37710d0087
data/README.md CHANGED
@@ -34,6 +34,11 @@ Add this line to your application's Gemfile:
34
34
  ```ruby
35
35
  gem 'zaakpay_ruby'
36
36
  ```
37
+ Or Use the latest build from
38
+
39
+ ```ruby
40
+ gem 'zaakpay_ruby', github: 'shoaibmalik786/zaakpay_ruby'
41
+ ```
37
42
 
38
43
  And then execute:
39
44
 
@@ -1,3 +1,3 @@
1
1
  module ZaakpayRuby
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
Binary file
@@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.bindir = "exe"
23
23
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ["lib"]
25
+ spec.required_ruby_version = '>= 1.9.3'
25
26
 
26
27
  spec.add_development_dependency "bundler", "~> 1.8"
27
28
  spec.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zaakpay_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shoaib Malik
@@ -61,10 +61,8 @@ files:
61
61
  - lib/zaakpay_ruby/response.rb
62
62
  - lib/zaakpay_ruby/transaction.rb
63
63
  - lib/zaakpay_ruby/version.rb
64
- - zaakpay_ruby-0.1.0.gem
65
- - zaakpay_ruby-0.1.1.gem
66
- - zaakpay_ruby-0.1.2.gem
67
64
  - zaakpay_ruby-0.2.0.gem
65
+ - zaakpay_ruby-0.2.1.gem
68
66
  - zaakpay_ruby.gemspec
69
67
  homepage: https://github.com/shoaibmalik786/zaakpay_ruby
70
68
  licenses:
@@ -79,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
77
  requirements:
80
78
  - - ">="
81
79
  - !ruby/object:Gem::Version
82
- version: '0'
80
+ version: 1.9.3
83
81
  required_rubygems_version: !ruby/object:Gem::Requirement
84
82
  requirements:
85
83
  - - ">="
Binary file
Binary file
Binary file