updated gemspec to reflect recent changes |
|
More...
|
over 15 years ago
|
fixed git ignore to exclude new location of nunit test files |
|
More...
|
over 15 years ago
|
moving code coverage files into nunit folder, for better organization |
|
More...
|
over 15 years ago
|
fixed gitignore to exclude the html code coverage reports. fixed default task names for rake tasks to be all lowercase |
|
More...
|
over 15 years ago
|
updated gemspec to reflect recent changes |
|
More...
|
over 15 years ago
|
updated mspecrunner and nunitrunner to say path_to_command instead of path_to_exe |
|
More...
|
over 15 years ago
|
adding mspec test runner and unit test around it, for ncover console |
|
More...
|
over 15 years ago
|
Merge branch 'master' of git://github.com/seanbiefeld/Albacore into seanbiefeld/master |
|
More...
|
over 15 years ago
|
adding mspec test runner |
|
More...
|
over 15 years ago
|
fixed the spec task names |
|
More...
|
over 15 years ago
|
deleted the build parameters module stuff, as it was not useful outside of the msbuild object, directly |
|
More...
|
over 15 years ago
|
adjusted gemspec to not include tools folder for specs. |
|
More...
|
over 15 years ago
|
adding mspec to the tools so i can get to work on including tasks for it |
|
More...
|
over 15 years ago
|
fixed a folder path error in ncover example task |
|
More...
|
over 15 years ago
|
updated the gemspec with the new spec file organization |
|
More...
|
over 15 years ago
|
moving the spec folder and all associated files to the top level of Albacore, to try and be a little better organized and more standard-rake-ish-like-stuff...potato |
|
More...
|
over 15 years ago
|
minor adjustment to yaml config spec |
|
More...
|
over 15 years ago
|
corrected documentation on manually building the gem |
|
More...
|
over 15 years ago
|
fixing -v variable issues in sqlcmdtask |
|
More...
|
over 15 years ago
|
making some sacrifices in the attributes of the command module and renaming working_directory to command_directory, due to conflicts with the ncover console working_directory. not sure i like this... may change it back and then change the ncover option name |
|
More...
|
over 15 years ago
|
added working_directory to the command base, to allow setting a working directory if needed |
|
More...
|
over 15 years ago
|
moved jeweler tasks into jeweler namespace |
|
More...
|
over 15 years ago
|
added SQLCmd and SQLCmdTask to the albacore root file |
|
More...
|
over 15 years ago
|
updated version to 0.0.3. added sqlcmd 'variables' option |
|
More...
|
over 15 years ago
|
added basic working version of sqlcmdtask, including settings for server, database, username, password and script files |
|
More...
|
over 15 years ago
|
re-working the rakefile specs again. adding spec test for the yaml config module |
|
More...
|
over 15 years ago
|
reorganizing base modules into separate files. creating basic version of yamlconfig base to load yaml file and auto-create/auto-set the properties of the class. started thinking more about the sqlcmd task and using yamlconfig / command base modules for it |
|
More...
|
over 15 years ago
|
fixed another reference to say gemcutter |
|
More...
|
over 15 years ago
|
updated documentation on installing, to reference gemcutter. pushed albacore v0.0.2 to gemcutter |
|
More...
|
over 15 years ago
|
working on getting gem to build with jeweler, and trying to set up push to gemcutter |
|
More...
|
over 15 years ago
|