grade_runner 0.0.10 → 0.0.11
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/VERSION +1 -1
- data/grade_runner.gemspec +2 -2
- data/lib/tasks/grade.rake +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b45590a9a30c53dfa993e986ce49f4bc33696f1a35f0e8587a4d9b54dad3f380
|
|
4
|
+
data.tar.gz: 76e02456149f91f875c029add83bbdf1d31c7ce4b02fd9dd2729410911cf38b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25ccf695386404cf691960d213fed68402ba1269361af0ccf0a82a463d3dadb4065766e0380c6beaf83020eadf31241ee6b72a9041a339fd9930155959f3d664
|
|
7
|
+
data.tar.gz: 31adbef7665e978f6292cbf8663f79bc77bc6828c76a8b9afeb740914d762cbefdf1a5c2f88b6d2495819169f9f1a689b355a110ae44597366983e0c6e84c311
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.11
|
data/grade_runner.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: grade_runner 0.0.
|
|
5
|
+
# stub: grade_runner 0.0.11 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "grade_runner".freeze
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.11"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
data/lib/tasks/grade.rake
CHANGED
|
@@ -74,7 +74,7 @@ namespace :grade do
|
|
|
74
74
|
|
|
75
75
|
path = File.join(project_root, "/tmp/output/#{Time.now.to_i}.json")
|
|
76
76
|
`bin/rails db:migrate RAILS_ENV=test` if defined?(Rails)
|
|
77
|
-
`RAILS_ENV=test bundle exec rspec --
|
|
77
|
+
`RAILS_ENV=test bundle exec rspec --format JsonOutputFormatter --out #{path}`
|
|
78
78
|
rspec_output_json = Oj.load(File.read(path))
|
|
79
79
|
github_email = `git config user.email`.chomp
|
|
80
80
|
username = github_username(github_email)
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grade_runner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raghu Betina
|
|
8
8
|
- Jelani Woods
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2024-07-09 00:00:00.000000000 Z
|
|
@@ -264,7 +264,7 @@ homepage: http://github.com/firstdraft/grade_runner
|
|
|
264
264
|
licenses:
|
|
265
265
|
- MIT
|
|
266
266
|
metadata: {}
|
|
267
|
-
post_install_message:
|
|
267
|
+
post_install_message:
|
|
268
268
|
rdoc_options: []
|
|
269
269
|
require_paths:
|
|
270
270
|
- lib
|
|
@@ -279,8 +279,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
279
279
|
- !ruby/object:Gem::Version
|
|
280
280
|
version: '0'
|
|
281
281
|
requirements: []
|
|
282
|
-
rubygems_version: 3.
|
|
283
|
-
signing_key:
|
|
282
|
+
rubygems_version: 3.4.6
|
|
283
|
+
signing_key:
|
|
284
284
|
specification_version: 4
|
|
285
285
|
summary: A Ruby client for [firstdraft Grades](https://grades.firstdraft.com)
|
|
286
286
|
test_files: []
|