solidus_api_v2 0.2.0 → 0.2.1
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 +6 -0
- data/app/serializers/spree/user_serializer.rb +1 -1
- data/solidus_api_v2.gemspec +1 -1
- data/spree_api_v2.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a0a00c334422d217f4a54c3304b00f8ea7d91b3
|
|
4
|
+
data.tar.gz: d50ea8d48e1bbb2c14b933462a945308e1c0a8d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d07ac84d90519861e7dd91f4276d623151e6156533b33a6845ece4915a39ad4c90a38861ced31b278c72e1082bcf249cfc17686fd21476eb69348907a77084e
|
|
7
|
+
data.tar.gz: bf350c0d32a9aac8c763454455b8f8e84d42c72ed6e1017ac9c5867745ce23cf75127af59fad83b73be10fce0dc133dbb1a3e52774b377041f785d559bf65b9c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
* Fixes a bug where the user serializer wasn't extending from the `Spree::BaseSerializer` this is now fixed.
|
|
6
|
+
|
|
7
|
+
[Ben A. Morgan](https://github.com/BenMorganIO)
|
|
8
|
+
|
|
3
9
|
## 0.2.0
|
|
4
10
|
|
|
5
11
|
* Calling `super` inside fo `#index` and `#show` actions is now deprecated.
|
data/solidus_api_v2.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'solidus_api_v2'
|
|
5
|
-
s.version = '0.2.
|
|
5
|
+
s.version = '0.2.1'
|
|
6
6
|
s.summary = 'The V2 API for Solidus.'
|
|
7
7
|
s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.'
|
|
8
8
|
s.required_ruby_version = '>= 2.0.0'
|
data/spree_api_v2.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'spree_api_v2'
|
|
5
|
-
s.version = '0.2.
|
|
5
|
+
s.version = '0.2.1'
|
|
6
6
|
s.summary = 'The V2 API for Spree.'
|
|
7
7
|
s.description = 'Adds an assortment of new api endpoints that are JSON API compatible.'
|
|
8
8
|
s.required_ruby_version = '>= 2.0.0'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: solidus_api_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben A. Morgan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: solidus_api
|