sakai-info 0.5.6 → 0.5.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c1c362f4848aa264774fd24bd81df00291b3065
4
- data.tar.gz: 9cf242a834d446eb1ed52762d75c9fa57239ad31
3
+ metadata.gz: 004a44b0bde3247604569e34896f933b49d1841d
4
+ data.tar.gz: 465281f9553da56ab4c82f5815ad1312b0bf0612
5
5
  SHA512:
6
- metadata.gz: 2cf906ddf0b795735a9cb283666b101843427b89ecad5d7b0e4d3b1c4993e72a553627d85a8ce337fe9b30846cd3c41344fa2d65b37d9fcc7874c559c0118f20
7
- data.tar.gz: 28a0fc85c2a4cc78483ed8c259663aab06e4b53ae48e439c5e3b43dd553bcecfa4b7dc55fd5675d7d638cc4c8fe916e4abba31dc5b2d58e763cd55ae9a04256e
6
+ metadata.gz: 1c3c00c89264a19f67b179779642dcac91939b7cca903add11ffbb4e99e33f0eca146b506ba087d31c8fd410ba224cd97e90df1873a760f8ca36b7f40c726d6f
7
+ data.tar.gz: d5e8cc2b526e55100586365008e3f567b4566fe2cb0d42d2edd948602299dc708c1dce63ea1fb25fa31e95fe94502232771a69b05a8e4cd60635a2da0990473e
@@ -1,5 +1,11 @@
1
1
  # sakai-info Change History #
2
2
 
3
+ ### 0.5.7 ###
4
+
5
+ *Released 2014-12-12*
6
+
7
+ * bugfix for "is auto submitted" field on QuizAttempt
8
+
3
9
  ### 0.5.6 ###
4
10
 
5
11
  *Released 2014-12-11*
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # sakai-info #
2
2
 
3
- last updated: 2014-12-11
3
+ last updated: 2014-12-12
4
4
  author: David Adams (daveadams@gmail.com)
5
5
  github url: https://github.com/daveadams/sakai-info
6
6
 
@@ -24,7 +24,7 @@ Use `rake` to test and build the gem:
24
24
  $ rake gem:build
25
25
 
26
26
  The resulting gem will be saved to the working directory as
27
- `sakai-info-0.5.6.gem`.
27
+ `sakai-info-0.5.7.gem`.
28
28
 
29
29
  Cleanup built gems using:
30
30
 
data/ROADMAP.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # sakai-info Roadmap #
2
2
 
3
- *Last updated 2012-10-11*
3
+ *Last updated 2014-12-12*
4
4
 
5
- ### 0.5.3 ###
5
+ ### 0.6 ###
6
6
 
7
7
  * Add ability to specify Sequel connect string on command line
8
8
  * Better date formatting and proper time zone understanding
@@ -10,7 +10,7 @@
10
10
  * OSP presentation/metaobj support
11
11
  * More query and shell functionality
12
12
 
13
- ### 0.5.4 ###
13
+ ### 0.7 ###
14
14
 
15
15
  * RDS schema creation and data loading for MySQL and Oracle testing
16
16
  * More query and shell functionality
@@ -18,13 +18,13 @@
18
18
  * Chat channel/message support
19
19
  * More OSP support
20
20
 
21
- ### 0.5.5 ###
21
+ ### 0.8 ###
22
22
 
23
23
  * Barebones web interface - HTML, JSON, and YAML
24
24
  * More query and shell functionality
25
25
  * Complete OSP support
26
26
 
27
- ### 0.6.x ###
27
+ ### 0.9+ ###
28
28
 
29
29
  * Global cache instead of per-class
30
30
  * More query, web, and shell functionality
@@ -2,7 +2,7 @@
2
2
  # SakaiInfo::Quiz library
3
3
  #
4
4
  # Created 2012-02-17 daveadams@gmail.com
5
- # Last updated 2014-12-11 daveadams@gmail.com
5
+ # Last updated 2014-12-12 daveadams@gmail.com
6
6
  #
7
7
  # https://github.com/daveadams/sakai-info
8
8
  #
@@ -787,7 +787,7 @@ module SakaiInfo
787
787
  @status = dbrow[:status]
788
788
  @attempted_at = dbrow[:attemptdate]
789
789
  @time_elapsed = dbrow[:timeelapsed]
790
- @is_auto_submitted = dbrow[:is_auto_submitted]
790
+ @is_auto_submitted = dbrow[:isautosubmitted]
791
791
  @is_late = dbrow[:islate]
792
792
  @comments = dbrow[:comments]
793
793
  end
@@ -1,3 +1,3 @@
1
1
  module SakaiInfo
2
- VERSION = "0.5.6"
2
+ VERSION = "0.5.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sakai-info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Adams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-11 00:00:00.000000000 Z
11
+ date: 2014-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel