dopstick 0.0.4 → 0.0.5
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 +5 -1
- data/lib/dopstick/generator/npm/templates/jest.erb +1 -1
- data/lib/dopstick/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67d8b2be08b351c27515e62ca76bee7b29e8d98980f0624ca7b6e931b3dfcfc4
|
|
4
|
+
data.tar.gz: d878cb9f1762827c315121c2ab107af72181f33362a9944c10903b733da01e3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eac9428db86f3c28346a4ae6dc38cd6dc08d90f4fdef7b35179c4a0b36bfdb2c67244967d7791050012a897ecffbee29e39a45662483dac7b2a0127bb4b705cd
|
|
7
|
+
data.tar.gz: ca31cdc4a53c79daa502559b1cc4793b24bbb6577de57fcfc1f0e253929d737abcaf446d815bd8458cf2c5a625e918006cd1b7c4be00b43b15902bc33cd4f101
|
data/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,11 @@ Prefix your message with one of the following:
|
|
|
11
11
|
- [Security] in case of vulnerabilities.
|
|
12
12
|
-->
|
|
13
13
|
|
|
14
|
-
##
|
|
14
|
+
## v0.0.5 - 2020-11-14
|
|
15
|
+
|
|
16
|
+
- [Fixed] Jest configuration wasn't considering the full import path.
|
|
17
|
+
|
|
18
|
+
## v0.0.4 - 2020-11-14
|
|
15
19
|
|
|
16
20
|
- [Added] Generate
|
|
17
21
|
[dependabot](https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates)
|
data/lib/dopstick/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dopstick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nando Vieira
|
|
@@ -208,10 +208,10 @@ licenses:
|
|
|
208
208
|
metadata:
|
|
209
209
|
homepage_uri: https://github.com/fnando/dopstick
|
|
210
210
|
bug_tracker_uri: https://github.com/fnando/dopstick/issues
|
|
211
|
-
source_code_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
212
|
-
changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
213
|
-
documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
214
|
-
license_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
211
|
+
source_code_uri: https://github.com/fnando/dopstick/tree/v0.0.5
|
|
212
|
+
changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.5/CHANGELOG.md
|
|
213
|
+
documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.5/README.md
|
|
214
|
+
license_uri: https://github.com/fnando/dopstick/tree/v0.0.5/LICENSE.md
|
|
215
215
|
post_install_message:
|
|
216
216
|
rdoc_options: []
|
|
217
217
|
require_paths:
|