repo
string
commit
string
message
string
diff
string
danieljfarrell/website-2.0
404748a18b81b253fa509b41352d60753960943e
Added lightbox effect.
diff --git a/blueprint/.DS_Store b/blueprint/.DS_Store index 9c953a1..34cc118 100644 Binary files a/blueprint/.DS_Store and b/blueprint/.DS_Store differ diff --git a/blueprint/plugins/lightbox.css b/blueprint/plugins/lightbox.css new file mode 100755 index 0000000..3b5f7aa --- /dev/null +++ b/blueprint/plugins/lightbox...
danieljfarrell/website-2.0
c7d449798895115a9567dfd1eed9e10ed7d54a11
Version initially published on 11 August 2010.
diff --git a/contact/index.html b/contact/index.html index b217461..94c6dec 100644 --- a/contact/index.html +++ b/contact/index.html @@ -1,95 +1,90 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> - +"http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> -<head> - ...
danieljfarrell/website-2.0
734aeeb3f58c91caf855bfa1a9222041194b68d6
First additions to research page.
diff --git a/research/index.html b/research/index.html index c7709e3..93fe70e 100644 --- a/research/index.html +++ b/research/index.html @@ -1,86 +1,83 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" cont...
danieljfarrell/website-2.0
679eecef4e471d87d168dd879c14eaaf100cbe56
Home and contact complete.
diff --git a/blueprint/.DS_Store b/blueprint/.DS_Store index dafd66d..9c953a1 100644 Binary files a/blueprint/.DS_Store and b/blueprint/.DS_Store differ diff --git a/blueprint/plugins/.DS_Store b/blueprint/plugins/.DS_Store index c4831de..32ccb90 100644 Binary files a/blueprint/plugins/.DS_Store and b/blueprint/plugins...
danieljfarrell/website-2.0
48bbc4548c9f64fb47b4da33b48e301888233f89
Content updated, not finished.
diff --git a/keith/._index.html b/blueprint/.DS_Store old mode 100755 new mode 100644 similarity index 59% rename from keith/._index.html rename to blueprint/.DS_Store index ce58499..dafd66d Binary files a/keith/._index.html and b/blueprint/.DS_Store differ diff --git a/blueprint/plugins/.DS_Store b/blueprint/plugins/....
danieljfarrell/website-2.0
f04db96df14de99d2d34b8d7ceb9f9089aa7d06b
daniel.farrell.name website 9/8/2010
diff --git a/QDCs.png b/QDCs.png new file mode 100755 index 0000000..6397446 Binary files /dev/null and b/QDCs.png differ diff --git a/blueprint/ie.css b/blueprint/ie.css new file mode 100755 index 0000000..bb59a79 --- /dev/null +++ b/blueprint/ie.css @@ -0,0 +1,22 @@ +/* -----------------------------------------------...
leonardteo/OBJViewer
c49f558dcc9c1124bde5eae9bb2d1b1522f010ef
Fixed to work on XCode 4
diff --git a/OBJViewer.cpp b/OBJViewer.cpp index e89d002..923bf89 100644 --- a/OBJViewer.cpp +++ b/OBJViewer.cpp @@ -43,636 +43,636 @@ Global Variables int width = WIDTH; int height = HEIGHT; //Mouse position int mouse_x; int mouse_y; int mouse_down_x; //Mouse position when a user clicks int mouse_down_y; /...
leonardteo/OBJViewer
e957a0209fc0b80a8de8076e2dd83fa2080b2df9
Works on OS X now
diff --git a/CameraNode.h b/CameraNode.h index a5abd9e..d68c880 100644 --- a/CameraNode.h +++ b/CameraNode.h @@ -1,85 +1,85 @@ /* * Camera.h * OBJViewer * * Created by Leonard Teo on 10-10-06. * Copyright 2010 Leonard Teo. All rights reserved. * */ #ifndef CAMERANODE_H #define CAMERANODE_H #in...
leonardteo/OBJViewer
1aff1bccf85867f3060ed4f003be8698439db984
Latest
diff --git a/CameraNode.cpp b/CameraNode.cpp index e4a63f2..44fdeca 100644 --- a/CameraNode.cpp +++ b/CameraNode.cpp @@ -1,122 +1,124 @@ /* * Camera.cpp * OBJViewer * * Created by Leonard Teo on 10-10-06. * Copyright 2010 Leonard Teo. All rights reserved. * */ #include "CameraNode.h" CameraNode...
leonardteo/OBJViewer
280814cf7dda11891f2e8dd2abc1721b4a0194b1
Camera is working
diff --git a/CameraNode.cpp b/CameraNode.cpp index 94c5a7c..e4a63f2 100644 --- a/CameraNode.cpp +++ b/CameraNode.cpp @@ -1,32 +1,122 @@ /* * Camera.cpp * OBJViewer * * Created by Leonard Teo on 10-10-06. * Copyright 2010 Leonard Teo. All rights reserved. * */ #include "CameraNode.h" -CameraNode:...
leonardteo/OBJViewer
10037dd8f40fdcada664b77cc54d9cb7a5d393b3
Got vertex array drawing working
diff --git a/Camera.cpp b/CameraNode.cpp similarity index 70% rename from Camera.cpp rename to CameraNode.cpp index 2d2bc86..4b6021b 100644 --- a/Camera.cpp +++ b/CameraNode.cpp @@ -1,20 +1,20 @@ /* * Camera.cpp * OBJViewer * * Created by Leonard Teo on 10-10-06. * Copyright 2010 Leonard Teo. All rights ...
leonardteo/OBJViewer
0e74dd398f52f64a93ec1c99c5c696a6c05d0fe3
Added Transform node to Scene Graph
diff --git a/Camera.cpp b/Camera.cpp index 494df51..2d2bc86 100644 --- a/Camera.cpp +++ b/Camera.cpp @@ -1,18 +1,20 @@ /* * Camera.cpp * OBJViewer * * Created by Leonard Teo on 10-10-06. * Copyright 2010 Leonard Teo. All rights reserved. * */ #include "Camera.h" Camera::Camera() { + //Set node...
leonardteo/OBJViewer
0137eaaeecf53588cc3bab94a0876d10635c4b2d
Added Camera class:
diff --git a/Camera.cpp b/Camera.cpp new file mode 100644 index 0000000..494df51 --- /dev/null +++ b/Camera.cpp @@ -0,0 +1,18 @@ +/* + * Camera.cpp + * OBJViewer + * + * Created by Leonard Teo on 10-10-06. + * Copyright 2010 Leonard Teo. All rights reserved. + * + */ + +#include "Camera.h" + +Camera::Camera() +{ +}...
leonardteo/OBJViewer
721f1a1c77cf1ba2fd8ce8e660a36e5d4c1d2078
Got Scene Graph working
diff --git a/Node.cpp b/Node.cpp index af0de09..5db8893 100644 --- a/Node.cpp +++ b/Node.cpp @@ -1,34 +1,37 @@ /* * Node.cpp * OBJViewer * * Created by Leonard Teo on 10-10-05. * */ #include "Node.h" //Constructor Node::Node() { - //this->children = new vector<Node*>; - + this->children = new v...
leonardteo/OBJViewer
88852d188aa80ab4e0ec95c07081182545e98ede
Some Mac enhancements
diff --git a/OBJModel.cpp b/OBJModel.cpp index 7a7d076..a9ac9eb 100644 --- a/OBJModel.cpp +++ b/OBJModel.cpp @@ -1,305 +1,305 @@ #include "OBJModel.h" using namespace std; //Constructor OBJModel::OBJModel(const char* fileName) { this->init(); this->load(fileName); } //Free memory OBJModel::~OBJModel(v...
leonardteo/OBJViewer
7fd7bdf8d7b0971e1b70e5775d6744928a510bf2
Fixed file location
diff --git a/OBJViewer.cpp b/OBJViewer.cpp index c4c9042..bcbeb29 100644 --- a/OBJViewer.cpp +++ b/OBJViewer.cpp @@ -85,609 +85,609 @@ static GLuint texName; Draw a 24x24 grid **/ static void grid(int scale = 1) { //Turn off lighting for grid glDisable(GL_LIGHTING); glDisable(GL_LIGHT0); glDisable(GL_TEXTUR...
leonardteo/OBJViewer
b4f1178d781dc043603b5790eb342753a8a48f76
Compiles on OSX
diff --git a/MyBitmap.cpp b/MyBitmap.cpp index 2e4beb2..60cbd64 100644 --- a/MyBitmap.cpp +++ b/MyBitmap.cpp @@ -1,265 +1,265 @@ //File: Bitmap.cpp //Written by: Mark Bernard //on GameDev.net: Captain Jester //e-mail: mark.bernard@rogers.com //Please feel free to use and abuse this code as much //as you like....
icsharpcode/SharpDevelop-Vendor
7b667a5c5dbd4f0c6fa2b950b2ce541d85a36138
Add SHFB that is currently used for AvalonEdit (newer version won't work)
diff --git a/SHFB/SHFBGuidedInstaller_2014.5.31.0.zip b/SHFB/SHFBGuidedInstaller_2014.5.31.0.zip new file mode 100644 index 0000000..a98b352 Binary files /dev/null and b/SHFB/SHFBGuidedInstaller_2014.5.31.0.zip differ
icsharpcode/SharpDevelop-Vendor
3be5356a0fe5d343a9f965792d702a6ee6b308c8
Upload AvalonDock 1.2.2702 to vendor branch.
diff --git a/AvalonDock/AvalonDock/DockableFloatingWindow.cs b/AvalonDock/AvalonDock/DockableFloatingWindow.cs index f1374d1..dc6663b 100644 --- a/AvalonDock/AvalonDock/DockableFloatingWindow.cs +++ b/AvalonDock/AvalonDock/DockableFloatingWindow.cs @@ -1,278 +1,279 @@ //Copyright (c) 2007-2009, Adolfo Marinucci //...
icsharpcode/SharpDevelop-Vendor
638dbd5782d7224f742dcd2ebe0ecfb867645479
Upload AvalonDock 1.2.2691 to vendor branch.
diff --git a/AvalonDock/AvalonDock/DockableContent.cs b/AvalonDock/AvalonDock/DockableContent.cs index 4ca992b..ee17967 100644 --- a/AvalonDock/AvalonDock/DockableContent.cs +++ b/AvalonDock/AvalonDock/DockableContent.cs @@ -1,571 +1,581 @@ //Copyright (c) 2007-2009, Adolfo Marinucci //All rights reserved. //Redis...
icsharpcode/SharpDevelop-Vendor
9cea8b8c92624642eda42b4d9651b58f384629d0
Upload AvalonDock 1.2.2666 to vendor branch.
diff --git a/AvalonDock/AvalonDock/Converters.cs b/AvalonDock/AvalonDock/Converters.cs index bc2bcc9..8f9e498 100644 --- a/AvalonDock/AvalonDock/Converters.cs +++ b/AvalonDock/AvalonDock/Converters.cs @@ -1,61 +1,99 @@ //Copyright (c) 2007-2009, Adolfo Marinucci //All rights reserved. //Redistribution and use i...
icsharpcode/SharpDevelop-Vendor
dbb9d355b2675024ae27b9909b24c4360dde8a30
Upload AvalonDock 1.2.2648 to vendor branch.
diff --git a/AvalonDock/AvalonDock/DockableContent.cs b/AvalonDock/AvalonDock/DockableContent.cs index fe6ffab..261ed67 100644 --- a/AvalonDock/AvalonDock/DockableContent.cs +++ b/AvalonDock/AvalonDock/DockableContent.cs @@ -1,570 +1,571 @@ //Copyright (c) 2007-2009, Adolfo Marinucci //All rights reserved. //Redis...
icsharpcode/SharpDevelop-Vendor
aab4db6c8b3d566444bd445f5c6ad030adc1b5bb
Add 'UsageDataCollector' AddIn.
diff --git a/SQLite/SQLite-1.0.65.0-source.zip b/SQLite/SQLite-1.0.65.0-source.zip new file mode 100644 index 0000000..0c5830b Binary files /dev/null and b/SQLite/SQLite-1.0.65.0-source.zip differ
icsharpcode/SharpDevelop-Vendor
dcef0b0a5c900500c590e1c326bdd8a7169a0f13
Vendor/Graphviz - used in Object graph debugger visualizer.
diff --git a/Graphviz/graphviz-src-2.22.2.tar.gz b/Graphviz/graphviz-src-2.22.2.tar.gz new file mode 100644 index 0000000..b65c364 Binary files /dev/null and b/Graphviz/graphviz-src-2.22.2.tar.gz differ diff --git a/Graphviz/graphviz2.22.zip b/Graphviz/graphviz2.22.zip new file mode 100644 index 0000000..288c7e2 Binary...
icsharpcode/SharpDevelop-Vendor
9a99a36e6737f00d4c57099f4b0cc1d4b7bffd44
Host option panels in WPF window, allow WPF option panels.
diff --git a/AvalonDock/AvalonDock 1.1.1648.zip b/AvalonDock/AvalonDock 1.1.1648.zip deleted file mode 100644 index 2c591a0..0000000 Binary files a/AvalonDock/AvalonDock 1.1.1648.zip and /dev/null differ diff --git a/AvalonDock/AvalonDock 1.1.1692.zip b/AvalonDock/AvalonDock 1.1.1692.zip new file mode 100644 index 0000...
icsharpcode/SharpDevelop-Vendor
15d1eb70eb2705bd39bbd04b28bf68f4d27910b6
Add log4net, NUnit, PartCover source code to Vendor.
diff --git a/NUnit/NUnit-2.4.7-src.zip b/NUnit/NUnit-2.4.7-src.zip new file mode 100644 index 0000000..d51484e Binary files /dev/null and b/NUnit/NUnit-2.4.7-src.zip differ diff --git a/PartCover/PartCover-.NET-2.2-src.zip b/PartCover/PartCover-.NET-2.2-src.zip new file mode 100644 index 0000000..e00c756 Binary files /...
icsharpcode/SharpDevelop-Vendor
6b840917ed4866a223dd080d6c5f2ff1880ac4bf
Upload SvnDotNet source code
diff --git a/SvnDotNet/subversion-1.5.0.zip b/SvnDotNet/subversion-1.5.0.zip new file mode 100644 index 0000000..7b88212 Binary files /dev/null and b/SvnDotNet/subversion-1.5.0.zip differ diff --git a/SvnDotNet/svn-win32-libintl.zip b/SvnDotNet/svn-win32-libintl.zip new file mode 100644 index 0000000..29c89ca Binary fi...
icsharpcode/SharpDevelop-Vendor
cd96b7ba7a5823033b1a63391f683765d81fbf6d
Upload SvnDotNet source code
diff --git a/SvnDotNet/openssl-0.9.8h.tar.gz b/SvnDotNet/openssl-0.9.8h.tar.gz new file mode 100644 index 0000000..12c7fc0 Binary files /dev/null and b/SvnDotNet/openssl-0.9.8h.tar.gz differ diff --git a/SvnDotNet/subversion-deps-1.5.0.zip b/SvnDotNet/subversion-deps-1.5.0.zip new file mode 100644 index 0000000..dbd744...
icsharpcode/SharpDevelop-Vendor
ad3dd934e0dfddf3327f396d1fb8ecb06321df6b
Upload SvnDotNet source code
diff --git a/SvnDotNet/db-4.4.20.tar.gz b/SvnDotNet/db-4.4.20.tar.gz new file mode 100644 index 0000000..ccf8be1 Binary files /dev/null and b/SvnDotNet/db-4.4.20.tar.gz differ
icsharpcode/SharpDevelop-Vendor
0903e02b2324c9442e78d471fdd65a7211604623
Add "Vendor" directory. Make WpfDesigner GetBitmapExtension.ProvideValue thread-safe. Make FileUtility.IsBaseDirectory more efficient.
diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..051fc18 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,4 @@ +This directory contains the source code of other open-source projects used by SharpDevelop. +Projects used by SharpDevelop in binary form only are here as compressed archives (might be useful...
stm555/tablegeeks
5ca4fc3c017724447232f28a648861f6ea379fb2
First attempt at a front end and added ability to save sessions and campaigns
diff --git a/application/bootstrap.php b/application/bootstrap.php index 6e03089..c27d554 100644 --- a/application/bootstrap.php +++ b/application/bootstrap.php @@ -1,46 +1,60 @@ -<?php +<?php +//define the application path for use later +define('APPLICATION_PATH', dirname(__FILE__)); + // ** Check to see if the envi...
stm555/tablegeeks
91326ade4c33796ac6b7b329bbb1fd053d8ea709
removed base path define from class definition
diff --git a/scripts/bruteDbBuilder.php b/scripts/bruteDbBuilder.php index f137d99..2231c24 100644 --- a/scripts/bruteDbBuilder.php +++ b/scripts/bruteDbBuilder.php @@ -1,59 +1,58 @@ <?php -define( BASE_PATH, dirname( __FILE__ )); class bruteDbBuilder { const MYSQL_CLIENT = '~/bin/mysql'; const DB_HOST = ...
stm555/tablegeeks
a3966ba9e85fd77d38d927b97fe6fc23b7f1d666
added the default db object to the registry
diff --git a/application/bootstrap.php b/application/bootstrap.php index 8eba870..6e03089 100644 --- a/application/bootstrap.php +++ b/application/bootstrap.php @@ -1,45 +1,46 @@ <?php // ** Check to see if the environment is already setup ** if (isset($bootstrap) && $bootstrap) { // Enable all errors so we'l...
stm555/tablegeeks
d1cd42f2667d4a17124e2c7126152061cd9a05dc
* more progress on the model
diff --git a/application/bootstrap.php b/application/bootstrap.php index 277a12e..8eba870 100644 --- a/application/bootstrap.php +++ b/application/bootstrap.php @@ -1,46 +1,45 @@ <?php // ** Check to see if the environment is already setup ** if (isset($bootstrap) && $bootstrap) { // Enable all errors so we'l...
stm555/tablegeeks
e2ef90aaa03e3bfbb1a5f5579c162d5b58b14ce1
* Added a script to load the database (w/ unit tests)
diff --git a/scripts/bruteDbBuilder.php b/scripts/bruteDbBuilder.php new file mode 100644 index 0000000..f137d99 --- /dev/null +++ b/scripts/bruteDbBuilder.php @@ -0,0 +1,59 @@ +<?php +define( BASE_PATH, dirname( __FILE__ )); +class bruteDbBuilder { + + const MYSQL_CLIENT = '~/bin/mysql'; + const DB_HOST = 'local...
stm555/tablegeeks
b94257f338eac783436d411f4f3d7ec1573b5f06
* Progress on loading session (w/ complete unit tests)
diff --git a/application/models/Campaign.php b/application/models/Campaign.php index e3f4f0e..b8df78e 100644 --- a/application/models/Campaign.php +++ b/application/models/Campaign.php @@ -1,12 +1,48 @@ <?php - class Tg_Campaign { + /** + * unique campaign id + * + * @var integer + */ + publ...
stm555/tablegeeks
6e50084a61dcc4c265b814a491870f821f71172b
Started down a multi-storage for models setting. Most likely I'll abandon this for brevity.
diff --git a/application/.DS_Store b/application/.DS_Store deleted file mode 100644 index 4ac366d..0000000 Binary files a/application/.DS_Store and /dev/null differ diff --git a/application/models/Session.php b/application/models/Session.php index 1de6cfa..54f3d93 100644 --- a/application/models/Session.php +++ b/appli...
stm555/tablegeeks
5d209b9f55d9cf6ad65fd1582e4e84f7e56d2fde
* added table gateway class and temporary code for demo
diff --git a/application/bootstrap.php b/application/bootstrap.php index a9da9d6..277a12e 100644 --- a/application/bootstrap.php +++ b/application/bootstrap.php @@ -1,35 +1,46 @@ <?php // ** Check to see if the environment is already setup ** if (isset($bootstrap) && $bootstrap) { // Enable all errors so we'l...
stm555/tablegeeks
6b8a5efedb18533b6fb8e95d90f7a18b98cdad8a
* Various sql fixes and addition of foreign key scripts
diff --git a/scripts/schema/mysql/campaigns.table.sql b/scripts/schema/mysql/campaigns.table.sql index 1a1292b..4fd64ad 100644 --- a/scripts/schema/mysql/campaigns.table.sql +++ b/scripts/schema/mysql/campaigns.table.sql @@ -1,8 +1,9 @@ CREATE TABLE `tablegeeks`.`campaigns` ( `id` INT UNSIGNED NOT NULL AUTO_INCREME...
stm555/tablegeeks
d038cf021dd77852b932a251db1aeb33470f1086
* more tables before creating foreign keys
diff --git a/scripts/schema/mysql/campaigns.table.sql b/scripts/schema/mysql/campaigns.table.sql new file mode 100644 index 0000000..1a1292b --- /dev/null +++ b/scripts/schema/mysql/campaigns.table.sql @@ -0,0 +1,8 @@ +CREATE TABLE `tablegeeks`.`campaigns` ( + `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, + `name` VARCH...
stm555/tablegeeks
a739445cc7c5211a2366bb208ae0141357234853
* finished intial draft of tables without foreign keys
diff --git a/scripts/schema/mysql/sessions.table.sql b/scripts/schema/mysql/sessions.table.sql index f71be2d..d53421a 100644 --- a/scripts/schema/mysql/sessions.table.sql +++ b/scripts/schema/mysql/sessions.table.sql @@ -1,14 +1,14 @@ CREATE TABLE `tablegeeks`.`sessions` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT,...
danker/gigbot
53bf34d0d6d49a8be0f2227b2586eae114cb63e0
Fixed NPE.
diff --git a/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy b/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy index 4ec8e7b..ea76353 100644 --- a/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy +++ b/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy @@ -1,76 +1,82 @@ package com.breomedia.gi...
danker/gigbot
35f6e0fa932e6db90da3c601f5b27cbb643f1b62
Cron job modification.
diff --git a/war/WEB-INF/groovy/gigscron.groovy b/war/WEB-INF/groovy/gigscron.groovy index e07da03..cbf5236 100644 --- a/war/WEB-INF/groovy/gigscron.groovy +++ b/war/WEB-INF/groovy/gigscron.groovy @@ -1,117 +1,117 @@ import com.breomedia.gigbot.GigProcessor import com.breomedia.gigbot.ProcessedResults import com.bre...
danker/gigbot
ebe079b4bbc5e63f6d1f911e86d662f838a71979
Fixed error in alertUser method.
diff --git a/war/WEB-INF/groovy/gigscron.groovy b/war/WEB-INF/groovy/gigscron.groovy index 98dce3d..e07da03 100644 --- a/war/WEB-INF/groovy/gigscron.groovy +++ b/war/WEB-INF/groovy/gigscron.groovy @@ -1,117 +1,117 @@ import com.breomedia.gigbot.GigProcessor import com.breomedia.gigbot.ProcessedResults import com.bre...
danker/gigbot
c43f12214ce235b70ad1ccf1c0bf64cd73d82392
Removed unused imports.
diff --git a/war/WEB-INF/groovy/listgigs.groovy b/war/WEB-INF/groovy/listgigs.groovy index 87ac7db..0c309ee 100644 --- a/war/WEB-INF/groovy/listgigs.groovy +++ b/war/WEB-INF/groovy/listgigs.groovy @@ -1,46 +1,43 @@ import com.breomedia.gigbot.GigProcessor import com.breomedia.gigbot.ProcessedResults import com.breom...
danker/gigbot
49fc89327c8e263c18608f257ad1c8b1d93f6cfe
Adding email functionality for cron job.
diff --git a/war/WEB-INF/groovy/gigscron.groovy b/war/WEB-INF/groovy/gigscron.groovy index cc18e32..98dce3d 100644 --- a/war/WEB-INF/groovy/gigscron.groovy +++ b/war/WEB-INF/groovy/gigscron.groovy @@ -1,108 +1,117 @@ import com.breomedia.gigbot.GigProcessor import com.breomedia.gigbot.ProcessedResults import com.bre...
danker/gigbot
be5cc521d23a2c0e9f29cf7714984f8aecbbe8cd
Refactor of UserPreferences management.
diff --git a/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy b/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy index 752c17e..4ec8e7b 100644 --- a/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy +++ b/src/com/breomedia/gigbot/dao/UserPreferencesDAO.groovy @@ -1,68 +1,76 @@ package com.breomedia.gi...
danker/gigbot
f4f47e5e8fb81e01f05c65d511e069614bafb197
More cleanup.
diff --git a/war/WEB-INF/groovy/listgigs.groovy b/war/WEB-INF/groovy/listgigs.groovy index 95e9774..81e8068 100644 --- a/war/WEB-INF/groovy/listgigs.groovy +++ b/war/WEB-INF/groovy/listgigs.groovy @@ -1,49 +1,48 @@ import com.breomedia.gigbot.GigProcessor import com.breomedia.gigbot.ProcessedResults import com.breom...
danker/gigbot
4bd93e2874d0c888a2df63e19c3d7865fe342ba8
Cron job working, removing original search form.
diff --git a/src/com/breomedia/gigbot/GigProcessor.groovy b/src/com/breomedia/gigbot/GigProcessor.groovy index 8b58bc7..2ecaa0d 100644 --- a/src/com/breomedia/gigbot/GigProcessor.groovy +++ b/src/com/breomedia/gigbot/GigProcessor.groovy @@ -1,70 +1,68 @@ package com.breomedia.gigbot import groovyx.gaelyk.logging.Gr...
danker/gigbot
22c2fae9f0ef68aa71b876cab62c67892217c4cd
Upgraded to GAELYK version 0.5.6
diff --git a/build.groovy b/build.groovy index d2f0e2c..efffd33 100644 --- a/build.groovy +++ b/build.groovy @@ -1,25 +1,26 @@ new AntBuilder().sequential { webinf = "war/WEB-INF" + mkdir dir:"${webinf}/classes" gaeHome = System.getenv("APPENGINE_HOME") if(!gaeHome) { println "To build your f...
danker/gigbot
8c9738097cfca0d42be504d4addf3b708b732bfc
User Preferences complete.
diff --git a/src/com/breomedia/gigbot/UserPreferences.groovy b/src/com/breomedia/gigbot/UserPreferences.groovy new file mode 100644 index 0000000..c6a8cd7 --- /dev/null +++ b/src/com/breomedia/gigbot/UserPreferences.groovy @@ -0,0 +1,15 @@ +package com.breomedia.gigbot + +class UserPreferences { + + String owner + Str...
danker/gigbot
1700ca701d310cef712dd634eed6d0a27f858902
Saving/Retrieving from the Datastore now.
diff --git a/src/com/breomedia/gigbot/GigProcessor.groovy b/src/com/breomedia/gigbot/GigProcessor.groovy index cb802eb..8b58bc7 100644 --- a/src/com/breomedia/gigbot/GigProcessor.groovy +++ b/src/com/breomedia/gigbot/GigProcessor.groovy @@ -1,74 +1,70 @@ package com.breomedia.gigbot import groovyx.gaelyk.logging.Gr...
danker/gigbot
72d9eac622da0959c711e85f7ae946249c8d823a
Defined more processing datatypes.
diff --git a/src/com/breomedia/gigbot/GigProcessor.groovy b/src/com/breomedia/gigbot/GigProcessor.groovy index 815cd56..cb802eb 100644 --- a/src/com/breomedia/gigbot/GigProcessor.groovy +++ b/src/com/breomedia/gigbot/GigProcessor.groovy @@ -1,68 +1,74 @@ package com.breomedia.gigbot import groovyx.gaelyk.logging.Gr...
danker/gigbot
455767543def0cb26554e6ad70cc59ccb0da7b86
Removed hardcoded search terms, created search page.
diff --git a/src/com/breomedia/gigbot/GigProcessor.groovy b/src/com/breomedia/gigbot/GigProcessor.groovy index aebcc4b..815cd56 100644 --- a/src/com/breomedia/gigbot/GigProcessor.groovy +++ b/src/com/breomedia/gigbot/GigProcessor.groovy @@ -1,68 +1,68 @@ package com.breomedia.gigbot import groovyx.gaelyk.logging.Gr...
danker/gigbot
8a13068162eb86e41977222910a175c0892ff343
Refactor: Moved gig processing to a seperate class.
diff --git a/src/GigProcessor.groovy b/src/GigProcessor.groovy new file mode 100644 index 0000000..aebcc4b --- /dev/null +++ b/src/GigProcessor.groovy @@ -0,0 +1,68 @@ +package com.breomedia.gigbot + +import groovyx.gaelyk.logging.GroovyLogger +import com.google.appengine.api.users.User + +class GigProcessor { + + sta...
danker/gigbot
6e65a2114fe38180ac821ec8f73527c3d71224f6
Clean up.
diff --git a/war/WEB-INF/groovy/processgigs.groovy b/war/WEB-INF/groovy/processgigs.groovy index 599ec98..67be456 100644 --- a/war/WEB-INF/groovy/processgigs.groovy +++ b/war/WEB-INF/groovy/processgigs.groovy @@ -1,72 +1,71 @@ // Define the pages which contain links to products - our "seeds" in crawl parlance. def se...
rngtng/instantsfun
f78856eac255684bf9a45f842fce1fe28971a681
added splash screen, added icon, added binary package helper
diff --git a/instantsfun.pde b/instantsfun.pde index a1e14c5..8eb060e 100644 --- a/instantsfun.pde +++ b/instantsfun.pde @@ -1,61 +1,80 @@ import org.mozilla.browser.MozillaWindow; import com.rngtng.launchpad.*; import java.awt.*; Launchpad launchpad; MozillaPanel moz; +Frame f; int first_coord = -1; void ...
rngtng/instantsfun
21880466c1084fd3422d59642b127752a51202d2
added README
diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..415319a --- /dev/null +++ b/README.rdoc @@ -0,0 +1,30 @@ += InstantsFun Standalone +a simple (dirty) wrapper to fire the instantsfun.es sound with your Launchpad OR Keyboard easily + +== Usage +Have you ever visited http://instantsfun.es ? No? Y...
rngtng/instantsfun
ccd8742ce91efa36a58042904d1479b6c1eee511
added launchpad jar
diff --git a/code/launchpad.jar b/code/launchpad.jar new file mode 100644 index 0000000..9660eac Binary files /dev/null and b/code/launchpad.jar differ diff --git a/code/themidibus.jar b/code/themidibus.jar new file mode 100644 index 0000000..0abe0ba Binary files /dev/null and b/code/themidibus.jar differ diff --git a/...
kameeoze/jruby-poi
d990d5b85fe04716ffa620cb310b8dba69333cfc
Rewrite gemspec. Remove tddium. 1.0 go.
diff --git a/Rakefile b/Rakefile index e30ffe8..470a4db 100644 --- a/Rakefile +++ b/Rakefile @@ -1,17 +1,28 @@ require 'bundler/setup' +require 'rake' +require 'rake/clean' require 'rspec/core/rake_task' - require_relative './lib/poi/version' NAME = 'jruby-poi' VERSION = POI.version +desc "Build gem" +task :pa...
kameeoze/jruby-poi
dad342039cce4f71e9103659f6117395e423a165
Adding version
diff --git a/lib/poi/version.rb b/lib/poi/version.rb new file mode 100644 index 0000000..d32140a --- /dev/null +++ b/lib/poi/version.rb @@ -0,0 +1,11 @@ +module POI + MAJOR = 1 + MINOR = 0 + PATCH_LEVEL = 0 + + VERSION = [MAJOR, MINOR, PATCH_LEVEL].join('.').freeze + + def self.version + VERSION + end +end
kameeoze/jruby-poi
139d3adb8bab5a2bcd1772e855c9bb49677e8bc7
Reworking Rakefile to run tests. Will add build/publish shortly. Adjusted travis config to run specs
diff --git a/.travis.yml b/.travis.yml index 041b2ec..382d618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,18 @@ language: ruby os: - linux - osx rvm: - jruby-1.7.23 - jruby-9.1.5.0 +script: + bundle exec rake spec + before_install: - gem install bundler cache: - bundler diff -...
kameeoze/jruby-poi
01215f3736ac0708fd5cccad764ff9774c02e042
Add rake to Gemfile. Adjust jruby 1.7 to 1.7.23 from 1.7.20
diff --git a/.travis.yml b/.travis.yml index a7fcda9..041b2ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,15 @@ language: ruby os: - linux - osx rvm: - - jruby-1.7.20 + - jruby-1.7.23 - jruby-9.1.5.0 before_install: - gem install bundler cache: - bundler diff --git a/Gemfile b/G...
kameeoze/jruby-poi
e357b1e17e6f2e6f2a72ae0dfcad43d518ac97f5
Reducing gems; dropped jeweler. Added jruby 1.7.23 back to travis
diff --git a/.travis.yml b/.travis.yml index bd71939..a7fcda9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,15 @@ language: ruby os: - linux - osx rvm: + - jruby-1.7.20 - jruby-9.1.5.0 before_install: - gem install bundler cache: - bundler diff --git a/Gemfile b/Gemfile index 5608b...
kameeoze/jruby-poi
54f1eba97f0bb0738d760de4c920be5d42a10e4c
Travis.. manners... install bundler.
diff --git a/.travis.yml b/.travis.yml index 589e7c9..bd71939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,14 @@ language: ruby os: - linux - osx rvm: - jruby-9.1.5.0 + +before_install: + - gem install bundler + +cache: + - bundler
kameeoze/jruby-poi
f2b74e7a754313f8c1087713ff06538a7e1013a0
Refocus to jruby 9+
diff --git a/.travis.yml b/.travis.yml index f8383ec..589e7c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ -language: ruby -rvm: - - jruby-18mode - - jruby-19mode \ No newline at end of file +language: ruby + +os: + - linux + - osx + +rvm: + - jruby-9.1.5.0
kameeoze/jruby-poi
0549556319ce74917627f1954f99a0245b8c6d29
issue fix #18 on jruby-9.x: NoMethodError: undefined method `row' for #<Java::OrgApachePoiXssfUsermodel::XSSFSheet:0x7f92d2df>
diff --git a/lib/poi/workbook/cell.rb b/lib/poi/workbook/cell.rb index f8cc56e..b755539 100644 --- a/lib/poi/workbook/cell.rb +++ b/lib/poi/workbook/cell.rb @@ -1,160 +1,160 @@ # -*- coding: utf-8 -*- require 'date' module POI class Cells include Enumerable def initialize(row) @row = row ...
kameeoze/jruby-poi
ef8bf574d5ea161a9b70e582f2b3e8bc7a8ea89a
add GitHub Flavored Markdown to README
diff --git a/README.markdown b/README.markdown index 2088dc5..658d69d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,91 +1,93 @@ [jruby-poi](http://github.com/kameeoze/jruby-poi) ========= [![Build Status](https://secure.travis-ci.org/kameeoze/jruby-poi.png)](http://travis-ci.org/kameeoze/jruby-poi) T...
kameeoze/jruby-poi
c0d68ff32c9d19fa28d44d0a9f0fd3f3c6c07314
upgrade to POI 3.10
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index a0f241e..e2d90ae 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,85 +1,85 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
4b24ec08006c8313593d81bd73a30fb5091721b4
Add DateTime::to_date to spec_helper for ruby 1.8
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2c1c18c..738d741 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,16 +1,25 @@ require 'spec_helper' RSpec.configure do |c| c.filter_run_excluding :unimplemented => true end require File.expand_path('../lib/poi', File.dirname(__FILE_...
kameeoze/jruby-poi
04b5f2cc90115c0a42c337fdf3dbf07845b51ed5
Fixed failing Date tests. Should be using DateTime. Dates read from worksheet take on local timezone offset which doesn't seem right. Will have to revisit.
diff --git a/spec/support/matchers/cell_matcher.rb b/spec/support/matchers/cell_matcher.rb index 3b90c8b..1b245a5 100644 --- a/spec/support/matchers/cell_matcher.rb +++ b/spec/support/matchers/cell_matcher.rb @@ -1,17 +1,17 @@ RSpec::Matchers.define :equal_at_cell do |expected, row, col| match do |actual| actu...
kameeoze/jruby-poi
303f1244673919f30c617b2181cabb2c8072ac32
Bugfix: Properly handle 1904 windowed dates.
diff --git a/lib/poi.rb b/lib/poi.rb index e25e149..b42d20f 100644 --- a/lib/poi.rb +++ b/lib/poi.rb @@ -1,14 +1,15 @@ JRUBY_POI_LIB_PATH=File.expand_path(File.dirname(__FILE__)) # Java require 'java' require File.join(JRUBY_POI_LIB_PATH, 'poi-3.8-20120326.jar') require File.join(JRUBY_POI_LIB_PATH, 'poi-ooxml-3...
kameeoze/jruby-poi
112c5650dc27d173f94e0f8801a0011c6de7a164
use let statement, constants in workbook_spec
diff --git a/spec/workbook_spec.rb b/spec/workbook_spec.rb index f1675ab..f0e9da8 100644 --- a/spec/workbook_spec.rb +++ b/spec/workbook_spec.rb @@ -1,385 +1,351 @@ require 'spec_helper' require 'date' require 'stringio' +VARIOUS_SAMPLES_PATH = TestDataFile.expand_path("various_samples.xlsx") + describe ...
kameeoze/jruby-poi
fb0bd8d185ad85b340054c056c6e296473e7f933
trying out TDDium
diff --git a/tddium.yml b/tddium.yml new file mode 100644 index 0000000..64ced05 --- /dev/null +++ b/tddium.yml @@ -0,0 +1,11 @@ +:tddium: + :ruby_version: ruby-1.9.2-p312 jruby-1.6.7 + :tests: + - type: custom + invocation: single + output: exit-status + command: JRUBY_OPTS=--1.8 bundle install && bundle exe...
kameeoze/jruby-poi
0fa5a4e3e4ceea7a0b3ee6ddfd984da6ddb4abf7
Regenerate gemspec for version 0.9.0
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index 190bc95..a0f241e 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,82 +1,85 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
39d4d24e821f6aed78cbc23b069d66f39452f7e8
Add jruby-openssl to Gemfile, needed for releasing a gem.
diff --git a/Gemfile b/Gemfile index 043fdfe..1127d64 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,9 @@ source "http://rubygems.org" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "rspec", ">= 2.11.0" gem "jeweler", ">= ...
kameeoze/jruby-poi
78efd3881f787762e6345bb669c6bd245f81144a
Release prep
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index f038c49..190bc95 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,83 +1,82 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
e520bf296a872ef6c1f8cdae8412354e2ed189de
Remove other gems' executables
diff --git a/bin/autospec b/bin/autospec deleted file mode 100755 index 3ee978f..0000000 --- a/bin/autospec +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env jruby -# -# This file was generated by Bundler. -# -# The application 'autospec' is installed as part of a gem, and -# this file is here to facilitate running it. -#...
kameeoze/jruby-poi
96935d524cdd999ae8f81ff3277f5b48a80fc420
Add support for creating HSSFWorkbooks
diff --git a/lib/poi/workbook/workbook.rb b/lib/poi/workbook/workbook.rb index 266b7f1..ad22f5a 100644 --- a/lib/poi/workbook/workbook.rb +++ b/lib/poi/workbook/workbook.rb @@ -1,262 +1,268 @@ require 'tmpdir' require 'stringio' require 'java' module POI class Workbook < Facade(:poi_workbook, org.apache.poi.ss...
kameeoze/jruby-poi
67e745c429a6877127dc7e7d3859cde52ff51553
Ruby 1.9 compatibility
diff --git a/.travis.yml b/.travis.yml index ffa0161..f8383ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ -language: ruby -rvm: - - jruby-18mode +language: ruby +rvm: + - jruby-18mode + - jruby-19mode \ No newline at end of file diff --git a/lib/poi/workbook/area.rb b/lib/poi/workbook/area.rb index...
kameeoze/jruby-poi
7fa2804f53bdc41a51ac17e48fd32ad5707d1e33
Not quite ready for ruby 1.9
diff --git a/.travis.yml b/.travis.yml index 506fdb3..ffa0161 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: ruby rvm: - jruby-18mode - - jruby-19mode
kameeoze/jruby-poi
de6f2886eb00a90575c01993be5de9b238d34b97
Changing the version of gem
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index f550bbf..0ff4624 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,87 +1,87 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
10d7ccbc2f16146e11db40ac6e057986209b51fe
Fix area, make the method call more clear to avoid confusion
diff --git a/lib/poi/workbook/area.rb b/lib/poi/workbook/area.rb index e2f9095..bb93e3f 100644 --- a/lib/poi/workbook/area.rb +++ b/lib/poi/workbook/area.rb @@ -1,81 +1,81 @@ module POI class Area def initialize reference @ref = reference end def in workbook if single_cell_referen...
kameeoze/jruby-poi
79645144510a7fa96d00332195eb6571eb27053b
Add Travis badge
diff --git a/README.markdown b/README.markdown index bd8af54..156916b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,87 +1,89 @@ [jruby-poi](http://github.com/kameeoze/jruby-poi) ========= +[![Build Status](https://secure.travis-ci.org/kameeoze/jruby-poi.png)](http://travis-ci.org/kameeoze/jruby-poi) + T...
kameeoze/jruby-poi
a5cdbc83b8ccbeb39de52e8c132c935b95ff66ec
Version bump to 0.9.0
diff --git a/VERSION b/VERSION index 53a48a1..899f24f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.2 \ No newline at end of file +0.9.0 \ No newline at end of file
kameeoze/jruby-poi
e0063569d5b07251c4362a7e8fbebfbc03b16e4f
Run specs in 1.8 and 1.9 jruby modes.
diff --git a/.travis.yml b/.travis.yml index da1b1ae..506fdb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,4 @@ +language: ruby rvm: - - jruby + - jruby-18mode + - jruby-19mode
kameeoze/jruby-poi
bacd84576f598453c036b428afddd2a8af7b5957
Fixed spec, use correct path helper for data files.
diff --git a/spec/writing_spec.rb b/spec/writing_spec.rb index a31a593..d8fea48 100644 --- a/spec/writing_spec.rb +++ b/spec/writing_spec.rb @@ -1,146 +1,146 @@ require 'spec_helper' require 'date' require 'stringio' describe "writing Workbooks" do it "should create a new empty workbook" do name = 'new-...
kameeoze/jruby-poi
34bb3b13dd4a9628e9cb87288114360219518aa4
Regenerate gemspec for version 0.8.2
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index 500f1e9..95daee6 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,98 +1,90 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
20d8bed1cb4fdc574b0346bb4eb00b8407e95675
Version bump to 0.8.2
diff --git a/VERSION b/VERSION index c18d72b..53a48a1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file
kameeoze/jruby-poi
4e35d49a6be50cc87a27aafa86d39f7f6b75243d
Upgrading jeweler
diff --git a/Gemfile b/Gemfile index 9540af9..47ec0ff 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ source "http://rubygems.org" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "rspec", ">= 2.5.0" - gem "jeweler", "~> 1...
kameeoze/jruby-poi
fd2c5ee482113844cee8e73f978542fffcb7d50d
Revert "Version bump to 0.9.0"
diff --git a/VERSION b/VERSION index 899f24f..c18d72b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.8.1 \ No newline at end of file
kameeoze/jruby-poi
206713a58fe789b0ba30bb160ebc951ab2d8b6f0
Revert "Regenerate gemspec for version 0.9.0"
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index a5773cb..500f1e9 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,98 +1,98 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
46ab6e7e87a8322705a8720ca32cd980d7a491b4
Revert "Version bump to 0.0.0"
diff --git a/VERSION b/VERSION index bd52db8..899f24f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 \ No newline at end of file +0.9.0 \ No newline at end of file
kameeoze/jruby-poi
7beb9d4ee007192e884a1319e1ce193820df0186
Version bump to 0.0.0
diff --git a/VERSION b/VERSION index 899f24f..bd52db8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 \ No newline at end of file +0.0.0 \ No newline at end of file
kameeoze/jruby-poi
a1d36e5ee240a7beb96a601a28393e4b261f4beb
Regenerate gemspec for version 0.9.0
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index 500f1e9..a5773cb 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,98 +1,98 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
86dc3e048f4ee5532dfcc6ee3b138d68c79985cc
Version bump to 0.9.0
diff --git a/VERSION b/VERSION index c18d72b..899f24f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.9.0 \ No newline at end of file
kameeoze/jruby-poi
8135f29988f5a0f406442644e7e712a9eff76967
Rakefile fix for gem release
diff --git a/Rakefile b/Rakefile index 23ac214..71fb620 100644 --- a/Rakefile +++ b/Rakefile @@ -1,34 +1,35 @@ require 'rubygems' require 'bundler' begin Bundler.setup(:default, :development) rescue Bundler::BundlerError => e $stderr.puts e.message $stderr.puts "Run `bundle install` to install missing ge...
kameeoze/jruby-poi
3689fe3809cec76dd6a7613c7c499141a7867a43
Regenerate gemspec for version 0.8.1
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index 4578ebe..500f1e9 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,98 +1,98 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
e578fee5a0d4dc86cef0b0084514d957c8ef99e1
Regenerate gemspec for version 0.8.1
diff --git a/jruby-poi.gemspec b/jruby-poi.gemspec index e76e44e..4578ebe 100644 --- a/jruby-poi.gemspec +++ b/jruby-poi.gemspec @@ -1,97 +1,98 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specificatio...
kameeoze/jruby-poi
52974b5c545ee55743e1984aab83cdf3d9583a0b
Cleaning Rakefile
diff --git a/Rakefile b/Rakefile index 44c375b..23ac214 100644 --- a/Rakefile +++ b/Rakefile @@ -1,29 +1,34 @@ require 'rubygems' + require 'bundler' begin Bundler.setup(:default, :development) rescue Bundler::BundlerError => e $stderr.puts e.message $stderr.puts "Run `bundle install` to install missing ge...