squid 1.4.0 → 1.4.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
  SHA1:
3
- metadata.gz: 76beb7afe3bb4e1d589df3a3946bcf5f88751f5b
4
- data.tar.gz: bb6f4e5985dfa5024ffe6a9b2907ed3c27dff27f
3
+ metadata.gz: 53e2f260e99828dbd7f4e4e7eeface386b8dcb13
4
+ data.tar.gz: 33d676243eac4d34c3a22f65b00d5c09c29a4d6d
5
5
  SHA512:
6
- metadata.gz: 3e8ed257703e6b79d773ca18304cce12cd3993180a08e80663750ec066ff237aeb88c0450ca07f41c833e889f0d00b58f84253644d73f79c907a99e0b246dd0c
7
- data.tar.gz: de819afbfa98df31ccf9a61c481e6049a58b11658880a819b881ed18d048329648beb1371073a9eb79426f7d4f3f747b14baa874c3bab2f90bedefe40ef0e87d
6
+ metadata.gz: 46d5abc08248d1ec12fe7f1f363e17db5bf8af44ebf0f3a39d1bfc9d81ff1ce1d43392ea4ac0e058086da59d1d0e2851daf383c9f5eb71d78d2d08ae1452810a
7
+ data.tar.gz: '0818f274ff4d3d8843fcc3fe25dc5ebedddfe44acfddf6b5c8360c565faf2f5671ed1861170dd3e14c32d7c17c64dd0e07a6dffd93f6e9c77e903deba0b2dada'
@@ -4,7 +4,7 @@ notifications:
4
4
  email: true
5
5
  matrix:
6
6
  include:
7
- - rvm: 2.1.5
8
- gemfile: gemfiles/Gemfile.activesupport-4.x
9
7
  - rvm: 2.2.4
8
+ gemfile: gemfiles/Gemfile.activesupport-4.x
9
+ - rvm: 2.4.1
10
10
  gemfile: gemfiles/Gemfile.activesupport-5.x
@@ -6,6 +6,10 @@ For more information about changelogs, check
6
6
  [Keep a Changelog](http://keepachangelog.com) and
7
7
  [Vandamme](http://tech-angels.github.io/vandamme).
8
8
 
9
+ ## 1.4.1 - 2017.09.05
10
+
11
+ * [ENHANCEMENT] Require Ruby >= 2.2 (since support for 2.1 has ended)
12
+
9
13
  ## 1.4.0 - 2017.03.15
10
14
 
11
15
  * [ENHANCEMENT] Require Prawn ~> 2.2.0
data/README.md CHANGED
@@ -40,10 +40,10 @@ Please proceed to [http://fullscreen.github.io/squid](http://fullscreen.github.i
40
40
  How to install
41
41
  ==============
42
42
 
43
- Squid requires **Ruby 2.1 or higher**.
43
+ Squid requires **Ruby 2.2 or higher**.
44
44
  If used in a Rails project, requires **Rails 4.0 or higher**.
45
45
 
46
- To include in your project, add `gem 'squid', '~> 1.2'` to the `Gemfile` file of your Ruby project.
46
+ To include in your project, add `gem 'squid', '~> 1.4'` to the `Gemfile` file of your Ruby project.
47
47
 
48
48
  How to generate the manual
49
49
  ==========================
@@ -1,3 +1,3 @@
1
1
  module Squid
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.homepage = 'https://github.com/fullscreen/squid'
14
14
  spec.license = 'MIT'
15
15
 
16
- spec.required_ruby_version = '>= 2.1.0' # 2.0 does not have Numeric#step(by:, to:)
16
+ spec.required_ruby_version = '>= 2.2.0' # support for 2.1 has ended
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19
19
  spec.bindir = 'exe'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: squid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-16 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prawn
@@ -189,7 +189,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
189
  requirements:
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
- version: 2.1.0
192
+ version: 2.2.0
193
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  requirements:
195
195
  - - ">="
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  requirements: []
199
199
  rubyforge_project:
200
- rubygems_version: 2.6.10
200
+ rubygems_version: 2.6.13
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: Generates graphs in PDF files.