solidus_dev_support 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -2
- data/lib/solidus_dev_support/extension.rb +2 -0
- data/lib/solidus_dev_support/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f563ba4feb118d4ebf1fb62c703791bee85240115572777fc8930173b0403ba4
|
4
|
+
data.tar.gz: f87ace52df811c662227742633da61d7a0f2403c29cdd1816f9ec95bbc4ba20b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 950ce1c6381e803b87a52a95413cbd8e90a3759f1ca7fc6e9643ec4f0c0adc474ebdbd5c89eb9090f2b90046638a1d7e529f02e732fdcf54563e5310522cb14d
|
7
|
+
data.tar.gz: 34e28ce0af127d088dc4fea56b5110b494065b044d99ed129d4d5dc4f8c7fa18aac43a504d0d87d1d6eaf696fd5e15a07a847729438fafbf954fc42fa99622d5
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [v2.0.1](https://github.com/solidusio/solidus_dev_support/tree/v2.0.1) (2020-09-22)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/
|
5
|
+
[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v2.0.0...v2.0.1)
|
6
|
+
|
7
|
+
**Fixed bugs:**
|
8
|
+
|
9
|
+
- Fix gem\_version not being found during extension generation [\#144](https://github.com/solidusio/solidus_dev_support/pull/144) ([aldesantis](https://github.com/aldesantis))
|
10
|
+
|
11
|
+
## [v2.0.0](https://github.com/solidusio/solidus_dev_support/tree/v2.0.0) (2020-09-22)
|
12
|
+
|
13
|
+
[Full Changelog](https://github.com/solidusio/solidus_dev_support/compare/v1.5.0...v2.0.0)
|
6
14
|
|
7
15
|
**Breaking changes:**
|
8
16
|
|
@@ -17,6 +25,7 @@
|
|
17
25
|
- Add precompiled badges fro CI and coverage [\#132](https://github.com/solidusio/solidus_dev_support/pull/132) ([elia](https://github.com/elia))
|
18
26
|
- Add Changelog Rake task [\#128](https://github.com/solidusio/solidus_dev_support/pull/128) ([tvdeyen](https://github.com/tvdeyen))
|
19
27
|
- Readme fixes [\#122](https://github.com/solidusio/solidus_dev_support/pull/122) ([elia](https://github.com/elia))
|
28
|
+
- Restore the generic bin/rails command [\#106](https://github.com/solidusio/solidus_dev_support/pull/106) ([elia](https://github.com/elia))
|
20
29
|
|
21
30
|
**Fixed bugs:**
|
22
31
|
|