bluepan_client 0.4.0 → 1.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: 83a7b193c1009bada8d2ff8fc80363507a3abf61
4
- data.tar.gz: 47abeb0a3f8b83341557c228942afbd8e4a2ee31
3
+ metadata.gz: a73bf830256badc55c265678b40a7887c032b8dc
4
+ data.tar.gz: 42436308385eda354f0c60c53e3be04a4c387a40
5
5
  SHA512:
6
- metadata.gz: 9b1389b8257af454021f480f480e48e97d22b4225501ed985afdecccd5747a05ee42e0a6a23cd5e4b0dd8c285c7175cf92469d067eee90055cb2d092d185f10b
7
- data.tar.gz: 242567e9dfa2ee3e7d5575e90a575a4eeaed53546354c1eafeb6c0af02ec8d0c5434280dce99bccc9f7d5a6ac81821d32a856853e36838c5065230b6d306a0c0
6
+ metadata.gz: b4937f716e91d5f5be8889a47a7b7de3bd4fdc6266a00d01a0bea642de0d832c12411617bfc905f831f4b52a3c66238ebc0d99861aa10e1912a0adfcc4ba7633
7
+ data.tar.gz: 338cdd3dab7027d2988cfb649018901074ab05e54cddcce2809f452577b4682d88d42657a0e256f8157aa0ec14218eb0b695dd9a8b2c03edfb2656041571182d
@@ -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
+ ## [1.0.0] - 2017-12-28
8
+ ### Changed
9
+ - Factories use FactoryBot instead of FactoryGirl
10
+
7
11
  ## [0.4.0] - 2017-06-13
8
12
  ### Added
9
13
  - Add `client.get_exchange_rates`
data/README.md CHANGED
@@ -30,7 +30,7 @@ See `spec/acceptance` for examples.
30
30
 
31
31
  ### On Your App
32
32
 
33
- You may use FactoryGirl factories that were added for your convenience by calling `require "bluepan_client/factories"`
33
+ You may use FactoryBot factories that were added for your convenience by calling `require "bluepan_client/factories"`
34
34
 
35
35
  ## Contributing
36
36
 
@@ -1,4 +1,4 @@
1
- FactoryGirl.define do
1
+ FactoryBot.define do
2
2
 
3
3
  factory :bluepan_client_province, class: "BluepanClient::Province" do
4
4
  sequence(:provinceseq) { |n| n }
@@ -1,3 +1,3 @@
1
1
  module BluepanClient
2
- VERSION = "0.4.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepan_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.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-06-20 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
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  version: '0'
240
240
  requirements: []
241
241
  rubyforge_project:
242
- rubygems_version: 2.6.10
242
+ rubygems_version: 2.6.12
243
243
  signing_key:
244
244
  specification_version: 4
245
245
  summary: Ruby wrapper for Bluepan's API