coursemology-polyglot 0.2.9.1 → 0.2.9.3
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/.rubocop.unhound.yml +6 -3
- data/.rubocop.yml +2 -8
- data/coursemology-polyglot.gemspec +2 -2
- data/lib/coursemology/polyglot/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1f80970871fc79831a433398f1a299575746d66f
|
|
4
|
+
data.tar.gz: 7d0843d5d4d7443d29fd50ed73d9a05ccc2dd0e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 162cfd57b53cd99414ece2e74fc5f97a40313502e0fc3eb7356e52cd261381070bcfd0f182c6c0362d98218aeeb571bd2b367ef4d7b5886c144793a5942f3bf4
|
|
7
|
+
data.tar.gz: 3bf9195eb92baa48b5e8bce23346b5660d8204977af493f391d608d25e7dc5440b445e13c9b93e4179baf92bc862dd286ab50273c341b30e699fdb7ea3592e86
|
data/.rubocop.unhound.yml
CHANGED
|
@@ -6,7 +6,7 @@ Style/CollectionMethods:
|
|
|
6
6
|
find:
|
|
7
7
|
detect: 'find'
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Naming/FileName:
|
|
10
10
|
Enabled: true
|
|
11
11
|
|
|
12
12
|
Style/GuardClause:
|
|
@@ -30,7 +30,10 @@ Style/SingleLineMethods:
|
|
|
30
30
|
Style/TrailingCommaInArguments:
|
|
31
31
|
Enabled: true
|
|
32
32
|
|
|
33
|
-
Style/
|
|
33
|
+
Style/TrailingCommaInArrayLiteral:
|
|
34
|
+
Enabled: true
|
|
35
|
+
|
|
36
|
+
Style/TrailingCommaInHashLiteral:
|
|
34
37
|
Enabled: true
|
|
35
38
|
|
|
36
39
|
Metrics/AbcSize:
|
|
@@ -57,7 +60,7 @@ Metrics/PerceivedComplexity:
|
|
|
57
60
|
Lint/AssignmentInCondition:
|
|
58
61
|
Enabled: true
|
|
59
62
|
|
|
60
|
-
|
|
63
|
+
Naming/AccessorMethodName:
|
|
61
64
|
Enabled: true
|
|
62
65
|
|
|
63
66
|
Style/Alias:
|
data/.rubocop.yml
CHANGED
|
@@ -15,27 +15,21 @@ Metrics/LineLength:
|
|
|
15
15
|
Style/ClassAndModuleChildren:
|
|
16
16
|
EnforcedStyle: compact
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
Layout/DotPosition:
|
|
19
19
|
EnforcedStyle: trailing
|
|
20
20
|
|
|
21
21
|
Style/Documentation:
|
|
22
22
|
Enabled: false
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
Layout/IndentHash:
|
|
25
25
|
EnforcedStyle: consistent
|
|
26
26
|
|
|
27
|
-
Style/IfUnlessModifier:
|
|
28
|
-
MaxLineLength: 100
|
|
29
|
-
|
|
30
27
|
Style/ParallelAssignment:
|
|
31
28
|
Enabled: false
|
|
32
29
|
|
|
33
30
|
Style/StringLiterals:
|
|
34
31
|
EnforcedStyle: single_quotes
|
|
35
32
|
|
|
36
|
-
Style/WhileUntilModifier:
|
|
37
|
-
MaxLineLength: 100
|
|
38
|
-
|
|
39
33
|
Style/WordArray:
|
|
40
34
|
Enabled: false
|
|
41
35
|
|
|
@@ -28,9 +28,9 @@ programming languages supported in Coursemology.
|
|
|
28
28
|
spec.add_development_dependency 'coveralls'
|
|
29
29
|
spec.add_development_dependency 'codeclimate-test-reporter'
|
|
30
30
|
|
|
31
|
-
spec.add_dependency 'activesupport', '>= 4.2', '
|
|
31
|
+
spec.add_dependency 'activesupport', '>= 4.2', '< 6'
|
|
32
32
|
|
|
33
33
|
# For autoloading in Rails applications, as well as the Ace modes inclusion. Keep this as the
|
|
34
34
|
# same as ActiveSupport version.
|
|
35
|
-
spec.add_development_dependency 'railties', '>= 4.2', '
|
|
35
|
+
spec.add_development_dependency 'railties', '>= 4.2', '< 6'
|
|
36
36
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coursemology-polyglot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.9.
|
|
4
|
+
version: 0.2.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joel Low
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -101,9 +101,9 @@ dependencies:
|
|
|
101
101
|
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '4.2'
|
|
104
|
-
- - "
|
|
104
|
+
- - "<"
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: '
|
|
106
|
+
version: '6'
|
|
107
107
|
type: :runtime
|
|
108
108
|
prerelease: false
|
|
109
109
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -111,9 +111,9 @@ dependencies:
|
|
|
111
111
|
- - ">="
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
113
|
version: '4.2'
|
|
114
|
-
- - "
|
|
114
|
+
- - "<"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: '
|
|
116
|
+
version: '6'
|
|
117
117
|
- !ruby/object:Gem::Dependency
|
|
118
118
|
name: railties
|
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -121,9 +121,9 @@ dependencies:
|
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
123
|
version: '4.2'
|
|
124
|
-
- - "
|
|
124
|
+
- - "<"
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: '
|
|
126
|
+
version: '6'
|
|
127
127
|
type: :development
|
|
128
128
|
prerelease: false
|
|
129
129
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -131,9 +131,9 @@ dependencies:
|
|
|
131
131
|
- - ">="
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
133
|
version: '4.2'
|
|
134
|
-
- - "
|
|
134
|
+
- - "<"
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: '
|
|
136
|
+
version: '6'
|
|
137
137
|
description: |
|
|
138
138
|
Common definitions shared between the web application and the evaluator for determining the
|
|
139
139
|
programming languages supported in Coursemology.
|
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
185
185
|
version: '0'
|
|
186
186
|
requirements: []
|
|
187
187
|
rubyforge_project:
|
|
188
|
-
rubygems_version: 2.6.
|
|
188
|
+
rubygems_version: 2.6.11
|
|
189
189
|
signing_key:
|
|
190
190
|
specification_version: 4
|
|
191
191
|
summary: Coursemology polyglot definitions
|