common_core_parser 0.0.3 → 0.0.4
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.
- data/data/corrections.yml +3 -0
- data/lib/common_core_parser/version.rb +1 -1
- data/test/unit/loader_test.rb +1 -0
- metadata +2 -2
data/data/corrections.yml
CHANGED
@@ -13,6 +13,9 @@
|
|
13
13
|
7E8ADBEC52174A8EB1E0407D65FDAEAB:
|
14
14
|
code: CCSS.Math.Content.5.NBT.B.7
|
15
15
|
|
16
|
+
DDF504ABEDC044A3AF6404D0D1C99CAA:
|
17
|
+
code: CCSS.Math.Content.HSN-VM.C.9
|
18
|
+
|
16
19
|
9E5B5BE5D4E144e28A396066AF456486:
|
17
20
|
statement: >
|
18
21
|
By the end of grade 9, read and comprehend literature, including stories,
|
data/test/unit/loader_test.rb
CHANGED
@@ -205,6 +205,7 @@ module CommonCoreParser
|
|
205
205
|
assert_equal('CCSS.Math.Content.5.NBT.B.5',@master.elements_hash["91516855132E48E19AA8EC19D5EF6739"].code)
|
206
206
|
assert_equal('CCSS.Math.Content.5.NBT.B.6',@master.elements_hash["867A71BD1E35497A847049DD8A3EFE29"].code)
|
207
207
|
assert_equal('CCSS.Math.Content.5.NBT.B.7',@master.elements_hash["7E8ADBEC52174A8EB1E0407D65FDAEAB"].code)
|
208
|
+
assert_equal('CCSS.Math.Content.HSN-VM.C.9',@master.elements_hash["DDF504ABEDC044A3AF6404D0D1C99CAA"].code)
|
208
209
|
end
|
209
210
|
|
210
211
|
test 'should fill in missing statement data on literacy standards' do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: common_core_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-01-
|
14
|
+
date: 2013-01-25 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: nokogiri
|