repo
string
commit
string
message
string
diff
string
potyl/speedkey
7fef83eeb75ddc6460b3b21cd53e4d4e790c1283
Version change to 0.0.9
diff --git a/ChangeLog b/ChangeLog index d687e1c..7ffd3af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,28 +1,31 @@ +0.0.9 Mon May 24 21:57:23 CEST 2010 + - Conditional support for OpenSSL (--enable-openssl) + 0.0.8 Thu Apr 22 23:08:12 CEST 2010 - Fix a typo in the usage. 0.0.7 Sat Mar 20 22:21:29 CET 2010 - Sho...
potyl/speedkey
74b8c883a27ad22f992764e10be4d19464759552
Conditional support for OpenSSL (--enable-openssl)
diff --git a/README b/README index 7ba06d8..95fe409 100644 --- a/README +++ b/README @@ -1,51 +1,51 @@ SpeedTouch WEP key finder =================================== This program computes the default factory WEP key of a SpeedTouch modem based on the key displayed in the SSID. Project homepage: http://github.co...
potyl/speedkey
3419f69037254a5dab99226661b1c3ae1d7fd12e
Ignore the intermediate files in sha1/
diff --git a/.gitignore b/.gitignore index 72ff2db..3fb06f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,23 @@ .DS_Store Makefile Makefile.in aclocal.m4 autom4te.cache/ config.h config.h.in config.h.in~ config.log config.status configure depcomp install-sh missing src/.deps/ src/Makefile src/Ma...
potyl/speedkey
9df152f4517f89001396d0dd387bd6195938bdf8
Don't install libsha1
diff --git a/sha1/Makefile.am b/sha1/Makefile.am index 6c70e6c..01ceb9b 100644 --- a/sha1/Makefile.am +++ b/sha1/Makefile.am @@ -1,3 +1,2 @@ -lib_LIBRARIES = libsha1.a - +noinst_LIBRARIES = libsha1.a libsha1_a_SOURCES = sha1.c sha1.h
potyl/speedkey
f90dab383486f4b2d5668ec30e458cf193511598
Add autogen.sh
diff --git a/README b/README index dac134c..7ba06d8 100644 --- a/README +++ b/README @@ -1,51 +1,51 @@ SpeedTouch WEP key finder =================================== This program computes the default factory WEP key of a SpeedTouch modem based on the key displayed in the SSID. Project homepage: http://github.co...
potyl/speedkey
d7848e2eba8b7e0460d42bd1fccdb632d6b06302
The SHA1 implementation is now in it's own folder
diff --git a/Makefile.am b/Makefile.am index f268924..71cf60b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1 @@ -SUBDIRS = src - +SUBDIRS = sha1 src diff --git a/configure.ac b/configure.ac index 92c2175..b9217c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,25 +1,26 @@ dnl Process this file with autoconf ...
potyl/speedkey
506c5189dc99c125e3e2c64257cbb59871ec152c
Remove an unused macro (LETTER_lc)
diff --git a/src/speedkey.c b/src/speedkey.c index d8024a1..046c611 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,398 +1,397 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
600e2337999745dffde5aba87f270750333c141d
Version change to 0.0.8
diff --git a/ChangeLog b/ChangeLog index 414c117..d687e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,28 @@ +0.0.8 Thu Apr 22 23:08:12 CEST 2010 + - Fix a typo in the usage. + 0.0.7 Sat Mar 20 22:21:29 CET 2010 - Show the right router name when called with --debian. 0.0.6 Fri Mar 19 20:36:19 CET 2010 - A...
potyl/speedkey
f758d085708799903a62c014f3729d9b820452b5
Fix a typo in the usage
diff --git a/src/speedkey.c b/src/speedkey.c index 7a41535..d8024a1 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,398 +1,398 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
00a594e0867d7df88d3fd5b9386ce63e04b63d28
Add the Debian build dependencies
diff --git a/README b/README index 5af8704..dac134c 100644 --- a/README +++ b/README @@ -1,45 +1,51 @@ SpeedTouch WEP key finder =================================== This program computes the default factory WEP key of a SpeedTouch modem based on the key displayed in the SSID. Project homepage: http://github.co...
potyl/speedkey
96a13ffffc4f9a01a96aa976220736ae0601fd6b
Version change to 0.0.7
diff --git a/ChangeLog b/ChangeLog index 26f290e..414c117 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,25 @@ +0.0.7 Sat Mar 20 22:21:29 CET 2010 + - Show the right router name when called with --debian. + 0.0.6 Fri Mar 19 20:36:19 CET 2010 - Add the option --debian (generate debian's /etc/network/interfaces fo...
potyl/speedkey
6fc96d4a3c9159cb560f8cedfe3c335148f5ffbf
Show the right router named in --debian
diff --git a/src/speedkey.c b/src/speedkey.c index 549ad28..7a41535 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,387 +1,398 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
da8a5cf840c6ed49f032bcecfcaf12e79a09e467
Formatting
diff --git a/src/speedkey.c b/src/speedkey.c index d490d78..549ad28 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,386 +1,387 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
a6a92b84561d5073c1ae06bcfb8ad533484a49f9
Allow the router to be named Thomson too and compare without case
diff --git a/src/speedkey.c b/src/speedkey.c index 00e1384..d490d78 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,375 +1,386 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
8d18ee0dc17f7ecfb0c95c52d4c54059a9ecea55
Indentation
diff --git a/src/speedkey.c b/src/speedkey.c index aa02611..00e1384 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,375 +1,375 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
c7b278b1b9b342f75d4d3283709c339c9fb7059d
Verison change to 0.0.6
diff --git a/ChangeLog b/ChangeLog index 415787f..26f290e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,17 +1,22 @@ +0.0.6 Fri Mar 19 20:36:19 CET 2010 + - Add the option --debian (generate debian's /etc/network/interfaces format). + - Allow the SSID to include the router's brand (SpeedTouch or Thomson). + - Possible me...
potyl/speedkey
634dcaff38c2680f32c52e8391cf1256aca2fea1
add -W -Wall -Wextra -Werror to CFLAGS
diff --git a/configure.ac b/configure.ac index e5c935b..e7be987 100644 --- a/configure.ac +++ b/configure.ac @@ -1,23 +1,25 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(speedkey, 0.0.5, http://github.com/potyl/speedkey) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR...
potyl/speedkey
6f8e2b9272d0e69d91afbf456030d815346b85ad
make compiling after ./configure CFLAGS='-W -Wall -Wextra -Werror' successful
diff --git a/src/speedkey.c b/src/speedkey.c index 261f533..dd971e1 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,374 +1,374 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
5aa96e52d6da9df28e035d1c4a33ffd3768f68ea
Allow "SpeedTouch" at the beginning of argument (for lazy pasters like me)
diff --git a/src/speedkey.c b/src/speedkey.c index 46c7ced..261f533 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,365 +1,374 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
3ef9a459f5dde67732dc5777f1ad517e359bdacf
removed unused macro
diff --git a/src/speedkey.c b/src/speedkey.c index 6a1cd88..46c7ced 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,366 +1,365 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
cbeb0dd1f823ef1b03ce1931d88d42d2224c397f
Null terminate wanted_ssid
diff --git a/src/speedkey.c b/src/speedkey.c index e268257..68abd98 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,352 +1,353 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
45f83dc0c99bced2a3cd8fe5266daf283230bfa0
docs for -d parameter
diff --git a/README b/README index 57e0155..5af8704 100644 --- a/README +++ b/README @@ -1,42 +1,45 @@ SpeedTouch WEP key finder =================================== This program computes the default factory WEP key of a SpeedTouch modem based on the key displayed in the SSID. Project homepage: http://github.co...
potyl/speedkey
120668334b29a9cf1203c9f50dc017c972857892
-d switch for output in Debian's /etc/network/interfaces format
diff --git a/src/speedkey.c b/src/speedkey.c index f8e3713..c201bb1 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,351 +1,365 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
c397ddebdc0c8b2ba3b686843255484d3d48cace
allow ssid hex part to be specified lowercase
diff --git a/src/speedkey.c b/src/speedkey.c index 26a006d..f8e3713 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,351 +1,351 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
d4e0735b8ebb52648023cbc53e53afd8a8cf91f3
output hex key in upper case, as that's how Debian tools expect it
diff --git a/src/speedkey.c b/src/speedkey.c index e268257..26a006d 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,352 +1,351 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
b347e0670d5b87a0da7d5b9b19f940c926143e98
Remove autogenerated warnings
diff --git a/src/sha1.c b/src/sha1.c index 7dbea20..2f3ef37 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -1,429 +1,426 @@ -/* -*- buffer-read-only: t -*- vi: set ro: */ -/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -#line 1 /* sha1.c - Functions to compute SHA1 message digest of files or memory blocks according to t...
potyl/speedkey
ff5d4c6380a72883e2bf227a344328411cd1283f
Use the LGPL 2.1
diff --git a/src/speedkey.c b/src/speedkey.c index 317cbc1..e268257 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,352 +1,352 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
3509c0a933bb4e77ddc542c4132d774193a2efa0
Fix the text of the license
diff --git a/COPYING b/COPYING index 65c51d4..d511905 100644 --- a/COPYING +++ b/COPYING @@ -1,860 +1,339 @@ - - - - - - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang=...
potyl/speedkey
594d72b4209e36ef35cd1870d7eb09bcdfe86544
Typo in a comment
diff --git a/src/speedkey.c b/src/speedkey.c index 6a942e6..317cbc1 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,352 +1,352 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
10e8d506dd32522c53af77c1fc7146948670b621
Version change to 0.0.5
diff --git a/ChangeLog b/ChangeLog index d84bca1..415787f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,17 @@ +0.0.5 Fri Feb 12 21:58:04 CET 2010 + - Allow the start and end year of the serial to be passed at the command line. + - Small speed improvement. + 0.0.4 Tue Jan 26 20:39:54 CET 2010 - Build instruction...
potyl/speedkey
edc299dd50a57c25d22d0d041322d94cea7ba43a
Speed improvement if year_end is compared with < instead of <=
diff --git a/src/speedkey.c b/src/speedkey.c index e70c564..6a942e6 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,352 +1,352 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
a64a64792e2c73d46df16b28eada1e1ca109c3b3
Allow the serial start year to be passed at the comand line
diff --git a/src/speedkey.c b/src/speedkey.c index a9f8cc7..e70c564 100644 --- a/src/speedkey.c +++ b/src/speedkey.c @@ -1,339 +1,352 @@ /* speed-key.c - Generate the WEP key of a SpeedTouch modem based on the SSID * of the device. * * Copyright (C) 2010 Emmanuel Rodriguez <emmanuel.rodriguez@gmail...
potyl/speedkey
9898f30d64a958b3ae9496409856769de890ba6c
The last year for the serials can be passed at the command line
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72ff2db --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.DS_Store +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.h +config.h.in +config.h.in~ +config.log +config.status +configure +depcomp +install-sh +missing +src/.deps/ +src/Makefi...
brasse/sisyfos
588a3a89fb3cd3eb1eff10c41cbe03369872c0bb
Fixed missing return statement. More triangles in ball.
diff --git a/highscore.py b/highscore.py index 82a153d..c1ffc99 100644 --- a/highscore.py +++ b/highscore.py @@ -1,44 +1,44 @@ from __future__ import with_statement import cPickle as pickle import os HIGH_SCORE_FILE = 'scores' class HighScoreList(object): def __init__(self, max_size): self.max_...
brasse/sisyfos
e9387e9419f2e46d8ae788a43eb5a5b3bc5485e4
Make single file executable from setup.exe
diff --git a/setup.py b/setup.py index 457fa68..82071fc 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,11 @@ from distutils.core import setup -import py2exe +import py2exe, sys, os + +sys.argv.append('py2exe') + +setup( + options = {'py2exe': {'bundle_files': 1}}, + windows = [{'script': "sisyfos.py"}], + zi...
nparry/birthdaysync
ac0521b9f2287f488ad3c1f9c8d4dfb274a446a5
Fix record update
diff --git a/BirthdaySyncer.m b/BirthdaySyncer.m index 92eb9f1..8e12699 100644 --- a/BirthdaySyncer.m +++ b/BirthdaySyncer.m @@ -1,474 +1,475 @@ #import "BirthdaySyncer.h" #import "BirthdaySyncConstants.h" #import "PasswordStorage.h" @interface BirthdaySyncer (Private) -(void)runSync; -(void)runSyncWithCallback...
nparry/birthdaysync
3c60de88305d5228211905ccfe17011507f02325
Logging messages
diff --git a/BirthdaySyncer.m b/BirthdaySyncer.m index 7a8cbbb..92eb9f1 100644 --- a/BirthdaySyncer.m +++ b/BirthdaySyncer.m @@ -1,443 +1,474 @@ #import "BirthdaySyncer.h" #import "BirthdaySyncConstants.h" #import "PasswordStorage.h" @interface BirthdaySyncer (Private) -(void)runSync; -(void)runSyncWithCallback...
nparry/birthdaysync
0b38ef6c6000e057e55e0af1d8d0b724f630c3e9
Add events to google calendar
diff --git a/BirthdaySyncer.m b/BirthdaySyncer.m index 557d359..7a8cbbb 100644 --- a/BirthdaySyncer.m +++ b/BirthdaySyncer.m @@ -1,360 +1,443 @@ #import "BirthdaySyncer.h" #import "BirthdaySyncConstants.h" #import "PasswordStorage.h" @interface BirthdaySyncer (Private) -(void)runSync; -(void)runSyncWithCallback...
nparry/birthdaysync
dd7d94e77fcd8a8786e7985582cdde86a7701546
Scaffolding for create, modify, and delete of calendar events from sync changes
diff --git a/BirthdaySyncer.h b/BirthdaySyncer.h index 8553a4e..5be0125 100644 --- a/BirthdaySyncer.h +++ b/BirthdaySyncer.h @@ -1,24 +1,25 @@ #import <Cocoa/Cocoa.h> #import <SyncServices/SyncServices.h> #import "GData/GData.h" @interface BirthdaySyncer : NSObject <ISyncSessionDriverDataSource> { NSOperationQu...
nparry/birthdaysync
ca5b22782a7a255cbeb68b8f202fbb7a4a67a3b2
Implement 'delete all' sync step with hacks to work around stupid proxies and bugs in gdata-client
diff --git a/BirthdaySyncer.m b/BirthdaySyncer.m index 47948f5..9ab5bea 100644 --- a/BirthdaySyncer.m +++ b/BirthdaySyncer.m @@ -1,283 +1,288 @@ #import "BirthdaySyncer.h" #import "BirthdaySyncConstants.h" #import "PasswordStorage.h" @interface BirthdaySyncer (Private) -(void)runSync; -(void)runSyncWithCallback...
nparry/birthdaysync
3ea9e6e64fd322d58485d383e3e15e65e3c37837
Support calendar reset from sync engine
diff --git a/BirthdaySyncer.m b/BirthdaySyncer.m index 32406d0..47948f5 100644 --- a/BirthdaySyncer.m +++ b/BirthdaySyncer.m @@ -1,264 +1,283 @@ #import "BirthdaySyncer.h" #import "BirthdaySyncConstants.h" #import "PasswordStorage.h" @interface BirthdaySyncer (Private) -(void)runSync; -(void)runSyncWithCallback...
nparry/birthdaysync
d8f2af7e944a3f076eff50622a4cb7e3d70d1bcd
Add objective-c gdata client dep, enable creation of target calendar on Google calendar
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5132d7a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/gdata"] + path = external/gdata + url = git@github.com:nparry/gdata-objectivec-client.git diff --git a/BirthdaySync.xcodeproj/project.pbxproj b/BirthdaySync.xcodeproj/...
nparry/birthdaysync
8ca9ff2b8d0de1063aca11b942e33c5e5abc6557
Extra files for the first push
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..473b0d0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,25 @@ + Copyright (c) 2009 Nathan Parry. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are ...
nparry/birthdaysync
aab35ba5a82184b9f315eaf5f7efe87064d549b9
Get stuff into source control, not yet functional
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee16ebd --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +*.pbxuser +*.mode1v3 +build/**/* diff --git a/AppController.h b/AppController.h new file mode 100644 index 0000000..50aab9f --- /dev/null +++ b/AppController.h @@ -0,0 +1,12 @@ +#i...
mstead/GwtSite
07a982cf1a1c297c74dcb99f0ade25fcf6245a4f
Mavenized the project.
diff --git a/.classpath b/.classpath index 428cd07..3801bd2 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="resources"/> + <classpathentry kind="src" path="src/main/java"/> + <class...
mstead/GwtSite
13707cf9e41f239b76ac9ec77bd136b4b15b2d4c
Removed cyclic reference b/w controller/page.
diff --git a/src/net/bugsquat/gwtsite/client/PageContainerLayout.java b/src/net/bugsquat/gwtsite/client/PageContainerLayout.java index 81fbed2..86c1e67 100644 --- a/src/net/bugsquat/gwtsite/client/PageContainerLayout.java +++ b/src/net/bugsquat/gwtsite/client/PageContainerLayout.java @@ -1,32 +1,29 @@ package net.bugs...
mstead/GwtSite
d5dd9783e070e6d01abf383f703f7309df135dc4
Implemented built in Loading Overlay
diff --git a/.classpath b/.classpath index b1ad945..428cd07 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="resources"/> <classpathentry kind="con" path="org.eclipse.jdt.launching...
mstead/GwtSite
718e0943178b28c4eab025e6abd06f51d3579cd1
Make PageLoader thread-safe.
diff --git a/src/net/bugsquat/gwtsite/client/PageLoader.java b/src/net/bugsquat/gwtsite/client/PageLoader.java old mode 100755 new mode 100644 index ab47783..e4da49d --- a/src/net/bugsquat/gwtsite/client/PageLoader.java +++ b/src/net/bugsquat/gwtsite/client/PageLoader.java @@ -1,56 +1,56 @@ package net.bugsquat.gwtsit...
mstead/GwtSite
fb4c9d51986c1d828eb3567edc54ccd1458e04b6
Now following GWT 2.0 layout standards.
diff --git a/.classpath b/.classpath index 7015220..b1ad945 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_...
mstead/GwtSite
770d9bd4a9b172a2ed199bf2b5eded0758e651d6
Added basic header to the default layout.
diff --git a/src/net/bugsquat/gwtsite/client/PageContainerLayout.java b/src/net/bugsquat/gwtsite/client/PageContainerLayout.java index cc50d16..81fbed2 100644 --- a/src/net/bugsquat/gwtsite/client/PageContainerLayout.java +++ b/src/net/bugsquat/gwtsite/client/PageContainerLayout.java @@ -1,32 +1,32 @@ package net.bugs...
gautamrege/RPCFN5solutions
139f31f99ebf9041237b0c6c9c2074557c1dd54f
Added a solution and unit test result for 47. It was executed with Ruby 1.9.1.
diff --git a/47_ClementJulliard/maze.rb b/47_ClementJulliard/maze.rb new file mode 100644 index 0000000..e93411e --- /dev/null +++ b/47_ClementJulliard/maze.rb @@ -0,0 +1,114 @@ +# cf. http://rubylearning.com/blog/2009/12/27/rpcfn-mazes-5/ + +class Coord + + attr_accessor :x, :y + + def initialize(x, y) + @x, @y = x,...
gautamrege/RPCFN5solutions
5f78789d428ffb43b65c61a6b5f3f0aed1019f88
Added 6 participants' solutions and unit test results (41-46).
diff --git a/41_JamesDaniels/maze.rb b/41_JamesDaniels/maze.rb new file mode 100644 index 0000000..78950f4 --- /dev/null +++ b/41_JamesDaniels/maze.rb @@ -0,0 +1,49 @@ +class Maze + + Cardinals = Proc.new{|(x,y)| [[x-1,y],[x,y+1],[x+1,y],[x,y-1]].select{|c| c.min >= 0}} + MazeSeperator, MazeStart, MazeWall, MazeEnd, M...
gautamrege/RPCFN5solutions
fa8b1354dd96d817f47cda25bc2f3fd31949dbe1
Added 5 participants' solutions and unit test results (36-40).
diff --git a/36_JavierBlancoGutierrez/maze.rb b/36_JavierBlancoGutierrez/maze.rb new file mode 100644 index 0000000..5fe53b0 --- /dev/null +++ b/36_JavierBlancoGutierrez/maze.rb @@ -0,0 +1,71 @@ +class String + alias_method :is_a, :== + alias_method :is_an, :== +end + +class Maze + + NAVIGABLE = ' ' + WALL ...
gautamrege/RPCFN5solutions
ff2a7263bd0649558adee47fd0c6828a8b5a2a68
Added 2 participants' solutions and unit test results (33-34). - ran 33-34 with Ruby 1.9.1
diff --git a/34_HimansuDesai/maze.rb b/34_HimansuDesai/maze.rb new file mode 100644 index 0000000..4679b7a --- /dev/null +++ b/34_HimansuDesai/maze.rb @@ -0,0 +1,221 @@ +WALL = 'WALL' # constant denoting a WALL (point in the maze that we can't move past) +SPACE = 'SPACE' # constant denoting a point that can be traverse...
gautamrege/RPCFN5solutions
c7c68ba867e625d597fd3e9f9f3d3be319e970fa
Added 4 participants' solutions and unit test results (29-33).
diff --git a/29_ChristianKnappskog/ChristianKnappskog_Maze_spec.rb b/29_ChristianKnappskog/ChristianKnappskog_Maze_spec.rb new file mode 100644 index 0000000..2e0a1f6 --- /dev/null +++ b/29_ChristianKnappskog/ChristianKnappskog_Maze_spec.rb @@ -0,0 +1,185 @@ +require 'spec' +require 'Maze' + +MAZE1 = %{################...
gautamrege/RPCFN5solutions
b9c31e7e86c1f50359f2ddc3bdc0aea866b5054a
Added 12 participants' solutions and unit test results (17-28).
diff --git a/29_ChristianKnappskog/ChristianKnappskog_Maze_spec.rb b/29_ChristianKnappskog/ChristianKnappskog_Maze_spec.rb new file mode 100644 index 0000000..2e0a1f6 --- /dev/null +++ b/29_ChristianKnappskog/ChristianKnappskog_Maze_spec.rb @@ -0,0 +1,185 @@ +require 'spec' +require 'Maze' + +MAZE1 = %{################...
gautamrege/RPCFN5solutions
e6ff3e482943d17a109d90daae4f87cfe856718a
Added 12 participants' solutions and unit test results (17-28).
diff --git a/17_IanStewart/maze.rb b/17_IanStewart/maze.rb new file mode 100644 index 0000000..77d3ce2 --- /dev/null +++ b/17_IanStewart/maze.rb @@ -0,0 +1,80 @@ +#BlueWizard is an old, nearsighted sorcerer, who leans hard on his cane. +#He prefers to spawn (also nearsighted) copies of himself to explore the dungeon, ...
gautamrege/RPCFN5solutions
c3a35ed4e143bd91841d0b74cc00918f7b0fe570
One more revising. Stopped using stacks to avoid the _snapshot method's restriction.
diff --git a/ashbb/mod.rb b/ashbb/mod.rb index 22d2179..efb585e 100644 --- a/ashbb/mod.rb +++ b/ashbb/mod.rb @@ -1,41 +1,41 @@ # mod.rb module Mod def go hunter x, y = hunter [[x+1, y] , [x, y+1], [x-1, y], [x, y-1]].each do |a, b| if [a, b] == @goal @found = true @maze[[a,...
gautamrege/RPCFN5solutions
425d7353fd6f9d9a04b374a8395e839febf2d359
Now r0.3a added the snapshot button.
diff --git a/ashbb/shoes_maze.rb b/ashbb/shoes_maze.rb index 727383a..ca73f3e 100644 --- a/ashbb/shoes_maze.rb +++ b/ashbb/shoes_maze.rb @@ -1,43 +1,49 @@ # shoes_maze.rb require 'mazes' require 'mod' class Maze < Shoes include Mod url '/', :index url '/(.*)', :index def index n = 0 mazes = [...
gautamrege/RPCFN5solutions
7b4304bb5742cb1da74304e5f882ca028640852a
Added 3 participants' solutions and unit test results (14-16).
diff --git a/14_MarcMinneman/maze.rb b/14_MarcMinneman/maze.rb new file mode 100644 index 0000000..5d033c0 --- /dev/null +++ b/14_MarcMinneman/maze.rb @@ -0,0 +1,106 @@ +=begin +Introduction + +Mazes are known to have challenged humans from as far back as the 5th century +BC. There are many types of maze, but typicall...
gautamrege/RPCFN5solutions
f0d92200830ecc11f081ec69116fc0a121d93cea
Added 4 participants' solutions and unit test results (10-13).
diff --git a/10_AldricGiacomoni/maze.rb b/10_AldricGiacomoni/maze.rb new file mode 100644 index 0000000..07d7666 --- /dev/null +++ b/10_AldricGiacomoni/maze.rb @@ -0,0 +1,86 @@ +class Maze + require 'set' + + def initialize maze, args={} + raise "No maze given, can't amaze!" if maze.nil? + @options = {:start =>...
gautamrege/RPCFN5solutions
464c0dbd6a6c418318c8186bfbba6fec19cd528f
Added 5 participants' solutions and unit test results (05-09).
diff --git a/05_AlekseyGureiev/maze.rb b/05_AlekseyGureiev/maze.rb new file mode 100644 index 0000000..8606fa9 --- /dev/null +++ b/05_AlekseyGureiev/maze.rb @@ -0,0 +1,47 @@ +class Maze + + WALL = '#' + EMPTY = ' ' + + attr_reader :steps + + def initialize(spec) + @spec = spec.split("\n").map { |line| line....
gautamrege/RPCFN5solutions
42a7bc92ba167c25ce510cd0349b3533dda06eab
Added 4 participants' solutions and unit test results (01-04).
diff --git a/01_DmytroShteflyuk/maze.rb b/01_DmytroShteflyuk/maze.rb new file mode 100644 index 0000000..01a5486 --- /dev/null +++ b/01_DmytroShteflyuk/maze.rb @@ -0,0 +1,106 @@ +# Solves mazes using classic painting algorithm. +# +# @example +# Maze.new(MAZE1).solvable? +# Maze.new(MAZE1).steps +# +class Maze + ...
gautamrege/RPCFN5solutions
01801ced7f3b09c37085c2a98658f0a3677b0f52
Added a Shoes solution. Just for fun. :)
diff --git a/ashbb/README.md b/ashbb/README.md new file mode 100644 index 0000000..5bd176e --- /dev/null +++ b/ashbb/README.md @@ -0,0 +1,17 @@ +Maze in Shoes +============= + +Snapshot +-------- + +![snapshot-maze-in-shoes.png](http://github.com/gautamrege/RPCFN5solutions/raw/master/ashbb/snapshot-maze-in-shoes.png) +...
gautamrege/RPCFN5solutions
45dc8e62888888f84320c718533205cb5c63dde4
Added a usage.
diff --git a/README b/README index e69de29..56299ef 100644 --- a/README +++ b/README @@ -0,0 +1,4 @@ +Unit test +--------- + +C:\RPCFN5solutions> ruby test_maze.rb 01_DmytroShteflyuk > 01_DmytroShteflyuk/result.txt \ No newline at end of file
gautamrege/RPCFN5solutions
938a6460adb791b09d20e5723b47f05bc114c40a
Edited a little to use ARGV[0]
diff --git a/test_maze.rb b/test_maze.rb new file mode 100644 index 0000000..5881a14 --- /dev/null +++ b/test_maze.rb @@ -0,0 +1,126 @@ +# RUBY MAZE CHALLENGE +# By Peter Cooper http://gist.github.com/258426 +# +# = INTRODUCTION +# +# Mazes are known to have challenged humans from as far back as the 5th century +#...
jeffbyrnes/railsless-deploy
e249732afbf6fc041a56bb1abbb6f1d2160ef117
Add RubyGems Shields.io badge
diff --git a/README.markdown b/README.markdown index 7e92cd2..587b303 100644 --- a/README.markdown +++ b/README.markdown @@ -1,56 +1,58 @@ # This Project Is Obsolete **Note:** Capistrano 3 (http://www.capistranorb.com/) doesn't ship with any Railsisms, and is better in almost every measurable way than Capistrano 2 ...
jeffbyrnes/railsless-deploy
37cbd5ff40eac03f7b9e2b1fb536e652d5fe98a0
Bump to v.1.1.3
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 4a96d49..9757d71 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,36 +1,40 @@ # Lee Hambley's Railsless Deploy +## 1.1.3 – Dec 13 2013 + +* Manually merge in code from [Capistrano 2.15.5's `lib/capistrano/recipes/deploy.rb`](https://github.co...
jeffbyrnes/railsless-deploy
fd5521d8ea60607c07ef0ed8417bc061369fe14e
Bring up to parity w/ Cap v2.15.5
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 68a19f4..61a40c4 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,439 +1,478 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
aa282fbd52ef614450e52fcf3fb94ba23855367f
Preparing v1.1.2
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 682587e..4a96d49 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,32 +1,36 @@ # Lee Hambley's Railsless Deploy +## 1.1.2 - May 28 2013 + +* Small change not to set latest_release if there are no old releases. + ## 1.1.1 - April 23rd 2013 * ...
jeffbyrnes/railsless-deploy
7697b53646f3b5abd4e946a7efd3bcd866e5dc60
Check for existence of any releases before setting current_release
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 343c252..68a19f4 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,439 +1,439 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
c167f0dc0ffd2632d670352c3acff46572268d68
Tweak the Gemspec
diff --git a/railsless-deploy.gemspec b/railsless-deploy.gemspec index 452b8ab..e911285 100644 --- a/railsless-deploy.gemspec +++ b/railsless-deploy.gemspec @@ -1,41 +1,41 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: ut...
jeffbyrnes/railsless-deploy
14ad6235f72895ae971a64b94318e1e0481a5ac3
Version 1.1.1
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 3af4761..682587e 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,27 +1,32 @@ # Lee Hambley's Railsless Deploy +## 1.1.1 - April 23rd 2013 + +* Various changes around linking of shared children, and changes to keep some + familiarity with the ...
jeffbyrnes/railsless-deploy
9468e30e0f99c26606bccff3d08b5835ac5dbe9f
Repository Cleanup
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8966b04 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/*.gem diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index a4ac7c5..3af4761 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,27 +1,27 @@ # Lee Hambley's Railsless Deploy ...
jeffbyrnes/railsless-deploy
d1312ed727491f304005589f0ada221dd29cbac6
deploy:symlink display a warning before calling deploy:create_symlink
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 09e2e60..8ae5d8f 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,411 +1,421 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
226253d4de3292dfa8cfae84fc02931c22154bd7
Fixes a bug with shared children, view next lines for more details. When you run cap deploy:setup it should create directories for all shared children at shared/child_dir, not shared/path/to/child_dir. Additionally, when you deploy capistrano should symlink all shared children to the correct current dir - for example,...
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 8bb35e0..c782900 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,411 +1,422 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
abfc24c43064a7b6d2564a2fa6a2f89873943ce6
Add gemspec
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4fe2a56..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.gem -*.gemspec -pkg/* diff --git a/railsless-deploy.gemspec b/railsless-deploy.gemspec new file mode 100644 index 0000000..ba32d50 --- /dev/null +++ b/railsless-deploy.gemspec @@ -0,0 +...
jeffbyrnes/railsless-deploy
1d3a0ab7828b76262f0ebe76df21339d7df84e10
Rename :symlink to :create_symlink
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 8bb35e0..09e2e60 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,411 +1,411 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
f539d7257ec9f7766462d527bfd193beee2b8b33
Fixed shared children not linking
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 534734e..9eeb64f 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,417 +1,418 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
139dd983bf0065692f1607031d7e95590dc1e9ef
Shared children fix
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 8bb35e0..534734e 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,411 +1,417 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
c08923b8cdfa3890b1105dd04494c66cd7b37020
Version bump to 1.0.2
diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2
jeffbyrnes/railsless-deploy
6c7147c00699cc9bddfabec182746b9c59fc49f8
Fixes #4 - Another defaults problem
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 2dc32c9..8bb35e0 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,411 +1,411 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
0de7ba209d7538091452c141bd609b52c56ee5a5
Version bump to 1.0.1
diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1
jeffbyrnes/railsless-deploy
531714808706ff0dbdfef228a8675ed19739aee2
Fixies Issue #2 (Documentation problem)
diff --git a/lib/railsless-deploy.rb b/lib/railsless-deploy.rb index 1c94ac3..2dc32c9 100644 --- a/lib/railsless-deploy.rb +++ b/lib/railsless-deploy.rb @@ -1,412 +1,411 @@ Capistrano::Configuration.instance(:must_exist).load do require 'capistrano/recipes/deploy/scm' require 'capistrano/recipes/deploy/strateg...
jeffbyrnes/railsless-deploy
3f083e1d30890c754abf4fe28c35e128095f5c13
Fixies Issue #1 (Documentation problem)
diff --git a/README.markdown b/README.markdown index 033aeca..2fad3bc 100644 --- a/README.markdown +++ b/README.markdown @@ -1,51 +1,48 @@ # Lee Hambley's Railsless Deploy If you want to get the most out of Capistrano and you do not want to have to deal with the *railsisms* that ship by default, this is the gem for...
jeffbyrnes/railsless-deploy
f18625483c247bf466e685aaa58f704a988fbfd9
Moving to gemcutter, adding a License and the big 1.0.0 release no problems reported yet
diff --git a/.gitignore b/.gitignore index c111b33..4fe2a56 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.gem +*.gemspec +pkg/* diff --git a/LICENSE.markdown b/LICENSE.markdown new file mode 100644 index 0000000..dba4706 --- /dev/null +++ b/LICENSE.markdown @@ -0,0 +1,22 @@ +Copyright (c) <2009> Lee Hambley...
jeffbyrnes/railsless-deploy
600fefc1e4435d5af69c3914129a78f0997ed9c7
Version bump to 1.0.0
diff --git a/VERSION b/VERSION index 77d6f4c..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 +1.0.0
jeffbyrnes/railsless-deploy
0882b392098624e83f51f9a5be800a1c4410bb6f
Version bump to 0.0.0
diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..77d6f4c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.0
jeffbyrnes/railsless-deploy
7f097bb205fd237b8d1c8a7fcb82277f74532e92
Adding a license, wow - now it feels serious :)
diff --git a/railsless-deploy.gemspec b/railsless-deploy.gemspec index c1356ac..926233d 100644 --- a/railsless-deploy.gemspec +++ b/railsless-deploy.gemspec @@ -1,13 +1,13 @@ spec = Gem::Specification.new do |s| s.name = 'railsless-deploy' s.version = '0.0.15' s.summary = "Deployment recipe for Capistrano wit...
jeffbyrnes/railsless-deploy
493aff2fa28c2bc120429cb8d0bc0d0121907326
Indentation problems
diff --git a/README.markdown b/README.markdown index fe663d3..fde13b9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,50 +1,50 @@ # Lee Hambley's Railsless Deploy If you want to get the most out of Capistrano and you do not want to have to deal with the *railsisms* that ship by default, this is the gem for...
jeffbyrnes/railsless-deploy
dd8bdd21529c1558a198091adf09d835033ddfbd
Documentation tweak, bounces version number, for better or for worse
diff --git a/README.markdown b/README.markdown index 5fc1bce..fe663d3 100644 --- a/README.markdown +++ b/README.markdown @@ -1,50 +1,50 @@ # Lee Hambley's Railsless Deploy If you want to get the most out of Capistrano and you do not want to have to deal with the *railsisms* that ship by default, this is the gem for...
jeffbyrnes/railsless-deploy
b928e63b1f73bea136cf210c5ba6ab2f2e2a52fb
Removing some deprecated shell methods (only output a warning)
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 05c5bbd..a4ac7c5 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,22 +1,27 @@ # Lee Hambley's Railsless Deploy +## 0.0.15 - July 7th 2009 + +* Removed `require 'yaml'` as we don't use it +* Removed the tasks (which contained only deprecation wa...
jeffbyrnes/railsless-deploy
fbcd9f0c1cc6b7f30d875cf8eb6cd099fcd98195
Lovely Lovely, Documentation Changes
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 2e09fb4..05c5bbd 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,17 +1,22 @@ # Lee Hambley's Railsless Deploy -## 0.0.13 +## 0.0.14 - July 7th 2009 + +* Added dates to changelog. +* Including the output of cap -T in the readme for display on G...
jeffbyrnes/railsless-deploy
5af76d23e0444262f6b4f53d746175a05d91dae6
Bounce version number
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 24bf589..2e09fb4 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,13 +1,17 @@ # Lee Hambley's Railsless Deploy -## 0.0.12 +## 0.0.13 * Fixes a README problem and includes the README and CHANGELOG in the gem. +## 0.0.12 + +* Trivial documen...
jeffbyrnes/railsless-deploy
4fafa271652732d0eda2688482517272f71baaff
Fixing a problem reported by John in the readme, and repackaging the gem
diff --git a/railsless-deploy.gemspec b/railsless-deploy.gemspec index 53fd57f..8aed488 100644 --- a/railsless-deploy.gemspec +++ b/railsless-deploy.gemspec @@ -1,13 +1,13 @@ spec = Gem::Specification.new do |s| s.name = 'railsless-deploy' - s.version = '0.0.13' + s.version = '0.0.12' s.summary = "Deployment r...
jeffbyrnes/railsless-deploy
559d1f81ea19c1a79628b6ad0b7dcbebf09344c0
Fixing a problem reported by John in the readme, and repackaging the gem
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown new file mode 100644 index 0000000..24bf589 --- /dev/null +++ b/CHANGELOG.markdown @@ -0,0 +1,13 @@ +# Lee Hambley's Railsless Deploy + +## 0.0.12 + +* Fixes a README problem and includes the README and CHANGELOG in the gem. + +## 0.0.11 + +* Gemspec changed to run u...
jeffbyrnes/railsless-deploy
6e7077e0e2390037d7cda89ab9275db22dd459e2
Fixing the gemspec
diff --git a/railsless-deploy.gemspec b/railsless-deploy.gemspec index dcf5cd7..6c98d23 100644 --- a/railsless-deploy.gemspec +++ b/railsless-deploy.gemspec @@ -1,13 +1,13 @@ spec = Gem::Specification.new do |s| s.name = 'railsless-deploy' s.version = '0.0.12' s.summary = "Deployment recipe for Capistrano wit...
jeffbyrnes/railsless-deploy
a229805f790e49ad8f5641eea652e65a3da0143a
Gemspec tweak and version bounce see if GitHub can build this version\!
diff --git a/railsless-deploy.gemspec b/railsless-deploy.gemspec index fe7187a..dcf5cd7 100644 --- a/railsless-deploy.gemspec +++ b/railsless-deploy.gemspec @@ -1,13 +1,13 @@ spec = Gem::Specification.new do |s| s.name = 'railsless-deploy' - s.version = '0.0.11' + s.version = '0.0.12' s.summary = "Deployment r...
jeffbyrnes/railsless-deploy
30167fd1c6b420e746ae73b7913e92d9e9d2048b
Ignoring binary gems\!
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c111b33 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.gem
jeffbyrnes/railsless-deploy
dc92b7af8666107eae46a0e8b3bfd40d79dffd93
First set of files, not sure if this will build or work yet\!
diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..f59bfb9 --- /dev/null +++ b/README.markdown @@ -0,0 +1,30 @@ +# Lee Hambley's Railsless Deploy + +If you want to get the most out of Capistrano and you do not w...