solidus_extension_dev_tools 0.1.0 → 0.1.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5851fd657640bd4aecc815486518e0249865cf8618df3513152c082d5108acf5
|
4
|
+
data.tar.gz: cab9b183084c56a2b3f146f0f4e0d4542021321fcdcb8595382a6fe9ab9c29d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61445add8202595b9a6247e81e65ef8ab57769c1c778a581804588208255071a8677655f26a905dcd8494925f18d065694bdbfd46a24e6a6ee324171c4ab558d
|
7
|
+
data.tar.gz: 1cde9f0b78ca509f71a71a22199e61afe3132b5af40c2ec637c43ca2ddaa6a1a887784fff2f261a4623e3366a74bc6b10e153ba7177ea7ac02c3115450bcd2a0
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
|
6
|
+
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [Unreleased]
|
9
|
+
|
10
|
+
## [0.1.1] - 2019-11-11
|
11
|
+
|
12
|
+
### Fixed
|
13
|
+
|
14
|
+
- Fixed `rails_helper` not working due to `SolidusExtensionDevTools` not being available
|
15
|
+
|
16
|
+
## [0.1.0] - 2019-11-11
|
17
|
+
|
18
|
+
Initial release.
|
19
|
+
|
20
|
+
[Unreleased]: https://github.com/solidusio-contrib/solidus_extension_dev_tools/compare/v0.1.1...HEAD
|
21
|
+
[0.1.1]: https://github.com/solidusio-contrib/solidus_extension_dev_tools/compare/v0.1.0...v0.1.1
|
22
|
+
[0.1.0]: https://github.com/solidusio-contrib/solidus_extension_dev_tools/releases/tag/v0.1.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_extension_dev_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alessandro Desantis
|
@@ -252,6 +252,7 @@ files:
|
|
252
252
|
- ".rubocop-https---relaxed-ruby-style-rubocop-yml"
|
253
253
|
- ".rubocop.extension.yml"
|
254
254
|
- ".rubocop.yml"
|
255
|
+
- CHANGELOG.md
|
255
256
|
- Gemfile
|
256
257
|
- LICENSE.txt
|
257
258
|
- README.md
|