jekyll-cloudinary_fetcher 0.1.2 → 0.2.0
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 +5 -5
- data/.gitignore +1 -0
- data/.ruby-version +1 -1
- data/jekyll-cloudinary_fetcher.gemspec +2 -2
- data/lib/jekyll/cloudinary_fetcher/version.rb +1 -1
- metadata +6 -7
- data/Gemfile.lock +0 -87
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 246f90172e2daf744bd0414018a060ddf0f92c0b
|
4
|
+
data.tar.gz: 7d456406ff144471dcfc49369b44006236ef0822
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5343254af80767e05dc81d381eb456d7a1dedcd51513cd17b0fd3346f81a36ea465f846af5973cb14d8726bf62c2bf630ec5698b008986489f5f4c27f79be48
|
7
|
+
data.tar.gz: f791922f4b18816867aa4c099f77b328999cb69aa27c4f0a1b56d943fc482bc5ead54cf67f9cb6c6e63740547ad791f9fb9bbec28406c848af58b6d72aa33f85
|
data/.gitignore
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.5
|
1
|
+
2.3.5
|
@@ -21,9 +21,9 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.bindir = "exe"
|
22
22
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
23
23
|
spec.require_paths = ["lib"]
|
24
|
-
spec.required_ruby_version = ">= 2.
|
24
|
+
spec.required_ruby_version = ">= 2.3"
|
25
25
|
|
26
|
-
spec.add_runtime_dependency "jekyll", "~> 3.
|
26
|
+
spec.add_runtime_dependency "jekyll", "~> 3.5"
|
27
27
|
|
28
28
|
spec.add_development_dependency "bundler", "~> 1.16"
|
29
29
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-cloudinary_fetcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bedrich
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '3.
|
19
|
+
version: '3.5'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '3.
|
26
|
+
version: '3.5'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,6 @@ files:
|
|
76
76
|
- ".gitignore"
|
77
77
|
- ".ruby-version"
|
78
78
|
- Gemfile
|
79
|
-
- Gemfile.lock
|
80
79
|
- LICENSE.txt
|
81
80
|
- README.md
|
82
81
|
- Rakefile
|
@@ -96,7 +95,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
96
95
|
requirements:
|
97
96
|
- - ">="
|
98
97
|
- !ruby/object:Gem::Version
|
99
|
-
version: '2.
|
98
|
+
version: '2.3'
|
100
99
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
100
|
requirements:
|
102
101
|
- - ">="
|
@@ -104,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
103
|
version: '0'
|
105
104
|
requirements: []
|
106
105
|
rubyforge_project:
|
107
|
-
rubygems_version: 2.
|
106
|
+
rubygems_version: 2.5.2.1
|
108
107
|
signing_key:
|
109
108
|
specification_version: 4
|
110
109
|
summary: Custom Liquid Cloudinary Tag for Jekyll
|
data/Gemfile.lock
DELETED
@@ -1,87 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
jekyll-cloudinary_fetcher (0.1.1)
|
5
|
-
jekyll (~> 3.6)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
addressable (2.5.2)
|
11
|
-
public_suffix (>= 2.0.2, < 4.0)
|
12
|
-
colorator (1.1.0)
|
13
|
-
concurrent-ruby (1.0.5)
|
14
|
-
diff-lcs (1.3)
|
15
|
-
em-websocket (0.5.1)
|
16
|
-
eventmachine (>= 0.12.9)
|
17
|
-
http_parser.rb (~> 0.6.0)
|
18
|
-
eventmachine (1.2.5)
|
19
|
-
ffi (1.9.23)
|
20
|
-
forwardable-extended (2.6.0)
|
21
|
-
http_parser.rb (0.6.0)
|
22
|
-
i18n (0.9.5)
|
23
|
-
concurrent-ruby (~> 1.0)
|
24
|
-
jekyll (3.8.0)
|
25
|
-
addressable (~> 2.4)
|
26
|
-
colorator (~> 1.0)
|
27
|
-
em-websocket (~> 0.5)
|
28
|
-
i18n (~> 0.7)
|
29
|
-
jekyll-sass-converter (~> 1.0)
|
30
|
-
jekyll-watch (~> 2.0)
|
31
|
-
kramdown (~> 1.14)
|
32
|
-
liquid (~> 4.0)
|
33
|
-
mercenary (~> 0.3.3)
|
34
|
-
pathutil (~> 0.9)
|
35
|
-
rouge (>= 1.7, < 4)
|
36
|
-
safe_yaml (~> 1.0)
|
37
|
-
jekyll-sass-converter (1.5.2)
|
38
|
-
sass (~> 3.4)
|
39
|
-
jekyll-watch (2.0.0)
|
40
|
-
listen (~> 3.0)
|
41
|
-
kramdown (1.16.2)
|
42
|
-
liquid (4.0.0)
|
43
|
-
listen (3.1.5)
|
44
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
45
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
46
|
-
ruby_dep (~> 1.2)
|
47
|
-
mercenary (0.3.6)
|
48
|
-
pathutil (0.16.1)
|
49
|
-
forwardable-extended (~> 2.6)
|
50
|
-
public_suffix (3.0.2)
|
51
|
-
rake (10.5.0)
|
52
|
-
rb-fsevent (0.10.3)
|
53
|
-
rb-inotify (0.9.10)
|
54
|
-
ffi (>= 0.5.0, < 2)
|
55
|
-
rouge (3.1.1)
|
56
|
-
rspec (3.7.0)
|
57
|
-
rspec-core (~> 3.7.0)
|
58
|
-
rspec-expectations (~> 3.7.0)
|
59
|
-
rspec-mocks (~> 3.7.0)
|
60
|
-
rspec-core (3.7.1)
|
61
|
-
rspec-support (~> 3.7.0)
|
62
|
-
rspec-expectations (3.7.0)
|
63
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
64
|
-
rspec-support (~> 3.7.0)
|
65
|
-
rspec-mocks (3.7.0)
|
66
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
67
|
-
rspec-support (~> 3.7.0)
|
68
|
-
rspec-support (3.7.1)
|
69
|
-
ruby_dep (1.5.0)
|
70
|
-
safe_yaml (1.0.4)
|
71
|
-
sass (3.5.6)
|
72
|
-
sass-listen (~> 4.0.0)
|
73
|
-
sass-listen (4.0.0)
|
74
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
75
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
76
|
-
|
77
|
-
PLATFORMS
|
78
|
-
ruby
|
79
|
-
|
80
|
-
DEPENDENCIES
|
81
|
-
bundler (~> 1.16)
|
82
|
-
jekyll-cloudinary_fetcher!
|
83
|
-
rake (~> 10.0)
|
84
|
-
rspec (~> 3.2)
|
85
|
-
|
86
|
-
BUNDLED WITH
|
87
|
-
1.16.1
|