no-cache 1.0.0 → 1.0.1

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: 04c1697feaccfcaffc80f08e99dfdc43b26d2456da5ccbe093110f42115fdbd2
4
- data.tar.gz: '090f10d0c4edd8f102e77a9b2d18436dc74a4adf99abc6496dc109e92315280f'
3
+ metadata.gz: cb7b1ee4e04d16336599414cee2a9e6994bcf2f1bd55c247b737463a5e3e45e3
4
+ data.tar.gz: f131c84861dde3e0259cc1255d2d92a7bb02bc63ee2b3bc7944ceecc9ea35b1e
5
5
  SHA512:
6
- metadata.gz: 1ea829ccf98bf87fbd081583a7b9027c5b62c2cb1de5a3cc51da45183b06d995790bb7923bcaac1a5c20434385fe902e38a076b984847d8644b09b8c6a61f0b4
7
- data.tar.gz: bbf5cd761ff819e174a608d4200e6a6b2bc15d506c35833a9beb74416bcad71cbd9a013eef35c5abdfd09b79ff66659f0421cf0277fd4bf79b6bb7d8328b05d3
6
+ metadata.gz: 167037a683ec7e1f5256a981c03596fd9e68477b3626212028d6cd95abf255a1af5a8a29376e80440ae510eeef44760308bdd18af032a7adf4fb19cc032d3737
7
+ data.tar.gz: cf4186dc06c5c164f733eac55f350e5cdc24d0b7985a8a53b674dde4986ee8b21b1abaded8c1987a112e123dbc1a7611c98bda7f461dd6216959321a0b662ac5
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # no-cache
2
2
 
3
- The gem provides easy way to fully disable HTTP cache in Rails controllers.
3
+ A gem providing way to make HTTP clients stop caching responses.
4
4
 
5
5
  ## Usage
6
6
 
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module NoCache
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
data/no-cache.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  s.version = NoCache::VERSION
9
9
  s.author = "Yaroslav Konoplov"
10
10
  s.email = "eahome00@gmail.com"
11
- s.summary = "A gem to fully disable HTTP cache."
12
- s.description = "The gem provides easy way to fully disable HTTP cache in Rails controllers."
11
+ s.summary = "Disable HTTP cache in Rails."
12
+ s.description = "A gem providing way to make HTTP clients stop caching responses."
13
13
  s.homepage = "https://github.com/yivo/no-cache"
14
14
  s.license = "MIT"
15
15
  s.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Konoplov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-05 00:00:00.000000000 Z
11
+ date: 2018-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: The gem provides easy way to fully disable HTTP cache in Rails controllers.
13
+ description: A gem providing way to make HTTP clients stop caching responses.
14
14
  email: eahome00@gmail.com
15
15
  executables: []
16
16
  extensions: []
@@ -46,5 +46,5 @@ rubyforge_project:
46
46
  rubygems_version: 2.7.6
47
47
  signing_key:
48
48
  specification_version: 4
49
- summary: A gem to fully disable HTTP cache.
49
+ summary: Disable HTTP cache in Rails.
50
50
  test_files: []