e_way_client 1.2.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.travis.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/README.md +3 -3
- data/lib/e_way_client/factories/bank.rb +1 -1
- data/lib/e_way_client/factories/province.rb +1 -1
- data/lib/e_way_client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ac0e1637fb7efb66cc1b575dbf28fb56f4003957
|
4
|
+
data.tar.gz: 0d4ed3fde7a93432c41ce6eb87f571d5d232ff74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae57f96cd3f5efbeddb35e3ca004b47c90e4e727223d3ef3edcb2ae1c0091807edbdda1260d727563ab98343b2010becb7dc0bc27860cfc734efbcce1565ba8a
|
7
|
+
data.tar.gz: 44c6fda6eb8278bff28cbb24e323729ec1d96f65d7549211c48acea3818a8f730b9e3becdc56893644fb80e051a1e4f241340bb1d6bd65018c00de9e614ae9d4
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
1
|
+
ruby-2.4.1
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
## [2.0.0] - 2017-12-28
|
8
|
+
### Changed
|
9
|
+
- Factories use FactoryBot instead of FactoryGirl
|
10
|
+
|
7
11
|
## [1.2.1] - 2017-04-13
|
8
12
|
### Fixed
|
9
13
|
- Query list provinces
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# EWayClient
|
2
2
|
|
3
|
-
[![Build Status](https://travis-ci.org/
|
3
|
+
[![Build Status](https://travis-ci.org/bloom-solutions/e_way_client-ruby.svg?branch=master)](https://travis-ci.org/bloom-solutions/e_way_client-ruby)
|
4
4
|
|
5
5
|
Ruby wrapper for EWay.
|
6
6
|
|
@@ -38,7 +38,7 @@ See detailed usage examples in `spec/acceptance`.
|
|
38
38
|
|
39
39
|
### Factories
|
40
40
|
|
41
|
-
To aid development in your apps, you may include
|
41
|
+
To aid development in your apps, you may include FactoryBot factories of the models by calling `require "e_way_client/factories"`.
|
42
42
|
|
43
43
|
## Development
|
44
44
|
|
@@ -47,7 +47,7 @@ To aid development in your apps, you may include FactoryGirl factories of the mo
|
|
47
47
|
|
48
48
|
## Contributing
|
49
49
|
|
50
|
-
Bug reports and pull requests are welcome on [GitHub](https://github.com/
|
50
|
+
Bug reports and pull requests are welcome on [GitHub](https://github.com/bloom-solutions/e_way_client-ruby). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
51
51
|
|
52
52
|
|
53
53
|
## License
|
data/lib/e_way_client/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: e_way_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ramon Tayag
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: virtus
|
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
224
|
version: '0'
|
225
225
|
requirements: []
|
226
226
|
rubyforge_project:
|
227
|
-
rubygems_version: 2.6.
|
227
|
+
rubygems_version: 2.6.14
|
228
228
|
signing_key:
|
229
229
|
specification_version: 4
|
230
230
|
summary: Ruby wrapper for eWAY's API
|