Skip to content

Commit

Permalink
Merge pull request #15 from mejuri-inc/develop
Browse files Browse the repository at this point in the history
[NOTICKET] Prepare the v0.0.1 release
  • Loading branch information
texpert authored Feb 3, 2021
2 parents 8278cb1 + 61094ac commit 9c2c731
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [v0.0.1](https://github.com/mejuri-inc/flowcommerce_spree/tree/v0.0.1) (2021-02-03)

[Full Changelog](https://github.com/mejuri-inc/flowcommerce_spree/compare/b9071fa9cdf3afd5de85ff97de7141cdf5250419...v0.0.1)

**Merged pull requests:**

- Fix the use of bundler by GitHub Actions and adding gemspec to the Gemfile [\#14](https://github.com/mejuri-inc/flowcommerce_spree/pull/14) ([texpert](https://github.com/texpert))
- \[TEC-4696\] GitHub check fix [\#11](https://github.com/mejuri-inc/flowcommerce_spree/pull/11) ([sebastiandl](https://github.com/sebastiandl))
- \[NO-TICKET\] configuring dotenvs to automatically load envs from env files [\#10](https://github.com/mejuri-inc/flowcommerce_spree/pull/10) ([sebastiandl](https://github.com/sebastiandl))
- \[TEC-4696\] GitHub action configs [\#9](https://github.com/mejuri-inc/flowcommerce_spree/pull/9) ([sebastiandl](https://github.com/sebastiandl))
- \[TEC-4667\] product variant model specs [\#8](https://github.com/mejuri-inc/flowcommerce_spree/pull/8) ([sebastiandl](https://github.com/sebastiandl))
- \[TEC-4657\] Adding basic rspec configuration along with some specs for currentZoneLoader [\#7](https://github.com/mejuri-inc/flowcommerce_spree/pull/7) ([sebastiandl](https://github.com/sebastiandl))
- Experience, products and order localizations sync by rake tasks and webhooks [\#4](https://github.com/mejuri-inc/flowcommerce_spree/pull/4) ([texpert](https://github.com/texpert))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<img align="right" src="http://i.imgur.com/tov8bTw.png">
<img src="https://i.imgur.com/tov8bTw.png" alt="flowcommerce_spree" style="float:right">

# Flow.io < - > Spree adapter

All flow libs are located in ./app/flow folder with exception of two controllers
ApplicationController and FlowController that are present in ./app/controllers folder.
All flowcommerce_spree code is located in the ./app and ./lib folders.


## Instalation
## Installation
- Add the gem to main application's Gemfile:

```
Expand Down Expand Up @@ -62,11 +60,11 @@ ApplicationController and FlowController that are present in ./app/controllers f
## Flow API specific
Classes that begin with Flow are responsible for comunicating with flow API.
Classes that begin with Flow are responsible for communicating with flow API.
### Flow
Helper class that offeres low level flow api access and few helper methods.
Helper class that offers low level flow api access and few helper methods.
### FlowcommerceSpree::ExperienceService
Expand Down
2 changes: 2 additions & 0 deletions flowcommerce_spree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ Gem::Specification.new do |s|
s.add_dependency 'oj'
s.add_dependency 'pg', '~> 0.21'
s.add_dependency 'spree_backend', '~> 2.3.0'

s.add_development_dependency 'github_changelog_generator'
end

0 comments on commit 9c2c731

Please sign in to comment.