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 +4 -4
- data/.travis.yml +2 -2
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/lib/squid/version.rb +1 -1
- data/squid.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53e2f260e99828dbd7f4e4e7eeface386b8dcb13
|
|
4
|
+
data.tar.gz: 33d676243eac4d34c3a22f65b00d5c09c29a4d6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46d5abc08248d1ec12fe7f1f363e17db5bf8af44ebf0f3a39d1bfc9d81ff1ce1d43392ea4ac0e058086da59d1d0e2851daf383c9f5eb71d78d2d08ae1452810a
|
|
7
|
+
data.tar.gz: '0818f274ff4d3d8843fcc3fe25dc5ebedddfe44acfddf6b5c8360c565faf2f5671ed1861170dd3e14c32d7c17c64dd0e07a6dffd93f6e9c77e903deba0b2dada'
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|
==========================
|
data/lib/squid/version.rb
CHANGED
data/squid.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
200
|
+
rubygems_version: 2.6.13
|
|
201
201
|
signing_key:
|
|
202
202
|
specification_version: 4
|
|
203
203
|
summary: Generates graphs in PDF files.
|