dopstick 0.0.4 → 0.0.5

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: fe33ac2b2b1d210b9c5f54cf0f6039ebd8548dfc7893fdebf54e9118a6d44618
4
- data.tar.gz: da37488ed41ebe8f16473376c0aad18c98da952bed00ace9b66220b6d13e46a0
3
+ metadata.gz: 67d8b2be08b351c27515e62ca76bee7b29e8d98980f0624ca7b6e931b3dfcfc4
4
+ data.tar.gz: d878cb9f1762827c315121c2ab107af72181f33362a9944c10903b733da01e3e
5
5
  SHA512:
6
- metadata.gz: 66650b1b3fb60790d1c750749d250bea61c7da3b6e88e116e87b5d93142d1922492edb887e95cd9fd013dec702a89deafc2c7d52d547e9b72ca347b419552898
7
- data.tar.gz: 382c93b122eebd71c54e3b255159a72b89eed321cbd63e992547bd8565dd5710e7d2a6e6e23fdefceb712ca5bb80ccaafb53e27889645d82dddd1131037bcc07
6
+ metadata.gz: eac9428db86f3c28346a4ae6dc38cd6dc08d90f4fdef7b35179c4a0b36bfdb2c67244967d7791050012a897ecffbee29e39a45662483dac7b2a0127bb4b705cd
7
+ data.tar.gz: ca31cdc4a53c79daa502559b1cc4793b24bbb6577de57fcfc1f0e253929d737abcaf446d815bd8458cf2c5a625e918006cd1b7c4be00b43b15902bc33cd4f101
@@ -11,7 +11,11 @@ Prefix your message with one of the following:
11
11
  - [Security] in case of vulnerabilities.
12
12
  -->
13
13
 
14
- ## Unreleased
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)
@@ -6,7 +6,7 @@ module.exports = {
6
6
  roots: ["<rootDir>/src"],
7
7
  modulePaths: ["src"],
8
8
  moduleNameMapper: {
9
- "^~/": "<rootDir>/src/",
9
+ "^~/(.*?)$": "<rootDir>/src/$1",
10
10
  },
11
11
  testPathIgnorePatterns: ["/vendor/bundle/", "node_modules"],
12
12
  };
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dopstick
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
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
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.4
212
- changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.4/CHANGELOG.md
213
- documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.4/README.md
214
- license_uri: https://github.com/fnando/dopstick/tree/v0.0.4/LICENSE.md
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: