payler_api 0.0.4 → 0.0.5

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: eafdccb9c2be29e781e93d0e2a3e728a4e025796
4
- data.tar.gz: 6089bd306ef2017352e8d4fea8099b81ee034a1b
3
+ metadata.gz: 13f0e4362d8cec127fa3b77168886f7f7c00a555
4
+ data.tar.gz: 13a40df9d4856fbba5a99fe69a6caaea39764eb2
5
5
  SHA512:
6
- metadata.gz: 1aa53dd3a697814951b0a57c0e5b4305f1527b64e5d2d4f640b86ce092ec9c670e64493df6432074a1bb1cdd8d0f22f452f468a4e256714f77b0bb866a48d5c7
7
- data.tar.gz: 8ece9e3570efc7227b8c1608cf37fc7434a0867fe9724795a35dbb2085c396675822ebbde79f1a7cb7dc57f2d0d07f30227e958384da58b40870f14b4c1aa0a5
6
+ metadata.gz: 46e1f1069ddacb5a7fedeed78d577ac6253e5ca14c8dd91b3ef187d13e2e2fcab2f10a7c7a7a9bdf9513653a68bbb2b58988e385fa9ac4c791ba122c081659a4
7
+ data.tar.gz: c988abd2e6a50a639877c2166003e662ca73c5bfa2e64a7ff9924b02b60742365c5b6b4c280f02c7ffec1974f33fafa4d81d974a438a07d2f1ef6c6e9f99c797
@@ -15,9 +15,12 @@ module PaylerAPI
15
15
  class << self
16
16
  attr_accessor :configuration
17
17
 
18
- def configure
18
+ def configuration
19
19
  @configuration ||= Configuration.new
20
- yield(@configuration)
20
+ end
21
+
22
+ def configure
23
+ yield(configuration)
21
24
  end
22
25
  end
23
26
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'payler_api'
3
- s.version = '0.0.4'
4
- s.date = '2016-01-26'
3
+ s.version = '0.0.5'
4
+ s.date = '2016-01-28'
5
5
  s.description = 'Simple ruby wrapper for payler merchant api'
6
6
  s.summary = 'Payler Merchant API Wrapper'
7
- s.homepage = 'https://github.com/sletix/payler_api'
7
+ s.homepage = 'https://github.com/miliru/payler_api'
8
8
  s.license = 'MIT'
9
9
  s.authors = ['Oleg Artamonov']
10
10
  s.email = 'oleg@artamonov.ru'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payler_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Artamonov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -99,7 +99,7 @@ files:
99
99
  - test/cassettes/test_0002_should_return_error_by_wrong_order_id.yml
100
100
  - test/helper.rb
101
101
  - test/spec_payler_api.rb
102
- homepage: https://github.com/sletix/payler_api
102
+ homepage: https://github.com/miliru/payler_api
103
103
  licenses:
104
104
  - MIT
105
105
  metadata: {}
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
- rubygems_version: 2.2.2
122
+ rubygems_version: 2.4.5.1
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: Payler Merchant API Wrapper