common_core_parser 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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,
@@ -1,3 +1,3 @@
1
1
  module CommonCoreParser
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -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.3
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-24 00:00:00.000000000 Z
14
+ date: 2013-01-25 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: nokogiri