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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08905552398906a7d7c16c2d96a003bca5cc1cf9
4
- data.tar.gz: 65b9c053865eba2ffa6fefa4550bf9b9aa5ffd9b
3
+ metadata.gz: ac0e1637fb7efb66cc1b575dbf28fb56f4003957
4
+ data.tar.gz: 0d4ed3fde7a93432c41ce6eb87f571d5d232ff74
5
5
  SHA512:
6
- metadata.gz: 5f23007ebc8f4e572c2cd5d1a61b864768ed04b441d090ddf89f3f7549ae54b5d9e63fd2cbc8a44cb23a0a28771e3c371d37fe1a2fc928db5c8657b7be6091a5
7
- data.tar.gz: 53b23f30b3a448b550d27933d484b10b94f1a2f4792dc04f919243cf5889aedc0df63b957c89cf3f9ba234de1ca2e915d7205f8abaa43be43fb90207935512b8
6
+ metadata.gz: ae57f96cd3f5efbeddb35e3ca004b47c90e4e727223d3ef3edcb2ae1c0091807edbdda1260d727563ab98343b2010becb7dc0bc27860cfc734efbcce1565ba8a
7
+ data.tar.gz: 44c6fda6eb8278bff28cbb24e323729ec1d96f65d7549211c48acea3818a8f730b9e3becdc56893644fb80e051a1e4f241340bb1d6bd65018c00de9e614ae9d4
@@ -1 +1 @@
1
- ruby-2.3.1
1
+ ruby-2.4.1
@@ -1,7 +1,7 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.3.0
4
+ - 2.4.1
5
5
  before_install: gem install bundler -v 1.13.1
6
6
  before_script:
7
7
  - cp spec/config.yml{.sample,}
@@ -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/imacchiato/e_way_client-ruby.svg?branch=master)](https://travis-ci.org/imacchiato/e_way_client-ruby)
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 FactoryGirl factories of the models by calling `require "e_way_client/factories"`.
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/imacchiato/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.
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
@@ -1,4 +1,4 @@
1
- FactoryGirl.define do
1
+ FactoryBot.define do
2
2
 
3
3
  factory :e_way_client_bank, class: "EWayClient::Bank" do
4
4
  sequence(:bank_id) {|n| n}
@@ -1,4 +1,4 @@
1
- FactoryGirl.define do
1
+ FactoryBot.define do
2
2
 
3
3
  factory :e_way_client_province, class: "EWayClient::Province" do
4
4
  sequence(:province_id) {|n| n}
@@ -1,3 +1,3 @@
1
1
  module EWayClient
2
- VERSION = "1.2.1"
2
+ VERSION = "2.0.0"
3
3
  end
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: 1.2.1
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-04-13 00:00:00.000000000 Z
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.10
227
+ rubygems_version: 2.6.14
228
228
  signing_key:
229
229
  specification_version: 4
230
230
  summary: Ruby wrapper for eWAY's API