repo
string
commit
string
message
string
diff
string
jjk/XamhainII
2e868b9f4679f0615d655cceb32a2fe3fe66166a
Start work on configuration UI.
diff --git a/XamhainConfigureSheet.xib b/XamhainConfigureSheet.xib new file mode 100644 index 0000000..04de8b9 --- /dev/null +++ b/XamhainConfigureSheet.xib @@ -0,0 +1,981 @@ +<?xml version="1.0" encoding="UTF-8"?> +<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> + <data> + <int key="IBDocument.S...
jjk/XamhainII
e6e60736425dc26595c504eae1d2761c8d903b89
Add missing README file and credits.
diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..4a5ade9 --- /dev/null +++ b/CREDITS @@ -0,0 +1,13 @@ +Traditionally, Celtic knotwork is drawn on a diagonal grid overlaid with +straight lines and circles. Xamhain uses a much simpler method devised +by Andy Sloss, which divides the knot into sections ...
jjk/XamhainII
73c3cf7e7f2fa3e5ce3144ec564d4258c71588e0
Fix texture seams.
diff --git a/knot engine/Stroke.mm b/knot engine/Stroke.mm index c95480b..8142b64 100644 --- a/knot engine/Stroke.mm +++ b/knot engine/Stroke.mm @@ -1,256 +1,256 @@ // A single primitive stroke, represented by a GL texture. // // Copyright © 2003-2009 Jens Kilian // // This file is part of XamhainII. // /...
jjk/XamhainII
a7f56beae526ef72453383678a57bdff97f597d1
Load initial defaults from a property list file.
diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy...
jjk/XamhainII
629e4dfeb25f29756df81d9629c097e9fc0dea91
Use separate sets of textures for each GL context.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index f60637f..8f75bf7 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,712 +1,718 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
b384dbfa0406c4b0f2b9cd765fad8d0ded2caaf7
First working version.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index 41413ec..f60637f 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,728 +1,712 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
21c0588a6227648863ef6e99e067d720bcc0e7e8
Start actual screen saver implementation.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index 882095a..41413ec 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,720 +1,728 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
630e4fde972b031785b2734d278f0a49216a0942
Port knot engine.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index c9ac6a6..882095a 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,664 +1,720 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
e556031141f4efb6158459ebda87847708cd0c6e
Port the section drawing class.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index 7e4706f..c9ac6a6 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,658 +1,664 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
d73ec410f6f6d1792d176a3a2725749a42bb86fb
Port basic stroke drawing classes.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index 7d31461..7e4706f 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,638 +1,658 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
7f21b4c63d388928677fc0f12e9cb71b0b6e897b
Make preferences thread safe.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index 7854e05..7d31461 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,650 +1,638 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
2cd3157aafd90532e9e4245efb5a54d0a3941ab1
Finish implementing preferences.
diff --git a/screen saving/XamhainPreferences.mm b/screen saving/XamhainPreferences.mm index 97c0907..66590cc 100644 --- a/screen saving/XamhainPreferences.mm +++ b/screen saving/XamhainPreferences.mm @@ -1,191 +1,220 @@ // XamhainII screen saver preferences. // // Copyright © 2000-2009, Jens Kilian. // // T...
jjk/XamhainII
84187985f20d656555b9dff5cabbe262ff4a5981
Add skeleton preferences.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index fe04a6c..7854e05 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,642 +1,650 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
6688df3e029e1c5ade86c5f63e71933f0e74d3a1
Use copyright sign in comments.
diff --git a/utility/Point.h b/utility/Point.h index a9972b0..d62f1c4 100644 --- a/utility/Point.h +++ b/utility/Point.h @@ -1,89 +1,89 @@ // Arithmetic with coordinates. BeOS rulez! // -// Copyright (c) 2001-2009 Jens Kilian +// Copyright © 2001-2009 Jens Kilian // // This file is part of XamhainII. // /...
jjk/XamhainII
76ee2b94c51ea831f3c1289909d075a5abeaf935
Port utility routines.
diff --git a/XamhainII.xcodeproj/project.pbxproj b/XamhainII.xcodeproj/project.pbxproj index 220b5cc..fe04a6c 100644 --- a/XamhainII.xcodeproj/project.pbxproj +++ b/XamhainII.xcodeproj/project.pbxproj @@ -1,614 +1,642 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /...
jjk/XamhainII
23c629b8adf503eaf6461d3def5ae43d2c931166
Basic screen saver and resources.
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9204398 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Files to ignore +# +build diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..d247954 Binary files /dev/null and b/English.lpr...
bestpractical/module-refresh
d496e27c6122d07fcf7ca6ee21281501a8f76c47
Prep 0.18
diff --git a/Changes b/Changes index bfb84a6..53980b1 100644 --- a/Changes +++ b/Changes @@ -1,88 +1,92 @@ +0.18 Tue May 10 03:33:29 CST 2022 + + * Fix uninitialized warnings when modules were not successfully loaded + 0.17 Wed Oct 26 08:34:17 EST 2011 * Warnings avoidance for reloading a module not in %INC * Up...
bestpractical/module-refresh
e107528829fb3630744d65691cded45cc9f3a5e8
Fix uninitialized warnings when modules were not successfully loaded
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index 9893ed9..b69d95f 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,235 +1,238 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = "0.17"; BEGIN { # Turn on the debugger's symbol source tr...
bestpractical/module-refresh
b7122211fbb19ef589c45ea28f6a29979e55169e
Version 0.17 releng
diff --git a/Changes b/Changes index 38d4a21..bfb84a6 100644 --- a/Changes +++ b/Changes @@ -1,83 +1,88 @@ +0.17 Wed Oct 26 08:34:17 EST 2011 + + * Warnings avoidance for reloading a module not in %INC + * Updated inc/ and META.yml + 0.16 Fri Apr 15 15:03:21 EST 2011 - + * SIGNATURE file bug 0.15 Fri Apr 15 15:0...
bestpractical/module-refresh
40de516a85c2873638f006944ebe98f848e1320d
Warnings avoidance for reloading a module not in %INC
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index d729f84..b1e16c0 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,233 +1,235 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = "0.16"; BEGIN { # Turn on the debugger's symbol source tr...
bestpractical/module-refresh
c38a14ca25b8dba9cbc9abe005f9c987b67fb121
releng
diff --git a/Changes b/Changes index 2a5a3e3..38d4a21 100644 --- a/Changes +++ b/Changes @@ -1,79 +1,83 @@ +0.16 Fri Apr 15 15:03:21 EST 2011 + + * SIGNATURE file bug + 0.15 Fri Apr 15 15:00:15 EST 2011 * No functional changes. Added missing test dependencies. Thanks to JQUELIN & Paul at City Fan 0.14 Tue Apr ...
bestpractical/module-refresh
1911f78b8d586c7c296b163720af09f694f1ba02
signature for 0.15
diff --git a/SIGNATURE b/SIGNATURE index 4f25c43..f3ceb23 100644 --- a/SIGNATURE +++ b/SIGNATURE @@ -1,40 +1,40 @@ This file contains message digests of all files listed in MANIFEST, signed via the Module::Signature module, version 0.66. To verify the content in this distribution, first make sure you have Module:...
bestpractical/module-refresh
84678de6c7a0c0e2fc96e52752bf075eb024ac32
Checking in changes prior to tagging of version 0.15.
diff --git a/Changes b/Changes index 46a26f4..2a5a3e3 100644 --- a/Changes +++ b/Changes @@ -1,78 +1,79 @@ +0.15 Fri Apr 15 15:00:15 EST 2011 * No functional changes. Added missing test dependencies. Thanks to JQUELIN & Paul at City Fan 0.14 Tue Apr 12 18:07:44 EST 2011 * Actually remove subroutines from the...
bestpractical/module-refresh
05a45631a8d93f1eda5d4b8c4fcb0dac63de8d17
added manifest.skip to itself
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..8f62c27 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,12 @@ +TODO +MANIFEST.SKIP +^Makefile$ +blib +pm_to_blib +.swp$ +~$ +.tmp$ +.bak$ +.git/ +.gitignore$ +.shipit$
bestpractical/module-refresh
07094622058742140b25a071245877e7a9c82654
Date: Wed, 13 Apr 2011 05:59:10 -0400 From: "paul@city-fan.org via RT" <bug-Module-Refresh@rt.cpan.org> To: undisclosed-recipients: ; Subject: [rt.cpan.org #67427] missing buildrequires: path::class X-Spam-Status: No, score=-1.91 tagged_above=-99.9 required=10 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] auto...
diff --git a/Changes b/Changes index 25233a1..46a26f4 100644 --- a/Changes +++ b/Changes @@ -1,75 +1,78 @@ + + * No functional changes. Added missing test dependencies. Thanks to JQUELIN & Paul at City Fan + 0.14 Tue Apr 12 18:07:44 EST 2011 * Actually remove subroutines from the symbol table, Thanks to DOY. 0....
bestpractical/module-refresh
073cb1dba054b5d8f3c70f2b5d495253ed81b9d4
Add missing build deps
diff --git a/.shipit b/.shipit new file mode 100644 index 0000000..44c02c1 --- /dev/null +++ b/.shipit @@ -0,0 +1,10 @@ +# auto-generated shipit config file. +steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN, Twitter + +git.tagpattern = %v +twitter.config = ~/.twitterrc + ...
bestpractical/module-refresh
12165463bdb498351ee80315d5b91999b009563b
Fixes for [rt.cpan.org #67262] subroutines not being unloaded
diff --git a/Changes b/Changes index b3c8964..5e362f4 100644 --- a/Changes +++ b/Changes @@ -1,72 +1,74 @@ + * Actually remove subroutines from the symbol table, Thanks to DOY. + 0.13 Thu May 3 23:03:00 EDT 2007 * Requires 5.8.1. (Uses tricks that don't work on 5.6). Thanks to DCANTRELL 0.12 Mon Apr 30 15:34...
bestpractical/module-refresh
58fb2de2757af7cd6102dde160e47b9baf142bd4
* 0.13. Does not work on 5.6
diff --git a/Changes b/Changes index 387b124..b3c8964 100644 --- a/Changes +++ b/Changes @@ -1,68 +1,72 @@ +0.13 Thu May 3 23:03:00 EDT 2007 + + * Requires 5.8.1. (Uses tricks that don't work on 5.6). Thanks to DCANTRELL + 0.12 Mon Apr 30 15:34:42 EDT 2007 * Requires 5.6. (Causes 5.5 to bus error). Thanks to RJ...
bestpractical/module-refresh
e551a9de3e6025ceee3c17fcbc385f75e26691b8
* 0.11 - fixes a problem where the test suite didn't celan up after itself
diff --git a/Changes b/Changes index 9fe5f3d..623031f 100644 --- a/Changes +++ b/Changes @@ -1,58 +1,64 @@ + +0.11 Tue Apr 24 13:25:24 EDT 2007 + + * Fix for [rt.cpan.org #26536] Test suite uses /tmp with predictable filenames + Reported by ANDK + 0.10_01 Tue May 9 01:21:55 EDT 2006 * Module::Refresh->refresh...
bestpractical/module-refresh
b165a2592e84d299ca7ce70647abb349ac5d1019
* Tests should clean up after themselves
diff --git a/t/1api.t b/t/1api.t index d7696bf..feae6ce 100755 --- a/t/1api.t +++ b/t/1api.t @@ -1,66 +1,70 @@ #!/usr/bin/perl -w use strict; use Test::More qw/no_plan/; use File::Spec; my $tmp = File::Spec->tmpdir; my $file = $tmp."/".'FooBar.pm'; push @INC, $tmp; write_out(<<"."); package Foo::Bar; ...
bestpractical/module-refresh
121c0b344f78d8ca9f54cdf41b8b5606d1a41d40
0.10_01 Tue May 9 01:21:55 EDT 2006
diff --git a/Changes b/Changes index 2d1e7ac..9fe5f3d 100644 --- a/Changes +++ b/Changes @@ -1,53 +1,58 @@ +0.10_01 Tue May 9 01:21:55 EDT 2006 + +* Module::Refresh->refresh_module_if_modified($module) + as suggested by Daisuke Maki + 0.09 Thu Dec 22 19:03:14 EST 2005 * Artur Bergman pointed out a bug in the o...
bestpractical/module-refresh
a666c0fc06be194a3ed8456bafe00cb8a6da7ba4
* 0.09 -doc fixes
diff --git a/Changes b/Changes index 30c7fa3..2d1e7ac 100644 --- a/Changes +++ b/Changes @@ -1,49 +1,53 @@ +0.09 Thu Dec 22 19:03:14 EST 2005 + +* Artur Bergman pointed out a bug in the overview docs. + 0.08 * From Ivan Kohler. (rt.cpan.org #14879) Without this patch, I was getting a fatal error: Can't undef...
bestpractical/module-refresh
bb5504b482eb2b9840faded67b9f8fe468733d6d
tweak the DESCRIPTION block to be a little more informative
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index ae5ce1b..7289bc2 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,203 +1,206 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = "0.08"; BEGIN { # Turn on the debugger's symbol source tra...
bestpractical/module-refresh
a990eb7ef9670217ba8069344e85b19580edf554
* blow-away-current-sub bug caught by ivan kohler
diff --git a/Changes b/Changes index ca59269..30c7fa3 100644 --- a/Changes +++ b/Changes @@ -1,37 +1,49 @@ +0.08 + * From Ivan Kohler. (rt.cpan.org #14879) + Without this patch, I was getting a fatal error: + Can't undef active subroutine at /usr/share/perl5/Module/Refresh.pm line 154. + + This patch changes this...
bestpractical/module-refresh
72e79c713608d90ee536d1690eb618df23af14da
Workaround perl <5.8.7 $^P/eval/caller bug. This will be 0.07 once it definitely works.
diff --git a/Changes b/Changes index f79f726..ca59269 100644 --- a/Changes +++ b/Changes @@ -1,33 +1,37 @@ +0.07 Sun Aug 21 13:25:20 EDT 2005 + + * Put in a work-around for a perl bug before 5.8.7. + 0.06 Fri May 20 22:11:11 EDT 2005 * Trade overrefreshing for underrefreshing in some cases; test and document ...
bestpractical/module-refresh
817d2691bc12be098d42bff3663e504cef223a8a
* This be 0.06
diff --git a/Changes b/Changes index e9370eb..f79f726 100644 --- a/Changes +++ b/Changes @@ -1,26 +1,33 @@ +0.06 Fri May 20 22:11:11 EDT 2005 + + * Trade overrefreshing for underrefreshing in some cases; test and document + (We were over-aggressively reloading modules + -- David Glasser + + 0.05 Tue Nov 16 23:...
bestpractical/module-refresh
7eddcf1c58b1f8645f3505d11ca2ca0421ca995d
Trade overrefreshing for underrefreshing in some cases; test and document
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index 5095be0..ec3e9b9 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,172 +1,194 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = "0.05"; # Turn on the debugger's symbol source tracing BEGIN { ...
bestpractical/module-refresh
8cfd18367a52aaa5847a9971c262f71863e56bbc
do not clobber our own version. become 0,05
diff --git a/Changes b/Changes index ae53045..e9370eb 100644 --- a/Changes +++ b/Changes @@ -1,22 +1,26 @@ +0.05 Tue Nov 16 23:15:10 EST 2004 + + * Explicitly, don't clobber the 'VERSION' symbol on setup. + 0.04 Thu Nov 11 12:53:21 CST 2004 * Fix tests to run correctly on Win32. 0.03 Wed Nov 10 21:30:59 CST ...
bestpractical/module-refresh
05fd349cad26accf54c0c817ca1a466a1b302a1f
* Fix tests to run correctly on win32
diff --git a/Changes b/Changes index 72ea95f..ae53045 100644 --- a/Changes +++ b/Changes @@ -1,19 +1,22 @@ +0.04 Thu Nov 11 12:53:21 CST 2004 + + * Fix tests to run correctly on Win32. 0.03 Wed Nov 10 21:30:59 CST 2004 * "Anonymize" all our methods so we can refresh ourselves. * POD cleanup; nomenclature u...
bestpractical/module-refresh
e3b798bb741ee7094f8777de071fe11961eb54e7
Bumping to 0.03
diff --git a/Changes b/Changes index 111a419..72ea95f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,19 @@ + +0.03 Wed Nov 10 21:30:59 CST 2004 + + * "Anonymize" all our methods so we can refresh ourselves. + * POD cleanup; nomenclature unification. + * ->refresh now implicitly calls ->new for the first time. + + ...
bestpractical/module-refresh
8b79c2f3b547a2575f270e31f6ce6c638fb2439f
* "Anonymize" all our methods so we can refresh ourselves. * POD cleanup; nomenclature unification. * ->refresh now implicitly calls ->new for the first time.
diff --git a/Makefile.PL b/Makefile.PL index a88a1d1..2dc6659 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,9 @@ use inc::Module::Install; name('Module-Refresh'); author('Jesse Vincent <jesse@bestpractical.com>'); license('perl'); version_from('lib/Module/Refresh.pm'); +abstract_from('lib/Module/Refresh....
bestpractical/module-refresh
3cf7df19a3f3d1ccb5c6f12f97fb305958254fd5
Minor doc fix
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index b475762..fe5b362 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,163 +1,163 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = "0.02"; # Turn on the debugger's symbol source tracing BEGIN {$...
bestpractical/module-refresh
f7e517dbdb07f19a18754991610e7f1ce8d9988b
minor doc updates
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index 9dc91d6..b475762 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,165 +1,163 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = "0.02"; # Turn on the debugger's symbol source tracing BEGIN {$...
bestpractical/module-refresh
5dfda843c7c771509877e10497b41621b351f3bc
Bumped to 0.02
diff --git a/Changes b/Changes index e604e4e..111a419 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +0.02 Wed Nov 10 18:28:12 CST 2004 + + - Now we clean out subroutines loaded by the package we're unloading. + 0.01 Mon Nov 8 19:48:00 CST 2004 - Initial release diff --git a/lib/Module/Refresh.pm b/lib...
bestpractical/module-refresh
de50e521a4f08803c9c0e3eeec78a921275eb1e3
* ->cleanup_subs now actually work as advertised. :)
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index 344f426..a87eeaa 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,161 +1,165 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = 0.01; # Turn on the debugger's symbol source tracing BEGIN {$^P...
bestpractical/module-refresh
7291e643e039309d45818a2e4da8df6a5d7cdf64
r9018@tinbook: jesse | 2004-11-10T10:01:29.891706Z First cut at actual symbol deletion
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index 98bfb1b..344f426 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,153 +1,161 @@ package Module::Refresh; use strict; use vars qw( $VERSION %CACHE ); $VERSION = 0.01; +# Turn on the debugger's symbol source tracing +BEGIN {$^P...
bestpractical/module-refresh
c71a5c471efc1d0af94045b4053f55dc275b0e44
* Various cleanups to make it 5.005-friendly. * Use (inode, size, mtime) as the cache value instead of mtime alone.
diff --git a/lib/Module/Refresh.pm b/lib/Module/Refresh.pm index 80431e7..98bfb1b 100644 --- a/lib/Module/Refresh.pm +++ b/lib/Module/Refresh.pm @@ -1,166 +1,153 @@ -use warnings; -use strict; - package Module::Refresh; -our $VERSION = '0.01'; +use strict; +use vars qw( $VERSION %CACHE ); -our %CACHE; +$VERSION = ...
bestpractical/module-refresh
80d76684bfd71f35c2ce4b007ae50465892b9d99
More tests that fail!
diff --git a/Makefile b/Makefile index 2c02cae..248a3f7 100644 --- a/Makefile +++ b/Makefile @@ -1,745 +1,745 @@ # This Makefile is for the Module::Refresh extension to perl. # # It was generated automatically by MakeMaker version # 6.12 (Revision: 1.124) from the contents of # Makefile.PL. Don't edit this file, e...
bestpractical/module-refresh
aa7fccdb2b9ba9250cb2a50bec32c76a670a7f96
prepping for release
diff --git a/Changes b/Changes new file mode 100644 index 0000000..e604e4e --- /dev/null +++ b/Changes @@ -0,0 +1,3 @@ +0.01 Mon Nov 8 19:48:00 CST 2004 + + - Initial release diff --git a/META.yml b/META.yml index 3ef9f32..e109212 100644 --- a/META.yml +++ b/META.yml @@ -1,11 +1,11 @@ -name: Inc-Refresh +name: Modu...
bestpractical/module-refresh
4f4663e5803143512bf2d0dc767284f6fc5f2f98
Directory for svk import. r8924@tinbook: jesse | 2004-11-08T11:45:52.449423Z Importing Module::Refresh
diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..6d3ff26 --- /dev/null +++ b/MANIFEST @@ -0,0 +1,14 @@ +inc/Module/Install.pm +inc/Module/Install/Base.pm +inc/Module/Install/Can.pm +inc/Module/Install/Fetch.pm +inc/Module/Install/Makefile.pm +inc/Module/Install/Metadata.pm +inc/Module/Install/Win32....
avar/lukr-osm-donation-2010-09-18
a443da4f2168f7f50c6033a4890cbe69e2beff0c
lukr ggn.zip úr <AANLkTimKDCKimQhV9_S-+3+XqBuegnOE2xMtgxZ=7urs@mail.gmail.com>
diff --git a/Scan.TIF b/Scan.TIF new file mode 100644 index 0000000..2a8e9a7 Binary files /dev/null and b/Scan.TIF differ diff --git a/gonguleidir_LUKR_170910.dbf b/gonguleidir_LUKR_170910.dbf new file mode 100644 index 0000000..7b097f2 Binary files /dev/null and b/gonguleidir_LUKR_170910.dbf differ diff --git a/gongul...
jwill/groovy-mongo
804e5b5bf721f664074ea0a59e6a24990ad4013d
forking of griffon mongo-db code into its own codebase to be used outside griffon
diff --git a/README b/README index e69de29..b69e638 100644 --- a/README +++ b/README @@ -0,0 +1,7 @@ +INSTALL: + +You must have the mongodb-driver library on the path for your app. + +USAGE: + +Running MongoUtils.decorateCollectionClass() will decorate collections with the generic versions that allow passing a map for ...
quiiver/node-slacker
6bf23d0c2fd3633bb6db32eae45407c09d32f48a
adding more tests, refactored the router to be more complete
diff --git a/lib/helpers.js b/lib/helpers.js index ef7dcc3..c4b8707 100644 --- a/lib/helpers.js +++ b/lib/helpers.js @@ -1,26 +1,26 @@ var sys = require('sys'); var errorHandler = function(req, res, error) { - inspect(arguments.callee); // is integer? if (error % 1 === 0) { res.writeHead(er...
quiiver/node-slacker
a59cb121cb37e5e0c26569a12b0b1342f92a9f1d
adding tests and fixing a few bugs
diff --git a/lib/router.js b/lib/router.js index ecd28bf..c55605d 100644 --- a/lib/router.js +++ b/lib/router.js @@ -1,84 +1,93 @@ (function() { - exports.router = { + var url = require('url'); + var sys = require('sys'); + + module.exports = { rootNode: {}, testParam: func...
quiiver/node-slacker
d189672de3e1917e29e174e618a05de548ea7558
fixing require paths
diff --git a/lib/slacker.js b/lib/slacker.js index 4047e00..ac4554b 100644 --- a/lib/slacker.js +++ b/lib/slacker.js @@ -1,37 +1,37 @@ var sys = require('sys'), url = require('url'), http = require('http'); // app -var router = require('./lib/router').router; -var helpers = require('./lib/helpers'); -var...
quiiver/node-slacker
84adbbb2192dfb0e30192b77069c4e2f136d57ef
adding startup script and example
diff --git a/start.js b/start.js new file mode 100644 index 0000000..92278f8 --- /dev/null +++ b/start.js @@ -0,0 +1,7 @@ +var slacker = require('./slacker'); + +slacker.get("/", function(req, res) { + this.render('index', {title: 'wil.im'}, res); +}); + +slacker.start(4200);
quiiver/node-slacker
9de0faf4fad6f72aa434168bced786752a21a9c6
upgrading to latest node, adding Mu as a submodule
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0a48bb2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/Mu"] + path = lib/Mu + url = http://github.com/raycmorgan/Mu.git diff --git a/lib/Mu b/lib/Mu new file mode 160000 index 0000000..3bd7403 --- /dev/null +++ b/lib/Mu @@ -0,0...
quiiver/node-slacker
8ec06795f5d2da6c5283b46868b10e8abe0d780b
fixing up the start/stop script
diff --git a/bin/slacker b/bin/slacker new file mode 100755 index 0000000..6cbd768 --- /dev/null +++ b/bin/slacker @@ -0,0 +1,42 @@ +#!/bin/bash + +export SLACKER_ROOT="$HOME/node/slacker" +NAME=slacker +PIDFILE=/var/run/$NAME.pid +DAEMON=/usr/local/bin/node +DAEMON_OPTS="$SLACKER_ROOT/slacker.js" + +export PATH="${PAT...
quiiver/node-slacker
08d3e807e2c33f1f6b69ef4df5a57544b03ec274
added auto reload for templates
diff --git a/lib/templator.js b/lib/templator.js index a8c7305..1490c95 100644 --- a/lib/templator.js +++ b/lib/templator.js @@ -1,44 +1,84 @@ var posix = require('posix'); -var repl = require('repl'); var sys = require('sys'); var Mojo = require('./mojo').Mojo; var TEMPLATE_PATH = './templates'; +var AUTO_REL...
quiiver/node-slacker
dd29a5453235fcc50a653862b64bf6e8c19a7646
added template support
diff --git a/lib/router.js b/lib/router.js index 464fb4e..5fb041b 100644 --- a/lib/router.js +++ b/lib/router.js @@ -1,96 +1,84 @@ (function() { - var sys = require('sys'); - var routes = require('../routes').routes; - - var Router = function() { - this.rootNode = {}; - }; - - - Router.prototyp...
quiiver/node-slacker
5a323a8a886386c97dc08545f4596d4f202adf61
path fix for start/stop scripts
diff --git a/bin/start b/bin/start index 5618d6c..7b043a6 100755 --- a/bin/start +++ b/bin/start @@ -1,2 +1,2 @@ #!/bin/bash -sudo start-stop-daemon -b -x /usr/local/bin/node -S -- $HOME/slacker/main.js +sudo start-stop-daemon -b -x /usr/local/bin/node -S -- $HOME/node/slacker/main.js diff --git a/bin/stop b/bin/sto...
quiiver/node-slacker
2bb9d9ef1556e08b0f76d99631be5da9b313b0f6
moved helpers
diff --git a/helpers.js b/lib/helpers.js similarity index 100% rename from helpers.js rename to lib/helpers.js diff --git a/main.js b/main.js index 4ff348c..1b1e456 100644 --- a/main.js +++ b/main.js @@ -1,20 +1,20 @@ // app var views = require('./views').views; var router = require('./lib/router').router; -var he...
quiiver/node-slacker
616b1d0f7f3314f5890c347a1b62f6bd2f944309
path fix
diff --git a/bin/start b/bin/start index 68bf917..5618d6c 100755 --- a/bin/start +++ b/bin/start @@ -1,2 +1,2 @@ #!/bin/bash -sudo start-stop-daemon -b -x /usr/local/bin/node -S -- /home/wil/node/slacker/main.js +sudo start-stop-daemon -b -x /usr/local/bin/node -S -- $HOME/slacker/main.js diff --git a/bin/stop b/bin...
quiiver/node-slacker
3f19ec70159c0b4c0be1343fc91911f3980110f9
simple startup/shutdown scripts
diff --git a/bin/start b/bin/start new file mode 100755 index 0000000..68bf917 --- /dev/null +++ b/bin/start @@ -0,0 +1,2 @@ +#!/bin/bash +sudo start-stop-daemon -b -x /usr/local/bin/node -S -- /home/wil/node/slacker/main.js diff --git a/bin/stop b/bin/stop new file mode 100755 index 0000000..47bcd7d --- /dev/null +++...
quiiver/node-slacker
0d013991554dc8ccf713de9acaee0c48f2a47fd0
adding readme
diff --git a/README b/README new file mode 100644 index 0000000..e69de29
lucasdicioccio/racket
ae6364cb37e62bb52849bce0056506a9cee4de7f
added codebase
diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..91171a1 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,2 @@ +This code is licensed under the terms of the GNU General Publice License version 3. +You can find its details enclosed in the gpl-3.0.txt file provided. diff --git a/README.txt b/README.tx...
mattetti/googlecharts
d316458ad177369d5deda5d16513bd3d2e06478d
yanks version from rubygem, updates gemspec date
diff --git a/History.txt b/History.txt index 2bc72f4..cc27761 100644 --- a/History.txt +++ b/History.txt @@ -1,71 +1,71 @@ -== 1.6.11 +== 1.6.12 * added license to gemspec * added pie_c type for concentric pie charts == 1.6.10 * added support for custom position on axis with label (parameter chxp) * refactored b...
mattetti/googlecharts
f0ce9f10e0598ff7114a62f398471dd3bc9ceed8
bumps version to 1.6.11
diff --git a/History.txt b/History.txt index 9fdb62a..2bc72f4 100644 --- a/History.txt +++ b/History.txt @@ -1,67 +1,71 @@ +== 1.6.11 +* added license to gemspec +* added pie_c type for concentric pie charts + == 1.6.10 * added support for custom position on axis with label (parameter chxp) * refactored bar chart *...
mattetti/googlecharts
06f7709bbc69e6be11fd8e3e28d315806c195181
Add basic concentric pie chart spec.
diff --git a/spec/gchart_spec.rb b/spec/gchart_spec.rb index cf369a6..ced8af9 100644 --- a/spec/gchart_spec.rb +++ b/spec/gchart_spec.rb @@ -1,684 +1,690 @@ require File.dirname(__FILE__) + '/spec_helper.rb' require File.dirname(__FILE__) + '/../lib/gchart' Chart::Theme.add_theme_file("#{File.dirname(__FILE__)}/fi...
mattetti/googlecharts
2df68b5d029f229793d0a97657d00853b8466d19
Add pie_c type for concentric pie charts.
diff --git a/lib/gchart.rb b/lib/gchart.rb index 03f39d5..8b61268 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,736 +1,737 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
a1d0c04fd6923c3c6ff2713a91c5b219044114ca
Add license to gemspec
diff --git a/googlecharts.gemspec b/googlecharts.gemspec index 12b32ff..40c413f 100644 --- a/googlecharts.gemspec +++ b/googlecharts.gemspec @@ -1,20 +1,21 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "gchart/version" Gem::Specification.new do |s| s.name = %q{googlecharts} ...
mattetti/googlecharts
ed8f5d7d54cd139b91119f21011e70a7c9de8c5b
fixes gemspec, yanks 1.6.9 from rubygems, bumps version to 1.6.10
diff --git a/History.txt b/History.txt index eb94e51..9fdb62a 100644 --- a/History.txt +++ b/History.txt @@ -1,67 +1,67 @@ -== 1.6.9 +== 1.6.10 * added support for custom position on axis with label (parameter chxp) * refactored bar chart * fixed issue #44 * allows GChart to take a theme == 1.6.8 * added title...
mattetti/googlecharts
be7309f6bf495c0e51ed4d0d3882e047e9a6f5d6
Bumps version
diff --git a/History.txt b/History.txt index d1da183..eb94e51 100644 --- a/History.txt +++ b/History.txt @@ -1,61 +1,67 @@ +== 1.6.9 +* added support for custom position on axis with label (parameter chxp) +* refactored bar chart +* fixed issue #44 +* allows GChart to take a theme + == 1.6.8 * added title alignment ...
mattetti/googlecharts
01864c9db6dcf3f61912124623e0d153f08bd027
Adds support for custom position on axis with label (parameter chxp)
diff --git a/lib/gchart.rb b/lib/gchart.rb index b275bc3..03f39d5 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,729 +1,736 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
f2d80cdd2e40e49a38695c89e85705d125af6c81
Fix failing specs due to recent merge
diff --git a/spec/gchart_spec.rb b/spec/gchart_spec.rb index 1c27374..a7c073d 100644 --- a/spec/gchart_spec.rb +++ b/spec/gchart_spec.rb @@ -115,551 +115,551 @@ describe "generating a default Gchart" do it "should be able to have multiple set of data with text encoding" do expect(Gchart.line(:data => [[10, 5.2,...
mattetti/googlecharts
8a0afd24a489fcb6195e395634a89b6657a4b2b1
refactored bar chart
diff --git a/lib/gchart.rb b/lib/gchart.rb index bfd3877..b275bc3 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,729 +1,729 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
a0b8ab2dee8483dd8e1df7d7b30770ca1d90186f
Adding an extra option for bar charts. In addition to grouped and stacked, they can also be overlapping. Please see documentation for reference: http://code.google.com/apis/chart/image/docs/gallery/bar_charts.html
diff --git a/lib/gchart.rb b/lib/gchart.rb index c597793..bfd3877 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,721 +1,729 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
175633e9aaf7305aa83c38083d773d042eb87201
Travis CI widget
diff --git a/README.markdown b/README.markdown index f544d69..28f044d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,317 +1,321 @@ +## Googlecharts + +[![Build Status](https://secure.travis-ci.org/aderyabin/googlecharts.png?branch=master)](http://travis-ci.org/aderyabin/googlecharts) + The goal of this Gem i...
mattetti/googlecharts
4d1a8f3b3c13a9fd9f9d11cdf0e282ea6ad2c235
Travis CI integration
diff --git a/.gitignore b/.gitignore index 76eb170..ab1971e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ .DS_Store log/* .manifest pkg .rspec .rvmrc -Gemfile Gemfile.lock \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d42d286 --- /dev/null +++ b...
mattetti/googlecharts
4b54008a0f6fb5ce62a58a6ecd6ab58f3e943564
fix spec
diff --git a/spec/gchart_spec.rb b/spec/gchart_spec.rb index ca7b1be..c39fcfc 100644 --- a/spec/gchart_spec.rb +++ b/spec/gchart_spec.rb @@ -1,689 +1,662 @@ require File.dirname(__FILE__) + '/spec_helper.rb' require File.dirname(__FILE__) + '/../lib/gchart' Chart::Theme.add_theme_file("#{File.dirname(__FILE__)}/fi...
mattetti/googlecharts
5fbd453e3113592e42391a9c1e8f4748c319011a
Fixed the issue #44, improved README
diff --git a/README.markdown b/README.markdown index 46f5cd8..f544d69 100644 --- a/README.markdown +++ b/README.markdown @@ -1,316 +1,317 @@ The goal of this Gem is to make the creation of Google Charts a simple and easy task. require 'googlecharts' Gchart.line( :size => '200x300', ...
mattetti/googlecharts
e62a60f3a93b79fbeb8a9e126f93b50b72c8aec7
Added rspec to the new feature of allowing GChart.new take theme by djtal
diff --git a/lib/gchart.rb b/lib/gchart.rb index e4d5a71..7338c6f 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,715 +1,721 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
2952122ccd80a879a76c9e3b95f72c8b00d95d83
add gitignore
diff --git a/.gitignore b/.gitignore index b7a1d91..76eb170 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ .DS_Store log/* .manifest -pkg \ No newline at end of file +pkg +.rspec +.rvmrc +Gemfile +Gemfile.lock \ No newline at end of file
mattetti/googlecharts
5c6ea46152bdf8f969e168b3ed7185787bfac09d
Version bump to 1.6.8
diff --git a/History.txt b/History.txt index 60c7c29..d1da183 100644 --- a/History.txt +++ b/History.txt @@ -1,58 +1,61 @@ +== 1.6.8 +* added title alignment support + == 1.6.7 * changed url for ssl connection == 1.6.6 * added ssl support * refactored code * аdded ability to set the legend position * fixed le...
mattetti/googlecharts
ae6984ed236983fad71124a9527da9d7b7799d41
spec for title alignment
diff --git a/spec/gchart_spec.rb b/spec/gchart_spec.rb index d549c50..3885f73 100644 --- a/spec/gchart_spec.rb +++ b/spec/gchart_spec.rb @@ -1,677 +1,678 @@ require File.dirname(__FILE__) + '/spec_helper.rb' require File.dirname(__FILE__) + '/../lib/gchart' Chart::Theme.add_theme_file("#{File.dirname(__FILE__)}/fi...
mattetti/googlecharts
6af92dc28983f1032ae6b8e437f50ea578a6f99c
ability to define title alignment as :center or :left or :right
diff --git a/lib/gchart.rb b/lib/gchart.rb index 5a66439..e4d5a71 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,715 +1,715 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
6840ca485ddc19b88d37f1b5997fe008202df729
add opt_alignment on chts
diff --git a/lib/gchart.rb b/lib/gchart.rb index deef5e4..5a66439 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,715 +1,715 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
0a9f9912780ae4848e6b557a9e73672d0213d422
Add Example to record file PNG in filesystem to README
diff --git a/README.markdown b/README.markdown index d8a0507..46f5cd8 100644 --- a/README.markdown +++ b/README.markdown @@ -1,299 +1,316 @@ The goal of this Gem is to make the creation of Google Charts a simple and easy task. require 'googlecharts' Gchart.line( :size => '200x300', ...
mattetti/googlecharts
bf256abe122bdf73bda636c1893493b39a136bc8
Version bump to 1.6.7
diff --git a/lib/gchart/version.rb b/lib/gchart/version.rb index ef1cb59..da83559 100644 --- a/lib/gchart/version.rb +++ b/lib/gchart/version.rb @@ -1,3 +1,3 @@ module GchartInfo #:nodoc: - VERSION = "1.6.6" + VERSION = "1.6.7" end
mattetti/googlecharts
515f3ce75b11fca593c03f15905f1c8428b05f38
changed url for ssl connection
diff --git a/History.txt b/History.txt index d66bc88..60c7c29 100644 --- a/History.txt +++ b/History.txt @@ -1,55 +1,58 @@ +== 1.6.7 +* changed url for ssl connection + == 1.6.6 * added ssl support * refactored code * аdded ability to set the legend position * fixed legend position value * separated labels and l...
mattetti/googlecharts
5c4ed036e92a647252c44214ed421cf115869033
fix gemspec
diff --git a/googlecharts.gemspec b/googlecharts.gemspec index 9b9e14f..e4c8e02 100644 --- a/googlecharts.gemspec +++ b/googlecharts.gemspec @@ -1,20 +1,20 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "gchart/version" Gem::Specification.new do |s| s.name = %q{googlecharts} ...
mattetti/googlecharts
80adc28fcb89e388a454f559b6b52ef8d276e3b3
Version bump to 1.6.6
diff --git a/lib/gchart/version.rb b/lib/gchart/version.rb index 62b747d..ef1cb59 100644 --- a/lib/gchart/version.rb +++ b/lib/gchart/version.rb @@ -1,3 +1,3 @@ module GchartInfo #:nodoc: - VERSION = "1.6.5" + VERSION = "1.6.6" end
mattetti/googlecharts
19581740b751f4197391d6d91394060ef4f4af2f
refactored gem internal files
diff --git a/History.txt b/History.txt index 7ce5afc..d66bc88 100644 --- a/History.txt +++ b/History.txt @@ -1,48 +1,55 @@ +== 1.6.6 +* added ssl support +* refactored code +* аdded ability to set the legend position +* fixed legend position value +* separated labels and legends for pies + == 1.3.6 * support nil val...
mattetti/googlecharts
4d8cc16c545783b5ec57d23f8c0dc098e9565485
Version bump to 1.6.5
diff --git a/VERSION b/VERSION index 6463e95..49ebdd6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.4 \ No newline at end of file +1.6.5 \ No newline at end of file diff --git a/googlecharts.gemspec b/googlecharts.gemspec index 1080d20..0c6a36e 100644 --- a/googlecharts.gemspec +++ b/googlecharts.gemspec @@ -1,71...
mattetti/googlecharts
50c214e8c57700f1ca40731f31088702d361d7f8
Added SSL support. Closes #33
diff --git a/lib/gchart.rb b/lib/gchart.rb index a22848d..8ea4488 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,706 +1,714 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" +require "net/https" require "uri" require "cgi" require 'enumerator' class ...
mattetti/googlecharts
963884139519c8745024951f7fe0cbb06cd1cf7e
Version bump to 1.6.4
diff --git a/VERSION b/VERSION index f5d2a58..6463e95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.3 \ No newline at end of file +1.6.4 \ No newline at end of file diff --git a/googlecharts.gemspec b/googlecharts.gemspec index e420d01..1080d20 100644 --- a/googlecharts.gemspec +++ b/googlecharts.gemspec @@ -1,71...
mattetti/googlecharts
b991a2f7ba49ca6cf234f50db9050ea5c72857f4
Fixed legend position value Fixed test
diff --git a/lib/gchart.rb b/lib/gchart.rb index f0cfa1b..a22848d 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,706 +1,706 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "uri" require "cgi" require 'enumerator' class Gchart include Gch...
mattetti/googlecharts
42218d0dd2626afae665d44626e8faf21bc9a7a2
Add ability to set the legend position.
diff --git a/lib/gchart.rb b/lib/gchart.rb index c2f4d95..f0cfa1b 100644 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,687 +1,706 @@ $:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" require "uri" require "cgi" require 'enumerator' class Gchart include Gch...
mattetti/googlecharts
b59710fa679bff8cefafc3675cdfcb53065e410c
Version bump to 1.6.3
diff --git a/VERSION b/VERSION index fdd3be6..f5d2a58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 +1.6.3 \ No newline at end of file
mattetti/googlecharts
110e39ea2b53ff26511faf3202aef1d6221463d8
clean up
diff --git a/spec/gchart_spec.rb b/spec/gchart_spec.rb index 3dc72fe..8f5ec4f 100644 --- a/spec/gchart_spec.rb +++ b/spec/gchart_spec.rb @@ -35,621 +35,619 @@ describe "generating a default Gchart" do end it "should have query parameters in predictable order" do Gchart.line(:axis_with_labels => 'x,y,r', :s...