rspec_in_context 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9f28c738e00cbc18ac01647e8b7ec1055db08d037339eb8f13b90b23289039a
4
- data.tar.gz: 8627dd98e35b3a0f66027985f090242a222df7a1fd92bf373bf3ac9ae9f138e3
3
+ metadata.gz: '093babbda0656c35070c189b44b2d0e6c7297659687f656569060b066062ca13'
4
+ data.tar.gz: 37e1e6bec4007cad66da1dc62cab3a1b4f61d728cc4f8c82c49212f1dc869734
5
5
  SHA512:
6
- metadata.gz: df9a6c4cf1c5806aba0d4154efdcab0c31b1982e857acc2dc932e15a119cbb8ae934116e267433441c7db16ef0d2cb8104686c450f3d8dfa3510e2a1180689bc
7
- data.tar.gz: e13af13a95acf40b2b88255d21924cf7dbabe0d4bdf25f585c0f5b5abf0c517c15bfb72c2b872db13893f5d3e461dac691ff337aeb4210bf19d88238474b8db2
6
+ metadata.gz: f052ed388491d1032f9616e7fb079eb6564bb5b2a439ed305960b6895491a61bdc89aeee6a68e7f00c3e8390072d9b88a76b7ea63afe85b7d9a69fe32747d975
7
+ data.tar.gz: 7acc88db5560b9d25d4cbb06178e9a5d81ef9af68f7b78d6dfe1742d0f6d3c3da6bea6489a8a58dc44db432dcd1b753235f15d252dc63c25e35b532f50a867af
@@ -53,28 +53,15 @@ jobs:
53
53
  steps:
54
54
  - checkout
55
55
 
56
- # Download and cache dependencies
57
- - restore_cache:
58
- keys:
59
- - v1-dependencies-{{ checksum "Gemfile.lock" }}
60
- # fallback to using the latest cache if no exact match is found
61
- - v1-dependencies-
62
-
63
56
  - run:
64
57
  name: install dependencies
65
58
  command: |
66
59
  bundle install --jobs=4 --retry=3 --path vendor/bundle
67
60
 
68
- - save_cache:
69
- paths:
70
- - ./vendor/bundle
71
- key: v1-dependencies-{{ checksum "Gemfile.lock" }}
72
-
73
61
  - run:
74
62
  name: Setup Rubygems
75
63
  command: bash .circleci/setup-rubygems.sh
76
64
 
77
-
78
65
  - run:
79
66
  name: Publish new version of the gem
80
67
  command: |
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RspecInContext
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_in_context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis <Zaratan> Pasin