one-eye-eater 0.1.19 → 0.1.20
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/lib/models/insights/snapshot_recommended_teacher.rb +8 -0
- data/one-eye-eater.gemspec +3 -2
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b52baf8402f006cfcfaef9b5636141e1e7be9898
|
|
4
|
+
data.tar.gz: 6c3d3dd784b4e00671cc5ae4633f323d38e22533
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a75c47307426b98eb617491ed27439fb5916426fedd41ad400630d6fd1e4869abe8842657fefbe4382180165f2b45ae300e2c0d93525f78d04b15dba88fcdd0
|
|
7
|
+
data.tar.gz: 498c24fb8c483c4c08245732be7416a36f5aa59ff41ad05af4080848c39702df91783a397abe42d22b483b3fbe0dfd910942db72a018676d16f9cd0fea4c26af
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.20
|
data/one-eye-eater.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: one-eye-eater 0.1.
|
|
5
|
+
# stub: one-eye-eater 0.1.20 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "one-eye-eater"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.20"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -35,6 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"lib/models/group_membership.rb",
|
|
36
36
|
"lib/models/insights/insights.rb",
|
|
37
37
|
"lib/models/insights/snapshot_performance.rb",
|
|
38
|
+
"lib/models/insights/snapshot_recommended_teacher.rb",
|
|
38
39
|
"lib/models/insights/snapshot_suggested_group.rb",
|
|
39
40
|
"lib/models/insights/snapshot_usage.rb",
|
|
40
41
|
"lib/models/school.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: one-eye-eater
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brett Shollenberger
|
|
@@ -202,6 +202,7 @@ files:
|
|
|
202
202
|
- lib/models/group_membership.rb
|
|
203
203
|
- lib/models/insights/insights.rb
|
|
204
204
|
- lib/models/insights/snapshot_performance.rb
|
|
205
|
+
- lib/models/insights/snapshot_recommended_teacher.rb
|
|
205
206
|
- lib/models/insights/snapshot_suggested_group.rb
|
|
206
207
|
- lib/models/insights/snapshot_usage.rb
|
|
207
208
|
- lib/models/school.rb
|