Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit cff8a2b

Browse files
Cut release v0.1.3
1 parent 039f4a9 commit cff8a2b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
graphql-cache (0.1.2)
4+
graphql-cache (0.1.3)
55
graphql (~> 1.8.0.pre10)
66

77
GEM

lib/graphql/cache/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module GraphQL
22
module Cache
3-
VERSION = '0.1.2'.freeze
3+
VERSION = '0.1.3'.freeze
44
end
55
end

spec/graphql/cache_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
RSpec.describe GraphQL::Cache do
44
let(:cache) { GraphQL::Cache.cache }
55

6-
it "has a version number" do
7-
expect(GraphQL::Cache::VERSION).not_to be nil
8-
end
9-
106
context 'configuration' do
117
subject { described_class }
128

0 commit comments

Comments
 (0)