prismic.io 1.8.1 → 1.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/ISSUE_TEMPLATE/bug_report.md +36 -0
- data/.github/ISSUE_TEMPLATE/feature_request.md +25 -0
- data/.travis.yml +14 -8
- data/CONTRIBUTING.md +28 -0
- data/Gemfile.lock +15 -4
- data/LICENSE.md +201 -0
- data/README.md +7 -5
- data/gulpfile.js +0 -2
- data/lib/prismic/version.rb +1 -1
- data/package-lock.json +2629 -0
- data/prismic.gemspec +2 -1
- metadata +26 -7
data/prismic.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.description = %q{The standard Prismic.io's API library.}
|
12
12
|
spec.summary = %q{Prismic.io development kit}
|
13
13
|
spec.homepage = 'http://prismic.io'
|
14
|
-
spec.license = 'Apache-2'
|
14
|
+
spec.license = 'Apache-2.0'
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
17
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.require_paths = ['lib']
|
20
20
|
|
21
21
|
spec.add_development_dependency 'rspec', '~> 2.14'
|
22
|
+
spec.add_development_dependency 'rspec-core', '~> 2.14'
|
22
23
|
spec.add_development_dependency 'nokogiri', '~> 1.6'
|
23
24
|
spec.add_runtime_dependency 'hashery', '~> 2.1.1'
|
24
25
|
end
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prismic.io
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Étienne Vallette d'Osia
|
8
8
|
- Erwan Loisant
|
9
9
|
- Samy Dindane
|
10
10
|
- Rudy Rigot
|
11
|
-
autorequire:
|
11
|
+
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2021-
|
14
|
+
date: 2021-06-18 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rspec
|
@@ -27,6 +27,20 @@ dependencies:
|
|
27
27
|
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '2.14'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: rspec-core
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - "~>"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '2.14'
|
37
|
+
type: :development
|
38
|
+
prerelease: false
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - "~>"
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '2.14'
|
30
44
|
- !ruby/object:Gem::Dependency
|
31
45
|
name: nokogiri
|
32
46
|
requirement: !ruby/object:Gem::Requirement
|
@@ -62,11 +76,15 @@ executables: []
|
|
62
76
|
extensions: []
|
63
77
|
extra_rdoc_files: []
|
64
78
|
files:
|
79
|
+
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
80
|
+
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
65
81
|
- ".gitignore"
|
66
82
|
- ".travis.yml"
|
67
83
|
- ".yardopts"
|
84
|
+
- CONTRIBUTING.md
|
68
85
|
- Gemfile
|
69
86
|
- Gemfile.lock
|
87
|
+
- LICENSE.md
|
70
88
|
- README.md
|
71
89
|
- Rakefile
|
72
90
|
- docs/Prismic.html
|
@@ -181,6 +199,7 @@ files:
|
|
181
199
|
- lib/prismic/predicates.rb
|
182
200
|
- lib/prismic/version.rb
|
183
201
|
- lib/prismic/with_fragments.rb
|
202
|
+
- package-lock.json
|
184
203
|
- package.json
|
185
204
|
- prismic.gemspec
|
186
205
|
- spec/cache_spec.rb
|
@@ -208,9 +227,9 @@ files:
|
|
208
227
|
- spec/spec_helper.rb
|
209
228
|
homepage: http://prismic.io
|
210
229
|
licenses:
|
211
|
-
- Apache-2
|
230
|
+
- Apache-2.0
|
212
231
|
metadata: {}
|
213
|
-
post_install_message:
|
232
|
+
post_install_message:
|
214
233
|
rdoc_options: []
|
215
234
|
require_paths:
|
216
235
|
- lib
|
@@ -225,8 +244,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
225
244
|
- !ruby/object:Gem::Version
|
226
245
|
version: '0'
|
227
246
|
requirements: []
|
228
|
-
rubygems_version: 3.
|
229
|
-
signing_key:
|
247
|
+
rubygems_version: 3.0.8
|
248
|
+
signing_key:
|
230
249
|
specification_version: 4
|
231
250
|
summary: Prismic.io development kit
|
232
251
|
test_files:
|