qti 0.9.19 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f08961302e59741f56b51aabcb16edb63f901be4
4
- data.tar.gz: f9c74f21b63ee84c5049f5e4c7ea2f38cb99a621
3
+ metadata.gz: 313095edde335fad1c5f5405a86863e9de75bea3
4
+ data.tar.gz: 01b7654465aa055f9e3655ba423a70af39127649
5
5
  SHA512:
6
- metadata.gz: dd55d71f3a2d3da8630cb395f84e785b601a0d810445299788dcf8fa3d744655ebe9d0806422a81e68e7a60dfeba7325eea3fb005d33951573d443619ff2b7b6
7
- data.tar.gz: '08526dd39ab4c10f740762c017cb5148855c00e5bc0c9eced6d91eccd6ad8d7962dc38941d5eba7cf163e32a50ca18b943c836a3793f8ce4d9c9422fc78ac066'
6
+ metadata.gz: 06571fe96c3c7188db21f033f440e0d914256de68a73e8ba29893d852f745678e3f53b6847c5867e45877ea1b0336b645635abf6d710ffd72c589db27a14d377
7
+ data.tar.gz: 6f75fb4b9c57e317a50d81b083423eb85e7b9db7fec14589bde16502cae45c934960cf60fe486b93bdf5478b953acf663be8c1168e14fe0f19720aa844a4123c
data/README.md CHANGED
@@ -62,14 +62,15 @@ Returns the version appropriate AssessmentItem model
62
62
 
63
63
  A simple docker environment has been provided for spinning up and testing this
64
64
  gem with multiple versions of Ruby. This requires docker and docker-compose to
65
- be installed. To get started, run the following:
65
+ be installed. To run specs, run the following:
66
66
 
67
67
  ```bash
68
- ./build.sh
68
+ docker-compose build --pull
69
+ docker-compose run --rm app
69
70
  ```
70
71
 
71
72
  This will install the gem in a docker image with all versions of Ruby installed,
72
- and install all gem dependencies in the Ruby 2.4 set of gems. Then it will run
73
+ and install all gem dependencies in the Ruby 2.5 set of gems. Then it will run
73
74
  [wwtd](https://github.com/grosser/wwtd), which runs all specs across all
74
75
  supported versions of Ruby and gem dependencies.
75
76
 
@@ -80,7 +81,7 @@ Individual spec runs can be started like so:
80
81
 
81
82
  ```bash
82
83
  docker-compose run --rm app /bin/bash -l -c \
83
- "BUNDLE_GEMFILE=spec/gemfiles/nokogiri-1.8.gemfile rvm-exec 2.4 rspec"
84
+ "BUNDLE_GEMFILE=spec/gemfiles/rails-5.2.gemfile rvm-exec 2.5 rspec"
84
85
  ```
85
86
 
86
87
  If you'd like to mount your git checkout within the docker container running
data/lib/qti/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Qti
2
- VERSION = '0.9.19'.freeze
2
+ VERSION = '1.0.0'.freeze
3
3
  end
@@ -0,0 +1,149 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ mathml2latex (0.1.1)
5
+ activesupport (>= 4.2.9, < 5.2)
6
+ nokogiri (>= 1.6.8)
7
+ qti (0.9.12)
8
+ actionview (>= 4.2.0)
9
+ activesupport (>= 4.2.9, < 5.2)
10
+ dry-struct (~> 0.2.1)
11
+ dry-types (~> 0.12.0)
12
+ mathml2latex (>= 0.1.0)
13
+ nokogiri (>= 1.6.8, < 1.9)
14
+ rubyzip (~> 1.2)
15
+ sanitize (>= 4.2.0, < 5.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actionview (5.1.5)
21
+ activesupport (= 5.1.5)
22
+ builder (~> 3.1)
23
+ erubi (~> 1.4)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
+ activesupport (5.1.5)
27
+ concurrent-ruby (~> 1.0, >= 1.0.2)
28
+ i18n (~> 0.7)
29
+ minitest (~> 5.1)
30
+ tzinfo (~> 1.1)
31
+ ast (2.4.0)
32
+ builder (3.2.3)
33
+ byebug (9.1.0)
34
+ coderay (1.1.2)
35
+ concurrent-ruby (1.0.5)
36
+ crass (1.0.3)
37
+ diff-lcs (1.3)
38
+ docile (1.3.0)
39
+ dry-configurable (0.7.0)
40
+ concurrent-ruby (~> 1.0)
41
+ dry-container (0.6.0)
42
+ concurrent-ruby (~> 1.0)
43
+ dry-configurable (~> 0.1, >= 0.1.3)
44
+ dry-core (0.4.5)
45
+ concurrent-ruby (~> 1.0)
46
+ dry-equalizer (0.2.0)
47
+ dry-logic (0.4.2)
48
+ dry-container (~> 0.2, >= 0.2.6)
49
+ dry-core (~> 0.2)
50
+ dry-equalizer (~> 0.2)
51
+ dry-struct (0.2.1)
52
+ dry-configurable (~> 0.1)
53
+ dry-equalizer (~> 0.2)
54
+ dry-types (~> 0.9, >= 0.9.0)
55
+ ice_nine (~> 0.11)
56
+ dry-types (0.12.2)
57
+ concurrent-ruby (~> 1.0)
58
+ dry-configurable (~> 0.1)
59
+ dry-container (~> 0.3)
60
+ dry-core (~> 0.2, >= 0.2.1)
61
+ dry-equalizer (~> 0.2)
62
+ dry-logic (~> 0.4, >= 0.4.2)
63
+ inflecto (~> 0.0.0, >= 0.0.2)
64
+ erubi (1.7.1)
65
+ i18n (0.9.5)
66
+ concurrent-ruby (~> 1.0)
67
+ ice_nine (0.11.2)
68
+ inflecto (0.0.2)
69
+ json (2.1.0)
70
+ loofah (2.2.2)
71
+ crass (~> 1.0.2)
72
+ nokogiri (>= 1.5.9)
73
+ method_source (0.9.0)
74
+ mini_portile2 (2.1.0)
75
+ minitest (5.11.3)
76
+ nokogiri (1.6.8.1)
77
+ mini_portile2 (~> 2.1.0)
78
+ nokogumbo (1.5.0)
79
+ nokogiri
80
+ parallel (1.12.1)
81
+ parser (2.5.0.5)
82
+ ast (~> 2.4.0)
83
+ powerpack (0.1.1)
84
+ pry (0.11.3)
85
+ coderay (~> 1.1.0)
86
+ method_source (~> 0.9.0)
87
+ rails-dom-testing (2.0.3)
88
+ activesupport (>= 4.2.0)
89
+ nokogiri (>= 1.6)
90
+ rails-html-sanitizer (1.0.4)
91
+ loofah (~> 2.2, >= 2.2.2)
92
+ rainbow (2.2.2)
93
+ rake
94
+ rake (0.9.6)
95
+ rspec (3.7.0)
96
+ rspec-core (~> 3.7.0)
97
+ rspec-expectations (~> 3.7.0)
98
+ rspec-mocks (~> 3.7.0)
99
+ rspec-core (3.7.1)
100
+ rspec-support (~> 3.7.0)
101
+ rspec-expectations (3.7.0)
102
+ diff-lcs (>= 1.2.0, < 2.0)
103
+ rspec-support (~> 3.7.0)
104
+ rspec-mocks (3.7.0)
105
+ diff-lcs (>= 1.2.0, < 2.0)
106
+ rspec-support (~> 3.7.0)
107
+ rspec-support (3.7.1)
108
+ rubocop (0.50.0)
109
+ parallel (~> 1.10)
110
+ parser (>= 2.3.3.1, < 3.0)
111
+ powerpack (~> 0.1)
112
+ rainbow (>= 2.2.2, < 3.0)
113
+ ruby-progressbar (~> 1.7)
114
+ unicode-display_width (~> 1.0, >= 1.0.1)
115
+ ruby-progressbar (1.9.0)
116
+ rubyzip (1.2.1)
117
+ sanitize (4.6.4)
118
+ crass (~> 1.0.2)
119
+ nokogiri (>= 1.4.4)
120
+ nokogumbo (~> 1.4)
121
+ simplecov (0.16.1)
122
+ docile (~> 1.1)
123
+ json (>= 1.8, < 3)
124
+ simplecov-html (~> 0.10.0)
125
+ simplecov-html (0.10.2)
126
+ thread_safe (0.3.6)
127
+ tzinfo (1.2.5)
128
+ thread_safe (~> 0.1)
129
+ unicode-display_width (1.3.0)
130
+ wwtd (1.3.0)
131
+
132
+ PLATFORMS
133
+ ruby
134
+
135
+ DEPENDENCIES
136
+ bundler (~> 1.15)
137
+ byebug (~> 9.0)
138
+ nokogiri (~> 1.6.8)
139
+ pry (~> 0)
140
+ qti!
141
+ rake (~> 0)
142
+ rspec (~> 3.6)
143
+ rspec-mocks (~> 3.6)
144
+ rubocop (~> 0.50.0)
145
+ simplecov (~> 0)
146
+ wwtd (~> 1.3)
147
+
148
+ BUNDLED WITH
149
+ 1.16.1
@@ -0,0 +1,149 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ mathml2latex (0.1.2)
5
+ activesupport (>= 4.2.9, < 5.2)
6
+ nokogiri (>= 1.6.8)
7
+ qti (0.9.15)
8
+ actionview (>= 4.2.0)
9
+ activesupport (>= 4.2.9, < 5.2)
10
+ dry-struct (~> 0.2.1)
11
+ dry-types (~> 0.12.0)
12
+ mathml2latex (>= 0.1.0)
13
+ nokogiri (>= 1.6.8, < 1.9)
14
+ rubyzip (~> 1.2)
15
+ sanitize (>= 4.2.0, < 5.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actionview (5.1.6)
21
+ activesupport (= 5.1.6)
22
+ builder (~> 3.1)
23
+ erubi (~> 1.4)
24
+ rails-dom-testing (~> 2.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
+ activesupport (5.1.6)
27
+ concurrent-ruby (~> 1.0, >= 1.0.2)
28
+ i18n (>= 0.7, < 2)
29
+ minitest (~> 5.1)
30
+ tzinfo (~> 1.1)
31
+ ast (2.4.0)
32
+ builder (3.2.3)
33
+ byebug (9.1.0)
34
+ coderay (1.1.2)
35
+ concurrent-ruby (1.0.5)
36
+ crass (1.0.4)
37
+ diff-lcs (1.3)
38
+ docile (1.3.0)
39
+ dry-configurable (0.7.0)
40
+ concurrent-ruby (~> 1.0)
41
+ dry-container (0.6.0)
42
+ concurrent-ruby (~> 1.0)
43
+ dry-configurable (~> 0.1, >= 0.1.3)
44
+ dry-core (0.4.5)
45
+ concurrent-ruby (~> 1.0)
46
+ dry-equalizer (0.2.0)
47
+ dry-logic (0.4.2)
48
+ dry-container (~> 0.2, >= 0.2.6)
49
+ dry-core (~> 0.2)
50
+ dry-equalizer (~> 0.2)
51
+ dry-struct (0.2.1)
52
+ dry-configurable (~> 0.1)
53
+ dry-equalizer (~> 0.2)
54
+ dry-types (~> 0.9, >= 0.9.0)
55
+ ice_nine (~> 0.11)
56
+ dry-types (0.12.2)
57
+ concurrent-ruby (~> 1.0)
58
+ dry-configurable (~> 0.1)
59
+ dry-container (~> 0.3)
60
+ dry-core (~> 0.2, >= 0.2.1)
61
+ dry-equalizer (~> 0.2)
62
+ dry-logic (~> 0.4, >= 0.4.2)
63
+ inflecto (~> 0.0.0, >= 0.0.2)
64
+ erubi (1.7.1)
65
+ i18n (1.0.1)
66
+ concurrent-ruby (~> 1.0)
67
+ ice_nine (0.11.2)
68
+ inflecto (0.0.2)
69
+ json (2.1.0)
70
+ loofah (2.2.2)
71
+ crass (~> 1.0.2)
72
+ nokogiri (>= 1.5.9)
73
+ method_source (0.9.0)
74
+ mini_portile2 (2.3.0)
75
+ minitest (5.11.3)
76
+ nokogiri (1.8.2)
77
+ mini_portile2 (~> 2.3.0)
78
+ nokogumbo (1.5.0)
79
+ nokogiri
80
+ parallel (1.12.1)
81
+ parser (2.5.0.5)
82
+ ast (~> 2.4.0)
83
+ powerpack (0.1.1)
84
+ pry (0.11.3)
85
+ coderay (~> 1.1.0)
86
+ method_source (~> 0.9.0)
87
+ rails-dom-testing (2.0.3)
88
+ activesupport (>= 4.2.0)
89
+ nokogiri (>= 1.6)
90
+ rails-html-sanitizer (1.0.4)
91
+ loofah (~> 2.2, >= 2.2.2)
92
+ rainbow (2.2.2)
93
+ rake
94
+ rake (0.9.6)
95
+ rspec (3.7.0)
96
+ rspec-core (~> 3.7.0)
97
+ rspec-expectations (~> 3.7.0)
98
+ rspec-mocks (~> 3.7.0)
99
+ rspec-core (3.7.1)
100
+ rspec-support (~> 3.7.0)
101
+ rspec-expectations (3.7.0)
102
+ diff-lcs (>= 1.2.0, < 2.0)
103
+ rspec-support (~> 3.7.0)
104
+ rspec-mocks (3.7.0)
105
+ diff-lcs (>= 1.2.0, < 2.0)
106
+ rspec-support (~> 3.7.0)
107
+ rspec-support (3.7.1)
108
+ rubocop (0.50.0)
109
+ parallel (~> 1.10)
110
+ parser (>= 2.3.3.1, < 3.0)
111
+ powerpack (~> 0.1)
112
+ rainbow (>= 2.2.2, < 3.0)
113
+ ruby-progressbar (~> 1.7)
114
+ unicode-display_width (~> 1.0, >= 1.0.1)
115
+ ruby-progressbar (1.9.0)
116
+ rubyzip (1.2.1)
117
+ sanitize (4.6.4)
118
+ crass (~> 1.0.2)
119
+ nokogiri (>= 1.4.4)
120
+ nokogumbo (~> 1.4)
121
+ simplecov (0.16.1)
122
+ docile (~> 1.1)
123
+ json (>= 1.8, < 3)
124
+ simplecov-html (~> 0.10.0)
125
+ simplecov-html (0.10.2)
126
+ thread_safe (0.3.6)
127
+ tzinfo (1.2.5)
128
+ thread_safe (~> 0.1)
129
+ unicode-display_width (1.3.0)
130
+ wwtd (1.3.0)
131
+
132
+ PLATFORMS
133
+ ruby
134
+
135
+ DEPENDENCIES
136
+ bundler (~> 1.15)
137
+ byebug (~> 9.0)
138
+ nokogiri (~> 1.8.1)
139
+ pry (~> 0)
140
+ qti!
141
+ rake (~> 0)
142
+ rspec (~> 3.6)
143
+ rspec-mocks (~> 3.6)
144
+ rubocop (~> 0.50.0)
145
+ simplecov (~> 0)
146
+ wwtd (~> 1.3)
147
+
148
+ BUNDLED WITH
149
+ 1.16.1
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec path: '../../'
4
4
 
5
- gem 'rails', '~> 4.2.9'
5
+ gem 'rails', '~> 5.2.0'
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # Limit coverage reporting to one build:
2
- if /^2\.4/ =~ RUBY_VERSION && /nokogiri-1\.8/ =~ ENV['BUNDLE_GEMFILE']
2
+ if /^2\.5/ =~ RUBY_VERSION && /rails-5\.2/ =~ ENV['BUNDLE_GEMFILE']
3
3
  require 'simplecov'
4
4
 
5
5
  SimpleCov.start do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.19
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hannah Bottalla
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-07-12 00:00:00.000000000 Z
12
+ date: 2018-08-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -17,20 +17,20 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: 4.2.9
20
+ version: 5.0.7
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '5.2'
23
+ version: '5.3'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- version: 4.2.9
30
+ version: 5.0.7
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '5.2'
33
+ version: '5.3'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: dry-struct
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -77,70 +77,70 @@ dependencies:
77
77
  name: nokogiri
78
78
  requirement: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: 1.6.8
83
- - - "<"
80
+ - - "~>"
84
81
  - !ruby/object:Gem::Version
85
- version: '1.9'
82
+ version: '1.8'
86
83
  type: :runtime
87
84
  prerelease: false
88
85
  version_requirements: !ruby/object:Gem::Requirement
89
86
  requirements:
90
- - - ">="
91
- - !ruby/object:Gem::Version
92
- version: 1.6.8
93
- - - "<"
87
+ - - "~>"
94
88
  - !ruby/object:Gem::Version
95
- version: '1.9'
89
+ version: '1.8'
96
90
  - !ruby/object:Gem::Dependency
97
91
  name: sanitize
98
92
  requirement: !ruby/object:Gem::Requirement
99
93
  requirements:
100
- - - ">="
94
+ - - "~>"
101
95
  - !ruby/object:Gem::Version
102
- version: 4.2.0
103
- - - "<"
96
+ version: '4.6'
97
+ - - ">="
104
98
  - !ruby/object:Gem::Version
105
- version: '5.0'
99
+ version: 4.6.3
106
100
  type: :runtime
107
101
  prerelease: false
108
102
  version_requirements: !ruby/object:Gem::Requirement
109
103
  requirements:
110
- - - ">="
104
+ - - "~>"
111
105
  - !ruby/object:Gem::Version
112
- version: 4.2.0
113
- - - "<"
106
+ version: '4.6'
107
+ - - ">="
114
108
  - !ruby/object:Gem::Version
115
- version: '5.0'
109
+ version: 4.6.3
116
110
  - !ruby/object:Gem::Dependency
117
111
  name: actionview
118
112
  requirement: !ruby/object:Gem::Requirement
119
113
  requirements:
120
114
  - - ">="
121
115
  - !ruby/object:Gem::Version
122
- version: 4.2.0
116
+ version: 5.0.7
117
+ - - "<"
118
+ - !ruby/object:Gem::Version
119
+ version: '5.3'
123
120
  type: :runtime
124
121
  prerelease: false
125
122
  version_requirements: !ruby/object:Gem::Requirement
126
123
  requirements:
127
124
  - - ">="
128
125
  - !ruby/object:Gem::Version
129
- version: 4.2.0
126
+ version: 5.0.7
127
+ - - "<"
128
+ - !ruby/object:Gem::Version
129
+ version: '5.3'
130
130
  - !ruby/object:Gem::Dependency
131
131
  name: mathml2latex
132
132
  requirement: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - ">="
134
+ - - "~>"
135
135
  - !ruby/object:Gem::Version
136
- version: 0.1.0
136
+ version: '1.0'
137
137
  type: :runtime
138
138
  prerelease: false
139
139
  version_requirements: !ruby/object:Gem::Requirement
140
140
  requirements:
141
- - - ">="
141
+ - - "~>"
142
142
  - !ruby/object:Gem::Version
143
- version: 0.1.0
143
+ version: '1.0'
144
144
  - !ruby/object:Gem::Dependency
145
145
  name: bundler
146
146
  requirement: !ruby/object:Gem::Requirement
@@ -594,13 +594,11 @@ files:
594
594
  - spec/fixtures/tests/tests/rtest26.xml
595
595
  - spec/fixtures/tests/tests/rtest27.xml
596
596
  - spec/fixtures/unsupported_version/imsmanifest.xml
597
- - spec/gemfiles/nokogiri-1.6.gemfile
598
- - spec/gemfiles/nokogiri-1.8.gemfile
599
- - spec/gemfiles/rails-4.2.gemfile
597
+ - spec/gemfiles/nokogiri-1.6.gemfile.lock
598
+ - spec/gemfiles/nokogiri-1.8.gemfile.lock
600
599
  - spec/gemfiles/rails-5.0.gemfile
601
600
  - spec/gemfiles/rails-5.1.gemfile
602
- - spec/gemfiles/sanitize-4.2.gemfile
603
- - spec/gemfiles/sanitize-4.5.gemfile
601
+ - spec/gemfiles/rails-5.2.gemfile
604
602
  - spec/lib/qti/assessment_item_exporter_spec.rb
605
603
  - spec/lib/qti/exporter_spec.rb
606
604
  - spec/lib/qti/models/assessment_meta_spec.rb
@@ -665,7 +663,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
665
663
  version: '0'
666
664
  requirements: []
667
665
  rubyforge_project:
668
- rubygems_version: 2.6.14
666
+ rubygems_version: 2.6.13
669
667
  signing_key:
670
668
  specification_version: 4
671
669
  summary: QTI 1.2 and 2.1 import and export models
@@ -925,13 +923,11 @@ test_files:
925
923
  - spec/fixtures/tests/tests/rtest26.xml
926
924
  - spec/fixtures/tests/tests/rtest27.xml
927
925
  - spec/fixtures/unsupported_version/imsmanifest.xml
928
- - spec/gemfiles/nokogiri-1.6.gemfile
929
- - spec/gemfiles/nokogiri-1.8.gemfile
930
- - spec/gemfiles/rails-4.2.gemfile
926
+ - spec/gemfiles/nokogiri-1.6.gemfile.lock
927
+ - spec/gemfiles/nokogiri-1.8.gemfile.lock
931
928
  - spec/gemfiles/rails-5.0.gemfile
932
929
  - spec/gemfiles/rails-5.1.gemfile
933
- - spec/gemfiles/sanitize-4.2.gemfile
934
- - spec/gemfiles/sanitize-4.5.gemfile
930
+ - spec/gemfiles/rails-5.2.gemfile
935
931
  - spec/lib/qti/assessment_item_exporter_spec.rb
936
932
  - spec/lib/qti/exporter_spec.rb
937
933
  - spec/lib/qti/models/assessment_meta_spec.rb
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '../../'
4
-
5
- gem 'nokogiri', '~> 1.6.8'
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '../../'
4
-
5
- gem 'nokogiri', '~> 1.8.1'
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '../../'
4
-
5
- gem 'sanitize', '~> 4.2.0'
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '../../'
4
-
5
- gem 'sanitize', '~> 4.5.0'