paysto-rails 1.0.3 → 1.0.4

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
  SHA1:
3
- metadata.gz: 5662bb92a4b2b2145d1d31d1b62ee22f1c466945
4
- data.tar.gz: 2017154ca651cd96a8888c15e9173774bfb896eb
3
+ metadata.gz: 146fbeb3db8bf0d6dade99ab49918b88e0adf69a
4
+ data.tar.gz: 3b495e18d3d3517f56a1fd67f5f8007726864023
5
5
  SHA512:
6
- metadata.gz: dc684776c8c08850b58c7b50a740c5025047e6c6424bf0a4400be0420cc53dbc644e70e2d08ba37ce10e1639aed5c76c03a3e29ecca127dd6a758bf990317b95
7
- data.tar.gz: a24967d7c4714b7ac0497f98aec98ba4eb643e232c14e1fd5a1f5a24403a40ea77c767daf2202bf7cf865081a8c43060d0219406f2bb663aefad250c4f1d8540
6
+ metadata.gz: dde4877b7b7254f0a52f73759d4697d069b3534acc65bcf079402ef39d2aec1c4a4ee5e814e269d7b17348ad6b6ba024f185079e970219e3f0bba9090107f1b0
7
+ data.tar.gz: 0c8359665d747d1f9032012019f60a33848187e7d2aafff5aae1c1b54827784be6e2f87a0aa1da3a93dbb2be7ebed216109f5d695decdb6dd5f1a2f9eb579be2
data/README.md CHANGED
@@ -1,11 +1,14 @@
1
- # «paysto-rails»
1
+ ![paysto-rails logo](https://raw.github.com/fbandrey/paysto-rails/master/paysto-rails.png)
2
+
2
3
  [![Gem Version](https://badge.fury.io/rb/paysto-rails.svg)](http://badge.fury.io/rb/paysto-rails)
3
4
  [![Code Climate](https://codeclimate.com/github/fbandrey/paysto-rails/badges/gpa.svg)](https://codeclimate.com/github/fbandrey/paysto-rails)
4
5
  [![Dependency Status](https://gemnasium.com/fbandrey/paysto-rails.svg)](https://gemnasium.com/fbandrey/paysto-rails)
5
6
  [![security](https://hakiri.io/github/fbandrey/paysto-rails/master.svg)](https://hakiri.io/github/fbandrey/paysto-rails/master)
6
7
  [![Inline docs](http://inch-ci.org/github/fbandrey/paysto-rails.png?branch=master)](http://inch-ci.org/github/fbandrey/paysto-rails)
7
8
 
8
- This is first implementation for passing payments through [Paysto](https://paysto.com) gateway. It works only with «[onlineMerchant](https://paysto.com/ru/products/onlineMerchant)».
9
+ This is quick implementation for passing payments through [Paysto](https://paysto.com) gateway. It works only with «[onlineMerchant](https://paysto.com/ru/products/onlineMerchant)». Your PRs are welcome.
10
+
11
+ Check demo shop in action: [www.paysto.tk](http://www.paysto.tk/). And source code [here](http://github.com/fbandrey/paysto-demo).
9
12
 
10
13
  ## Installation
11
14
 
@@ -19,7 +19,10 @@ Paysto.setup do |config|
19
19
  '66.226.74.225',
20
20
  '66.226.74.226',
21
21
  '66.226.74.227',
22
- '66.226.74.228'
22
+ '66.226.74.228',
23
+ '23.102.21.72',
24
+ '23.102.17.162',
25
+ '137.135.207.41'
23
26
  ]
24
27
 
25
28
  # === Payments tax of your tariff plan in Paysto. Default onlineMerchant "All inclusive" is 5%.
@@ -1,3 +1,3 @@
1
1
  module Paysto
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
data/paysto-rails.png ADDED
Binary file
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paysto-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Baiburin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-11 00:00:00.000000000 Z
11
+ date: 2014-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: i18n
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Paysto.com implementation for Ruby on Rails applications
@@ -59,7 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - ".gitignore"
62
+ - .gitignore
63
63
  - Gemfile
64
64
  - LICENSE.txt
65
65
  - README.md
@@ -79,6 +79,7 @@ files:
79
79
  - lib/paysto/controller.rb
80
80
  - lib/paysto/version.rb
81
81
  - paysto-rails.gemspec
82
+ - paysto-rails.png
82
83
  homepage: ''
83
84
  licenses:
84
85
  - MIT
@@ -89,17 +90,17 @@ require_paths:
89
90
  - lib
90
91
  required_ruby_version: !ruby/object:Gem::Requirement
91
92
  requirements:
92
- - - ">="
93
+ - - '>='
93
94
  - !ruby/object:Gem::Version
94
95
  version: '0'
95
96
  required_rubygems_version: !ruby/object:Gem::Requirement
96
97
  requirements:
97
- - - ">="
98
+ - - '>='
98
99
  - !ruby/object:Gem::Version
99
100
  version: '0'
100
101
  requirements: []
101
102
  rubyforge_project:
102
- rubygems_version: 2.2.2
103
+ rubygems_version: 2.0.14
103
104
  signing_key:
104
105
  specification_version: 4
105
106
  summary: Paysto.com implementation for Ruby on Rails applications