paygate 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: 005e4e75c49abecfe0f9aa1901a5361c4a13fef43a9b333db1682c8d6b6e4a68
4
- data.tar.gz: 63fa51e4eeab4f2e12b4608bec999d6b8e8d6601d5f3afbb18d204c5c6c7c281
3
+ metadata.gz: 232d87a64dfd59cef35bf921574a0eb3b970e8a5dcc23c2e37a8a8598e324c38
4
+ data.tar.gz: c4e7c16015478bbaf36cd812c766a6fb9cb0c1e9edf3ba924f44425198cea57a
5
5
  SHA512:
6
- metadata.gz: a597a26294348b3ad5eec35375dfc6c00fe9bd47c6441cdab409d1a8897897d39fdca9db7cf9863f0f18269f80036729a5bbda0477f068d72311b3a666a4fcc9
7
- data.tar.gz: b072fe035b88adcc845c6e82b5d7d77e2b13f386b4a2e8640385517726a50fbf4859caccb391899f3a84ef193b890ffa5af5c656fcaa3857a6f64251a7ceac43
6
+ metadata.gz: 9c428fbe663d8581a0101cfd4a0bf5f4e1ffc6661e36d414610ca9d3484fc97c012238b0e05f72cb83f0c91e0f0c92be8f60d02d5f76fadb5efc1b7197c749f9
7
+ data.tar.gz: 9519f84f991b6465496cd49bca521d564fb5a80687eef80bf489df842be20b29ff9b833eb284f52ebd67295bcb3a74479025ebf3dc29e9ca43835d10f60bf4af
@@ -1,3 +1,3 @@
1
1
  module Paygate
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/paygate.gemspec CHANGED
@@ -6,7 +6,9 @@ require "paygate/version"
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "paygate"
8
8
  spec.version = Paygate::VERSION
9
- spec.authors = ["thecookieorg"]
9
+ spec.platform = Gem::Platform::RUBY
10
+ spec.authors = ["Marko Manojlovic"]
11
+ spec.licenses = ['MIT']
10
12
  spec.email = ["marko.manojlovic.bg@gmail.com"]
11
13
 
12
14
  spec.summary = "This is a simple Ruby wrapper for South African PayGate PayWeb 3"
@@ -15,10 +17,12 @@ Gem::Specification.new do |spec|
15
17
 
16
18
  spec.add_dependency "httparty", "~> 0.17.1"
17
19
 
20
+ spec.post_install_message = "Lets process those payments!"
21
+
18
22
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
23
  # to allow pushing to a single host or delete this section to allow pushing to any host.
20
24
  if spec.respond_to?(:metadata)
21
- # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
25
+ spec.metadata["allowed_push_host"] = 'https://rubygems.org'
22
26
 
23
27
  spec.metadata["homepage_uri"] = spec.homepage
24
28
  spec.metadata["source_code_uri"] = "https://github.com/thecookieorg/paygate"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paygate
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
- - thecookieorg
7
+ - Marko Manojlovic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-16 00:00:00.000000000 Z
11
+ date: 2019-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -90,10 +90,11 @@ homepage: https://github.com/thecookieorg/paygate
90
90
  licenses:
91
91
  - MIT
92
92
  metadata:
93
+ allowed_push_host: https://rubygems.org
93
94
  homepage_uri: https://github.com/thecookieorg/paygate
94
95
  source_code_uri: https://github.com/thecookieorg/paygate
95
96
  changelog_uri: https://github.com/thecookieorg/paygate
96
- post_install_message:
97
+ post_install_message: Lets process those payments!
97
98
  rdoc_options: []
98
99
  require_paths:
99
100
  - lib