bluepan_client 0.4.0 → 1.0.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/bluepan_client/factories.rb +1 -1
- data/lib/bluepan_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: a73bf830256badc55c265678b40a7887c032b8dc
|
|
4
|
+
data.tar.gz: 42436308385eda354f0c60c53e3be04a4c387a40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4937f716e91d5f5be8889a47a7b7de3bd4fdc6266a00d01a0bea642de0d832c12411617bfc905f831f4b52a3c66238ebc0d99861aa10e1912a0adfcc4ba7633
|
|
7
|
+
data.tar.gz: 338cdd3dab7027d2988cfb649018901074ab05e54cddcce2809f452577b4682d88d42657a0e256f8157aa0ec14218eb0b695dd9a8b2c03edfb2656041571182d
|
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
|
+
## [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
|
|
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
|
|
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
|
+
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-
|
|
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.
|
|
242
|
+
rubygems_version: 2.6.12
|
|
243
243
|
signing_key:
|
|
244
244
|
specification_version: 4
|
|
245
245
|
summary: Ruby wrapper for Bluepan's API
|