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

Commit

Permalink
Cut release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thebadmonkeydev committed May 15, 2018
1 parent 039f4a9 commit cff8a2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
graphql-cache (0.1.2)
graphql-cache (0.1.3)
graphql (~> 1.8.0.pre10)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module GraphQL
module Cache
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'.freeze
end
end
4 changes: 0 additions & 4 deletions spec/graphql/cache_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
RSpec.describe GraphQL::Cache do
let(:cache) { GraphQL::Cache.cache }

it "has a version number" do
expect(GraphQL::Cache::VERSION).not_to be nil
end

context 'configuration' do
subject { described_class }

Expand Down

0 comments on commit cff8a2b

Please sign in to comment.