payfort_start 0.0.5 → 0.0.6

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: 1b92053618da5072645af76b1be1afe2412b4951
4
- data.tar.gz: 0ee0a25e6456c690b84c351258ebf8096dc809ee
3
+ metadata.gz: 9994dbb1a740bdcbe93086d2e8684092aa56eaa8
4
+ data.tar.gz: e07d81561889e8c2487eadc8e9dd42cd018d078a
5
5
  SHA512:
6
- metadata.gz: 9b392412637c9b5035bc18ed1e91c2541910ed61d42c1fff8a28dd6e98f73feebfda2f79c0fa8f59d92e23f36fbfd8d4ec4ed640c80d82910c5c0d578cba3fdf
7
- data.tar.gz: 1e590e385c0ff63f68477d7a303ff1009fd1fdc16210fce8e165801766ccc4e610aef49e9f24b23b8e637f81366a993f833b28f7c9a53d21101d85cd61f29d4d
6
+ metadata.gz: 0e62095aa67552e6ae29ee2cb5904504afe81aa0b718a80a9db8da4eec163e83e28bc4a922a22ac278336ea11af7527121fe16402cd9d99165442135aed88ebb
7
+ data.tar.gz: ba7095377e5ba1734d5926860008ba60d3cb26ba4d749ec90f89c01893e986b049e8885d52d26e5e6f9ca0998bbeb869450836bf8f7baedcea4a188a54c5f7fb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- payfort_start (0.0.4)
4
+ payfort_start (0.0.6)
5
5
  httparty (~> 0.13)
6
6
  json (~> 1.8)
7
7
 
@@ -42,3 +42,6 @@ DEPENDENCIES
42
42
  byebug
43
43
  payfort_start!
44
44
  rspec
45
+
46
+ BUNDLED WITH
47
+ 1.11.2
@@ -8,7 +8,7 @@ module Start
8
8
  end
9
9
 
10
10
  def get(id)
11
- handle_response Start.post("#{path}/#{id}")
11
+ handle_response Start.get("#{path}/#{id}")
12
12
  end
13
13
 
14
14
  def all
@@ -1,3 +1,3 @@
1
1
  module Start
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payfort_start
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Gabriel
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-18 00:00:00.000000000 Z
12
+ date: 2016-06-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.4.5.1
97
+ rubygems_version: 2.5.1
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Ruby bindings for the Payfort Start API