Skip to content

Commit

Permalink
Updated for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveadams committed Jun 21, 2012
1 parent 9719a6f commit a6ba707
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


### 0.5.0 ### ### 0.5.0 ###


*Released xxxx-xx-xx* *Released 2012-06-21*


* Added --full-children and --all options for content * Added --full-children and --all options for content
* Refactored rake tasks into one directory * Refactored rake tasks into one directory
Expand All @@ -16,6 +16,7 @@
* Added --items record listing to quiz * Added --items record listing to quiz
* Better summaries for items in quiz-sections and quizzes * Better summaries for items in quiz-sections and quizzes
* Added a number of command line object type shortcuts * Added a number of command line object type shortcuts
* Added random test fixture generation for user objects


### 0.4.6 ### ### 0.4.6 ###


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
# sakai-info # # sakai-info #


last updated: 2012-05-19 last updated: 2012-06-21
author: David Adams (daveadams@gmail.com) author: David Adams (daveadams@gmail.com)
github url: https://github.com/daveadams/sakai-info github url: https://github.com/daveadams/sakai-info


Expand All @@ -24,7 +24,7 @@ Use `rake` to test and build the gem:
$ rake gem:build $ rake gem:build


The resulting gem will be saved to the working directory as The resulting gem will be saved to the working directory as
`sakai-info-0.4.6.gem`. `sakai-info-0.5.0.gem`.


Cleanup built gems using: Cleanup built gems using:


Expand Down
35 changes: 30 additions & 5 deletions ROADMAP.md
Original file line number Original file line Diff line number Diff line change
@@ -1,18 +1,43 @@
# sakai-info Roadmap # # sakai-info Roadmap #


*Last updated 2012-05-14* *Last updated 2012-06-21*


### 0.5.x ### ### 0.5.1 ###

* Test fixture generation for sites
* Text fixture loading into sqlite for sites and users
* Field restrictions for lookups
* Simple queries by name/title for user/site
* More details for quizzes including access control data

### 0.5.2 ###

* Test fixture generation for quizzes
* Better date formatting all around
* More query functionality
* Proof-of-concept sin shell
* Chat channel/message support

### 0.5.3 ###

* RDS schema creation and data loading for MySQL and Oracle testing
* More query and shell functionality

### 0.5.4 ###

* Barebones web interface - HTML, JSON, and YAML
* More query and shell functionality

### 0.5.5 ###


* Sqlite test infrastructure for a few basic objects
* Deeper query functionality and field specification
* Simple web query interface - HTML, JSON, and YAML
* Global cache instead of per-class * Global cache instead of per-class
* More query, web, and shell functionality


### 0.6.x ### ### 0.6.x ###


* Test fixtures and basic unit tests for all represented objects * Test fixtures and basic unit tests for all represented objects
* RDoc coverage for every class * RDoc coverage for every class
* More focus on other library usage besides ad hoc CLI/web queries


### 0.7.x ### ### 0.7.x ###


Expand Down
2 changes: 1 addition & 1 deletion lib/sakai-info/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module SakaiInfo module SakaiInfo
VERSION = "0.4.6" VERSION = "0.5.0"
end end

0 comments on commit a6ba707

Please sign in to comment.