repo
string
commit
string
message
string
diff
string
trek/red-sample-apps
8ae9ed9ece7e4c08f6bc0e1d464ad07ce50214d4
ready for screencast v1
diff --git a/facebook_photos/ajax/1.html b/facebook_photos/ajax/1.html index e69de29..ecb77cd 100644 --- a/facebook_photos/ajax/1.html +++ b/facebook_photos/ajax/1.html @@ -0,0 +1,17 @@ +<div class='photo'><div><img src='/images/tiny/j_01.jpg' /></div></div> +<div class='photo'><div><img src='/images/tiny/j_02.jpg' /><...
trek/red-sample-apps
e86d7e01995b4cc32e28e22abc0ba8d754862229
added fourth ajax page
diff --git a/facebook_photos/ajax/4.html b/facebook_photos/ajax/4.html new file mode 100644 index 0000000..b338aeb --- /dev/null +++ b/facebook_photos/ajax/4.html @@ -0,0 +1,5 @@ +<div class='photo'><div></div></div> +<div class='photo'><div></div></div> +<div class='photo'><div></div></div> +<div class='photo'><div></...
trek/red-sample-apps
918df49966eaa789000948698bdd50d37e31012d
naming scheme for photos, thumbnail added
diff --git a/facebook_photos/images/full/n2203865_44699938_683.jpg b/facebook_photos/images/full/j_01.jpg similarity index 100% rename from facebook_photos/images/full/n2203865_44699938_683.jpg rename to facebook_photos/images/full/j_01.jpg diff --git a/facebook_photos/images/full/n2210434_36361375_607.jpg b/facebook_p...
trek/red-sample-apps
3d23dc63dc5369d3615400d9efc9112aa5ab815a
added full sized image samples
diff --git a/facebook_photos/images/full/n2203865_44699938_683.jpg b/facebook_photos/images/full/n2203865_44699938_683.jpg new file mode 100644 index 0000000..226e572 Binary files /dev/null and b/facebook_photos/images/full/n2203865_44699938_683.jpg differ diff --git a/facebook_photos/images/full/n2210434_36361375_607....
jmettraux/ruote-cukes
b712ccb6f0db8f46eca8f2587bbb8def1b32741a
#proceed replaced #reply for StorageParticipant
diff --git a/lib/ruote/cukes.rb b/lib/ruote/cukes.rb index 918cdc0..39db02c 100644 --- a/lib/ruote/cukes.rb +++ b/lib/ruote/cukes.rb @@ -1,213 +1,213 @@ #-- # Copyright (c) 2010, John Mettraux, jmettraux@gmail.com # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software a...
jmettraux/ruote-cukes
755299bbaddf2a3ac2e68abc0c75f913c5ca68b2
release 2.1.9
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9bbf8fd..f771d0c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ = ruote-cukes - CHANGELOG.txt -== ruote-cukes - 2.1.8 not yet released +== ruote-cukes - 2.1.9 released 2010/06/14 - initial release diff --git a/Rakefile b/Rakefile index 2...
jmettraux/ruote-cukes
8096de02c1cb0e1a652949cc9eef094ab4535b69
Then the process should be over : better impl
diff --git a/lib/ruote/cukes.rb b/lib/ruote/cukes.rb index e2d857b..918cdc0 100644 --- a/lib/ruote/cukes.rb +++ b/lib/ruote/cukes.rb @@ -1,209 +1,213 @@ #-- # Copyright (c) 2010, John Mettraux, jmettraux@gmail.com # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software a...
jmettraux/ruote-cukes
3f10e2f0032b3a407c77f38a6928b6c84e069f0b
changelog in
diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..9bbf8fd --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,8 @@ + += ruote-cukes - CHANGELOG.txt + + +== ruote-cukes - 2.1.8 not yet released + +- initial release +
jmettraux/ruote-cukes
d679915d8239f29b5281536d33c57c7b539190ff
forgetting wi when replying and fetching it automatically
diff --git a/TODO.txt b/TODO.txt index 6b44283..dcd1919 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,7 @@ +[o] use tables for field input +[o] "When I update the workitem with" should do storage_participant.first if + there is no workitem present + [ ] something about participants -[ ] use tables for field inp...
jmettraux/ruote-cukes
7d93405880e6ab33f557ddc9a3ce7e57ef734514
Then the process should be over
diff --git a/features/over.feature b/features/over.feature new file mode 100644 index 0000000..c268735 --- /dev/null +++ b/features/over.feature @@ -0,0 +1,13 @@ + +Feature: When I launch + + of course, launch may be a Given or a When + + Scenario: from alpha to bravo + Given I have a ruote engine + And the cat...
jmettraux/ruote-cukes
a51617c394aeb109c6d287187b0495fd032b4eb3
including a scenario example in the readme
diff --git a/README.rdoc b/README.rdoc index 80d39e8..f2a2d1d 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,38 +1,55 @@ = ruote-cukes Cucumber helpers (steps) for testing ruote process definitions and participants. - INSERT SAMPLE FEATURE HERE + Scenario: alpha to bravo + Given I have a ruote engine + ...
jmettraux/ruote-cukes
5dadf7d802356577450f52392c0568fb4bcda4d5
using cucumber tables for fields and variables
diff --git a/features/basic.feature b/features/basic.feature index d3a3926..4e70339 100644 --- a/features/basic.feature +++ b/features/basic.feature @@ -1,15 +1,14 @@ Feature: basic a basic feature example Scenario: from a to b Given I have a ruote engine - And the initial fields are "customer":"Al...
jmettraux/ruote-cukes
34fbdff6b4d08deaba86e1683529c85e6ae5dc3a
Then the workitem should include 'this and that field'
diff --git a/TODO.txt b/TODO.txt index 23fa3a3..6b44283 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,4 @@ [ ] something about participants +[ ] use tables for field input diff --git a/features/update.feature b/features/update.feature new file mode 100644 index 0000000..c320d34 --- /dev/null +++ b/features/updat...
jmettraux/ruote-cukes
b3be15ebd1a833d08d8bc69f99f6ae152d34e3a3
from example_features/ to features/ (examples are specs)
diff --git a/CREDITS.txt b/CREDITS.txt index 6fae079..9438316 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,8 +1,11 @@ = CREDITS.txt John Mettraux - http://jmettraux.wordpress.com Nicholas Faiz - http://github.com/biv Kenneth Kalmer - http://github.com/kennethkalmer + +Many thanks to the authors of Cucum...
jmettraux/ruote-cukes
26303455be64a11a533fb4415d15150bcf1acc8a
When I reply with the workitem
diff --git a/example_features/continuing.feature b/example_features/continuing.feature new file mode 100644 index 0000000..3d35d6d --- /dev/null +++ b/example_features/continuing.feature @@ -0,0 +1,14 @@ + +Feature: no sleep till bravo + + till bravo + + Scenario: from alpha to bravo + Given I have a ruote engine ...
jmettraux/ruote-cukes
c25a604710abde39bcfa55485bd9596f6353d415
using non-capturing groups for participants
diff --git a/lib/ruote/cukes.rb b/lib/ruote/cukes.rb index 869aa9b..288fba9 100644 --- a/lib/ruote/cukes.rb +++ b/lib/ruote/cukes.rb @@ -1,148 +1,148 @@ #-- # Copyright (c) 2010, John Mettraux, jmettraux@gmail.com # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software a...
jmettraux/ruote-cukes
802fb0eeaf77d2a5b097965a8ee8ba6946aca6bc
setting the context
diff --git a/example_features/when_i_launch.feature b/example_features/when_i_launch.feature index da24f55..b86980c 100644 --- a/example_features/when_i_launch.feature +++ b/example_features/when_i_launch.feature @@ -1,12 +1,12 @@ Feature: when I launch... - somewhere in a distant galaxy + A long time ago in a g...
jmettraux/ruote-cukes
e36ae70e63e2b16bc08f8e12fd288af5b1b63a79
giving some time to the engine
diff --git a/lib/ruote/cukes.rb b/lib/ruote/cukes.rb index cfacefd..869aa9b 100644 --- a/lib/ruote/cukes.rb +++ b/lib/ruote/cukes.rb @@ -1,144 +1,148 @@ #-- # Copyright (c) 2010, John Mettraux, jmettraux@gmail.com # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software a...
jmettraux/ruote-cukes
42b5e687617b6d48b806e0cf95696120343e95a5
Then the process should reach participant alpha
diff --git a/example_features/when_i_launch.feature b/example_features/when_i_launch.feature new file mode 100644 index 0000000..da24f55 --- /dev/null +++ b/example_features/when_i_launch.feature @@ -0,0 +1,12 @@ + +Feature: when I launch... + + somewhere in a distant galaxy + + Scenario: from alpha to bravo + Giv...
jmettraux/ruote-cukes
90828791576e6c6ea40afeab51e13bc6a2938c08
and a TODO file
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..23fa3a3 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,3 @@ + +[ ] something about participants +
jmettraux/ruote-cukes
2974b75580c4100d29f35f9b5a985755b0c2e598
CREDITS.txt
diff --git a/CREDITS.txt b/CREDITS.txt new file mode 100644 index 0000000..6fae079 --- /dev/null +++ b/CREDITS.txt @@ -0,0 +1,8 @@ + += CREDITS.txt + +John Mettraux - http://jmettraux.wordpress.com + +Nicholas Faiz - http://github.com/biv +Kenneth Kalmer - http://github.com/kennethkalmer +
jmettraux/ruote-cukes
b42f24dfa6f7d00b78d556e63f00454f5fd9be89
Then the process should be alive
diff --git a/example_features/embedded_flow.feature b/example_features/embedded_flow.feature index 8bb7848..e1763c4 100644 --- a/example_features/embedded_flow.feature +++ b/example_features/embedded_flow.feature @@ -1,21 +1,21 @@ Feature: running the flow - In order to blah + whatever... Scenario: from a t...
jmettraux/ruote-cukes
3049c4e8137c9ec29824baf94bbacf57b45d3e5e
Then the process should have no errors
diff --git a/example_features/flow.feature b/example_features/flow.feature index 0447f36..be1d379 100644 --- a/example_features/flow.feature +++ b/example_features/flow.feature @@ -1,13 +1,14 @@ Feature: running the flow In order to blah Scenario: from a to b Given I have a ruote engine And the i...
jmettraux/ruote-cukes
fd32bd062cebec9bc27cf7224eb1d8bfa754f4bf
embedded process definitions (as strings) are OK
diff --git a/example_features/embedded_flow.feature b/example_features/embedded_flow.feature new file mode 100644 index 0000000..8bb7848 --- /dev/null +++ b/example_features/embedded_flow.feature @@ -0,0 +1,21 @@ + +Feature: running the flow + + In order to blah + + Scenario: from a to b + Given I have a ruote eng...
jmettraux/ruote-cukes
9fe9ec875c1e2e4f056de0b0a453bc3bf847888e
initial example feature 100% green
diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 2b4c1ee..0000000 --- a/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ - -source 'http://gemcutter.org' - -gem 'cucumber' -gem 'ruote' - diff --git a/README.rdoc b/README.rdoc index 42ba4ad..b1f4620 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,15 @@ = ruot...
jmettraux/ruote-cukes
fbc641f94e0c9931aad20ae352ce8b1cb4a2e2e6
placing all in a single ruote/cukes.rb file
diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..42ba4ad --- /dev/null +++ b/README.rdoc @@ -0,0 +1,7 @@ + += ruote-cukes + +== license + +MIT + diff --git a/example_features/flow.feature b/example_features/flow.feature index 52876a9..0447f36 100644 --- a/example_features/flow.feature +++ b/ex...
Rainer/scm-visualizer
4d7432bb28d753de18769b1652d7073e48683670
glip and git support
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f268c6c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "glip"] + path = glip + url = http://github.com/patrikf/glip.git diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0017ff1 --- /dev/null +++ b/LICENSE @@ -0,0 +...
Rainer/scm-visualizer
be639640ba6103c309886f9eab63f2095993ec97
Multiple config support
diff --git a/conf/config.php.template b/conf/config.php.template index 8e567ad..0f43d9e 100644 --- a/conf/config.php.template +++ b/conf/config.php.template @@ -1,20 +1,52 @@ <?php +require_once('lib/config_object.php'); +/// Configuration is stored in a named array +$conf=array(); + // Choose type of scm (git,svn,.....
Rainer/scm-visualizer
23b07da4b2bac310ee5cca17a638f9ff1b31f1c7
Bugfix get paths bei svn für calc_files, Sortierung korrigiert
diff --git a/index.html b/index.html index 6178368..a1efc0c 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,15 @@ <html> <head> <title>scm-visualizer</title> </head> <body> Visualization of commits in an scm<br> <br> By commit:<br> <img src="plot.php" alt="by commit"><br> By author:<br> <img src="plot.p...
Rainer/scm-visualizer
d87fb4fe61207bd196f0c71bca322fd18fbb9d59
calc-commit Datumslücken gefüllt
diff --git a/lib/calc_commit.php b/lib/calc_commit.php index a161036..d6c9d30 100644 --- a/lib/calc_commit.php +++ b/lib/calc_commit.php @@ -1,31 +1,56 @@ <?php require_once('calc_interface.php'); // Calculate visualdata class calc implements calc_interface { // Calculate public function Calculate($log) { ...
Rainer/scm-visualizer
4b073825bbfc291defde06b94fbaebff812bf420
Initial version of scm-visualizer
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92bfeac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +conf/config.php diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..2c0f3fe --- /dev/null +++ b/README.txt @@ -0,0 +1,11 @@ +Author: Andreas Rehm <rehm@itsolution2.de> +Lic...
tredoe/wizard
758f783eb056e7412c11c0e69a93f9d8d144e03b
Remove ioutil for v1.16
diff --git a/config.go b/config.go index 5ce5058..3e027c1 100644 --- a/config.go +++ b/config.go @@ -1,223 +1,222 @@ // Copyright 2010 Jonas mg // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain on...
tredoe/wizard
ad923d89d19bf330c97c38dd4edc5c8bec646538
Initial
diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..1a575d3 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,16 @@ +# Authors + +This is the official list of authors for copyright purposes. +This file is distinct from the 'CONTRIBUTORS' file. See the latter for an explanation. + +Names should be added to ...
PercyPeng/AndroidProxyDaemon
de9ed1cc5c657194cebba8ab932659337fd81045
Add README
diff --git a/README b/README new file mode 100644 index 0000000..01f9f0c --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +This shows how to set proxy in Android. + +Like http Proxy,Socket Proxy,etc + +There including two methords to set proxy: +one is set the property of the Dalvik VM. +The other is new a Proxy() when open ...
hgwr/dicbutton
77d17c984e8aa719eba801a614e11161ee6bc7ef
*** empty log message ***
diff --git a/build.sh b/build.sh index 27c13b3..91441b1 100644 --- a/build.sh +++ b/build.sh @@ -1,23 +1,23 @@ #!/bin/bash CHROME=/opt/google/chrome/google-chrome APP=dicbutton if [ \! -d build ]; then mkdir build fi git status echo " " echo -n "(build.sh) Continue ? (yes/No): " read ans if [ "$ans" ...
hgwr/dicbutton
dac3ad59f3f2cf3b265cf25069b2137e1f20870b
*** empty log message ***
diff --git a/manifest.json b/manifest.json index 46c3788..f9dbec2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "name": "dicbutton", - "version": "0.2.1", + "version": "0.2.2", "description": "Adding Useful Buttons to Google Search", "update_url": "http://www.moreslowly.jp/chrome/extens...
hgwr/dicbutton
e56ce2ef9546b49c22f64975e309b2d4de131c8b
*** empty log message ***
diff --git a/dicbutton.js b/dicbutton.js index bd17288..8af13b3 100644 --- a/dicbutton.js +++ b/dicbutton.js @@ -1,57 +1,63 @@ // http://www.ohmiyapatriots.com/blog/2007/07/04/greasemonkey%E3%81%AE%E9%96%8B%E7%99%BA%E3%82%92%E3%81%BE%E3%81%A8%E3%82%81%E3%81%A6%E3%81%BF%E3%82%8B/ function getFirstElementByXPath(xpath...
hgwr/dicbutton
e10a395f49aeda6a10cfd9b40ac158e45008fa66
*** empty log message ***
diff --git a/build.sh b/build.sh index 3806ede..27c13b3 100644 --- a/build.sh +++ b/build.sh @@ -1,23 +1,23 @@ #!/bin/bash CHROME=/opt/google/chrome/google-chrome APP=dicbutton if [ \! -d build ]; then mkdir build fi git status echo " " echo -n "(build.sh) Continue ? (yes/No): " read ans if [ "$ans" ...
hgwr/dicbutton
d459261283d2d0e5a164c801daeecf4f0c8f14b2
Google の検索結果のページが変更されたことに対応
diff --git a/dicbutton.js b/dicbutton.js index 43b5e11..bd17288 100644 --- a/dicbutton.js +++ b/dicbutton.js @@ -1,55 +1,57 @@ // http://www.ohmiyapatriots.com/blog/2007/07/04/greasemonkey%E3%81%AE%E9%96%8B%E7%99%BA%E3%82%92%E3%81%BE%E3%81%A8%E3%82%81%E3%81%A6%E3%81%BF%E3%82%8B/ function getFirstElementByXPath(xpath...
hgwr/dicbutton
72381854494749ba055061a429ee9ebd92481003
*** empty log message ***
diff --git a/build.sh b/build.sh index 1dd86e2..3806ede 100644 --- a/build.sh +++ b/build.sh @@ -1,11 +1,23 @@ #!/bin/bash CHROME=/opt/google/chrome/google-chrome APP=dicbutton if [ \! -d build ]; then mkdir build fi +git status +echo " " +echo -n "(build.sh) Continue ? (yes/No): " +read ans +if [ "$ans" ...
hgwr/dicbutton
11147f97a33243050161eadbc4ac4fd2611a726d
*** empty log message ***
diff --git a/build.sh b/build.sh index 75b16d4..1dd86e2 100644 --- a/build.sh +++ b/build.sh @@ -1,11 +1,11 @@ #!/bin/bash CHROME=/opt/google/chrome/google-chrome APP=dicbutton -if [ -d build ]; then +if [ \! -d build ]; then mkdir build fi git-archive --format=tar --prefix="build/${APP}/" HEAD | tar xvf ...
hgwr/dicbutton
013f0f37af57fb480016bf3b9781dfe2698e1587
*** empty log message ***
diff --git a/manifest.json b/manifest.json index c8810d0..89a8e0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "name": "dicbutton", - "version": "0.1", + "version": "0.2", "description": "Adding Useful Buttons to Google Search", "update_url": "http://www.moreslowly.jp/chrome/extensions...
hgwr/dicbutton
5710dea1c545c44ddbaf68bbe9a574f49288725a
*** empty log message ***
diff --git a/.gitignore b/.gitignore index 4d2077a..72370ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ *_flymake.js +build/*
hgwr/dicbutton
5a0932f33c5a45c45983fa1004ef33a184e1f122
*** empty log message ***
diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..75b16d4 --- /dev/null +++ b/build.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +CHROME=/opt/google/chrome/google-chrome +APP=dicbutton + +if [ -d build ]; then + mkdir build +fi + +git-archive --format=tar --prefix="build/${APP}/" HEAD | tar xvf - +# $CHROME -...
hgwr/dicbutton
6df9c6f50e30ac37ceaeae7d22481867562491f2
*** empty log message ***
diff --git a/manifest.json b/manifest.json index f0f1fc8..c8810d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "name": "dicbutton", "version": "0.1", - "description": "Add dictionary buttons to Google home page", + "description": "Adding Useful Buttons to Google Search", "update_url": ...
hgwr/dicbutton
6f3b25df5c50e91fe3ec1b98c7725ce5ce924ba8
*** empty log message ***
diff --git a/manifest.json b/manifest.json index c031d7a..f0f1fc8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,12 @@ { "name": "dicbutton", "version": "0.1", "description": "Add dictionary buttons to Google home page", + "update_url": "http://www.moreslowly.jp/chrome/extensions/dicbutton/update...
hgwr/dicbutton
a282150cab678b950ea4c542ae984c495e828a37
initial version
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d2077a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*_flymake.js diff --git a/dicbutton.js b/dicbutton.js new file mode 100644 index 0000000..43b5e11 --- /dev/null +++ b/dicbutton.js @@ -0,0 +1,55 @@ +// http://www.ohmiyapatriots.com/blog/...
shahriarhaque/kobalt
745c35a86f8a24580e2e95a0baf15e3faf414354
initial import
diff --git a/ChangeLog.txt b/ChangeLog.txt new file mode 100644 index 0000000..3c7be76 --- /dev/null +++ b/ChangeLog.txt @@ -0,0 +1,126 @@ +22/03/2010 Shahriar Haque <shahriar.haque@gmail.com> + +* Refactor + 1) Moved the lighting, network and physics packages to the + experimental package. + + 2) Moved all ...
dudarev/ssm2010
033c61f05844c4a7578dccd04a2e12e43dd20e17
more text styling
diff --git a/index.html b/index.html index 6df9d7e..743ef0f 100644 --- a/index.html +++ b/index.html @@ -1,74 +1,74 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta h...
dudarev/ssm2010
93874ccb45981bbef73ebde60c91003f4f98dfd5
archive of 450 tweets
diff --git a/index.rst b/index.rst index 86e324e..17a99fa 100644 --- a/index.rst +++ b/index.rst @@ -1,21 +1,21 @@ SSM2010 ======= SSM2010 ======= About SSM2010 -------------- The Third Annual Workshop on Search in Social Media (`SSM 2010 <http://ir.mathcs.emory.edu/SSM2010/>`__) took place in New York...
dudarev/ssm2010
012a66bc00ea43ba130bf8faa474f845aa8c2d07
added exported html files
diff --git a/index.html b/index.html index c238678..6df9d7e 100644 --- a/index.html +++ b/index.html @@ -1,76 +1,74 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta h...
dudarev/ssm2010
d87dbe88e3731fa2cec81ea00b481937de8805ae
started index in reStructuredText format, added freemind files for two sections
diff --git a/.gitignore b/.gitignore index 1377554..02fcfa8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.swp +tmp.html diff --git a/index.html b/index.html index bb651f7..c238678 100644 --- a/index.html +++ b/index.html @@ -1,61 +1,76 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://w...
dudarev/ssm2010
16bf5c242177ebf3776c6ac5be13edf491eca885
gitignore and initial edit
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/index.html b/index.html index a64f2b7..bb651f7 100644 --- a/index.html +++ b/index.html @@ -1,76 +1,61 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://...
dudarev/ssm2010
02944e664ddae6ba20963dd337ff2c8a83a272e8
github generated gh-pages branch
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a64f2b7 --- /dev/null +++ b/index.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head>...
chrisforbes/dbgtool
f868dfe509b64dfcba09cc714f38495d10750cf7
use psapi to lookup mapped file names, because dbgapi just gives you NULL.
diff --git a/Ijw.Cricket.NasmApi.Tests/Ijw.Cricket.NasmApi.Tests.csproj b/Ijw.Cricket.NasmApi.Tests/Ijw.Cricket.NasmApi.Tests.csproj index ebd1e7f..d016bac 100644 --- a/Ijw.Cricket.NasmApi.Tests/Ijw.Cricket.NasmApi.Tests.csproj +++ b/Ijw.Cricket.NasmApi.Tests/Ijw.Cricket.NasmApi.Tests.csproj @@ -1,68 +1,70 @@ <?xml...
galaxycats/haz_enum
fa6cf0e5d5d75dc23d7e42feedb5c68cb865d768
added spec for validations
diff --git a/spec/enum_spec.rb b/spec/enum_spec.rb index 1eabaa2..f00104d 100644 --- a/spec/enum_spec.rb +++ b/spec/enum_spec.rb @@ -1,97 +1,102 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "HazEnum" do describe "Enum" do before(:all) do setup_db end i...
galaxycats/haz_enum
e2b81a01788f37c57966ff66c76cb42b02cd6a1a
bump version
diff --git a/lib/version.rb b/lib/version.rb index 1f0715e..55a0f88 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module HazEnum - VERSION = "0.5.4" -end \ No newline at end of file + VERSION = "0.5.5" +end
galaxycats/haz_enum
9166bce179f2643c7f1f251992a166f1a800c7f5
new way to specify enum class
diff --git a/lib/haz_enum/enum.rb b/lib/haz_enum/enum.rb index 1cac2ea..b60780c 100644 --- a/lib/haz_enum/enum.rb +++ b/lib/haz_enum/enum.rb @@ -1,53 +1,59 @@ module HazEnum module Enum def has_enum(enum_name, options={}) enum_name = enum_name.to_s enum_column = options.has_key?(:column_name) ? o...
galaxycats/haz_enum
27f626f418b6aa586d4e00d942ab24e6a1f71e04
added specs for setting class_name
diff --git a/lib/haz_enum/enum.rb b/lib/haz_enum/enum.rb index f4a5bd1..1cac2ea 100644 --- a/lib/haz_enum/enum.rb +++ b/lib/haz_enum/enum.rb @@ -1,53 +1,53 @@ module HazEnum module Enum def has_enum(enum_name, options={}) enum_name = enum_name.to_s enum_column = options.has_key?(:column_name) ? o...
galaxycats/haz_enum
2512c50dcec4087c35ce6e171f5f990d248748cd
use just 1.9.3 for testing
diff --git a/.travis.yml b/.travis.yml index 0b4bc45..83fd3bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,4 @@ language: ruby rvm: - - "1.8.7" - - "1.9.2" - "1.9.3" - - jruby-18mode # JRuby in 1.8 mode - - jruby-19mode # JRuby in 1.9 mode - - rbx-18mode - - rbx-19mode + diff --git a/Rakefile b/Rake...
galaxycats/haz_enum
ae34b1d56c0ef4a4a16430a9c46a26cd180f2344
added travis config
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0b4bc45 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - "1.8.7" + - "1.9.2" + - "1.9.3" + - jruby-18mode # JRuby in 1.8 mode + - jruby-19mode # JRuby in 1.9 mode + - rbx-18mode + - rbx-19mode
galaxycats/haz_enum
c2b2c573bd068e8d1a5493954a6e8c69d223ea03
version number is DRY again, but this time in ruby
diff --git a/VERSION b/VERSION deleted file mode 100644 index c52db98..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.5.3 \ No newline at end of file diff --git a/haz_enum.gemspec b/haz_enum.gemspec index 961fe90..736dd6a 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,31 +1,32 @@ # -*- encoding: utf-...
galaxycats/haz_enum
fd1577631cc7bcf66262fe5f82c85a4ed4f4dc0f
Simplify RDoc task. Why is there rdoc at all? No method is documented, there only exists the readme file
diff --git a/Rakefile b/Rakefile index 5ca692c..e4bbfe5 100644 --- a/Rakefile +++ b/Rakefile @@ -1,27 +1,25 @@ require 'rubygems' require "bundler" require 'rake' require 'spec/rake/spectask' Spec::Rake::SpecTask.new(:spec) do |spec| spec.libs << 'lib' << 'spec' spec.spec_files = FileList['spec/**/*_spec.r...
galaxycats/haz_enum
4e539ff64928cf66c689b78a2c219ff1c43d95de
Using bundler with gemspec instead of jeweler
diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..c80ee36 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "http://rubygems.org" + +gemspec diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..9b9237c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,39 @@ +PATH + remote: . + spe...
galaxycats/haz_enum
9ed9d7963badc3a011420665d4b83cb5969ca7a0
Using new rdoc rake tasks cause rake's own are deprecated
diff --git a/Rakefile b/Rakefile index be5d08f..298deb4 100644 --- a/Rakefile +++ b/Rakefile @@ -1,47 +1,47 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "haz_enum" gem.summary = %Q{has_set and has_enum for ActiveRecord} gem.description = %...
galaxycats/haz_enum
13197bac9a25b6890b2b8b6506c774c662c2da12
Regenerate gemspec for version 0.5.3
diff --git a/haz_enum.gemspec b/haz_enum.gemspec index c08657f..f4d41d8 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,63 +1,63 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.ne...
galaxycats/haz_enum
169145cc8c1099c804692f8ed8574c1b8900503c
Version bump to 0.5.3
diff --git a/VERSION b/VERSION index 2411653..c52db98 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2 \ No newline at end of file +0.5.3 \ No newline at end of file
galaxycats/haz_enum
8e98108b78725bd21cf7c74d62a196eca15dd7ce
works now with ActiveRecord 2.3.0 and higher
diff --git a/Rakefile b/Rakefile index f9601c9..be5d08f 100644 --- a/Rakefile +++ b/Rakefile @@ -1,47 +1,47 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "haz_enum" gem.summary = %Q{has_set and has_enum for ActiveRecord} gem.description = %...
galaxycats/haz_enum
b2f707f6353a91bcae3cc7c60061c08c9fdb0b45
Regenerate gemspec for version 0.5.2
diff --git a/haz_enum.gemspec b/haz_enum.gemspec index 44b632c..96a27e3 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,66 +1,64 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, a...
galaxycats/haz_enum
eafc1a4c53e7b7ffda31bc2930cb28a626e915e1
Version bump to 0.5.2
diff --git a/VERSION b/VERSION index 4b9fcbe..2411653 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 \ No newline at end of file
galaxycats/haz_enum
cef0248582df4b708d81844ce80bebe8cd1fcc2a
handle blank setter parameters
diff --git a/lib/haz_enum/enum.rb b/lib/haz_enum/enum.rb index c8d773f..f4a5bd1 100644 --- a/lib/haz_enum/enum.rb +++ b/lib/haz_enum/enum.rb @@ -1,51 +1,53 @@ module HazEnum module Enum def has_enum(enum_name, options={}) enum_name = enum_name.to_s enum_column = options.has_key?(:column_name) ? o...
galaxycats/haz_enum
719cc0ecc84e4a3b0019f633977a9cf8db0480e6
gemspec for version 0.5.1
diff --git a/haz_enum.gemspec b/haz_enum.gemspec index 5d98abd..44b632c 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,66 +1,66 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specificati...
galaxycats/haz_enum
4f41f042555c2e8c9269dd5405d60c9bfacfdfe1
Version bump to 0.5.1
diff --git a/VERSION b/VERSION index 8f0916f..4b9fcbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1
galaxycats/haz_enum
db52432d451074719cf1a7d4b9140344293a44b2
use constantize instead of classify
diff --git a/lib/haz_enum/enum.rb b/lib/haz_enum/enum.rb index 167db06..c8d773f 100644 --- a/lib/haz_enum/enum.rb +++ b/lib/haz_enum/enum.rb @@ -1,51 +1,51 @@ module HazEnum module Enum def has_enum(enum_name, options={}) enum_name = enum_name.to_s enum_column = options.has_key?(:column_name) ? o...
galaxycats/haz_enum
99a6e0df439904bf2c224670fa27ca16bbc84970
generated gemspec for 0.5.0
diff --git a/haz_enum.gemspec b/haz_enum.gemspec index be472fa..5d98abd 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,63 +1,66 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specificati...
galaxycats/haz_enum
1acddf5d3ab6431c488474c267d785d5fba687d3
Version bump to 0.5.0
diff --git a/VERSION b/VERSION index 17b2ccd..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.3 +0.5.0
galaxycats/haz_enum
8c9ab537a8100b45d5f27a3283a96fa6fc112179
use activerecord 3.0
diff --git a/Rakefile b/Rakefile index e4f0c47..f9601c9 100644 --- a/Rakefile +++ b/Rakefile @@ -1,46 +1,47 @@ require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "haz_enum" gem.summary = %Q{has_set and has_enum for ActiveRecord} gem.description = %...
galaxycats/haz_enum
adddea471c43030b7839d5984c350a61ccc4a9f6
wrote some rdoc usage-examples
diff --git a/README.rdoc b/README.rdoc index 82a2384..f69d8b2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,17 +1,119 @@ = haz_enum -Description goes here. +haz_enum is a ActiveRecord extension to allow associations to enumerations. + +== Installation + +haz_enum is hostet on rubygems.org, so yoou can just do...
galaxycats/haz_enum
a415eeb66f1bfdb16c714b2d6543a79a146e1f67
has_enum should also work without renum
diff --git a/spec/enum_spec.rb b/spec/enum_spec.rb index 81596c8..cab6dbf 100644 --- a/spec/enum_spec.rb +++ b/spec/enum_spec.rb @@ -1,73 +1,78 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "HazEnum" do describe "Enum" do before(:all) do setup_db end ...
galaxycats/haz_enum
5e77b8b2fc726d485cfe9301f3bd3707b34b2c00
kicked no_renum example for has_set
diff --git a/spec/set_spec.rb b/spec/set_spec.rb index ad8ebea..3b57154 100644 --- a/spec/set_spec.rb +++ b/spec/set_spec.rb @@ -1,101 +1,91 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "HazEnum" do describe "Set" do before(:all) do setup_db end ...
galaxycats/haz_enum
5907a8ecaaceb5a21297f4e33c9020b6b1749c00
has_set should work without renum
diff --git a/spec/set_spec.rb b/spec/set_spec.rb index f3cbd77..ad8ebea 100644 --- a/spec/set_spec.rb +++ b/spec/set_spec.rb @@ -1,81 +1,101 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "HazEnum" do describe "Set" do before(:all) do setup_db end ...
galaxycats/haz_enum
2f496dc389ba9c5490458d8d409254e02a435679
added method available_field_types_for_sets
diff --git a/lib/haz_enum.rb b/lib/haz_enum.rb index 7fbe94d..563ee7b 100644 --- a/lib/haz_enum.rb +++ b/lib/haz_enum.rb @@ -1,8 +1,13 @@ require "haz_enum/enum" require "haz_enum/set" module HazEnum + class <<self + def available_field_types_for_sets + [:yml, :bitfield] + end + end end ActiveReco...
galaxycats/haz_enum
8f8ce663cc99025df0555047e30f3ffbfbbcf3b6
changed default field_type to yml
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index c296c09..0798760 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,84 +1,84 @@ module HazEnum module Set def has_set(set_name, options={}) - field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
f6f0932c5e5893f09e13f0db04df2188f1cd71ac
initialization/setting with no array (has_set)
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index b3e65f8..c296c09 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,83 +1,84 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
adea78f9e215b1ca0e6291875d97f5c15631221c
new method has_<association>? for has_enum
diff --git a/lib/haz_enum/enum.rb b/lib/haz_enum/enum.rb index ebafc7e..167db06 100644 --- a/lib/haz_enum/enum.rb +++ b/lib/haz_enum/enum.rb @@ -1,47 +1,51 @@ module HazEnum module Enum def has_enum(enum_name, options={}) enum_name = enum_name.to_s enum_column = options.has_key?(:column_name) ? o...
galaxycats/haz_enum
11417fe209f379671ab2622dacebf6886297f65e
to_s is now called human
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index 3457b5b..b3e65f8 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,81 +1,83 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
cae27a6cf550cf80a26787675c8c3e3b8d9c15d1
regenerated gemspec
diff --git a/haz_enum.gemspec b/haz_enum.gemspec index 96a945b..be472fa 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,63 +1,63 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specificati...
galaxycats/haz_enum
a5c93614497f0056e3e0bc72ef633664fe8a2620
Version bump to 0.4.3
diff --git a/VERSION b/VERSION index 2b7c5ae..17b2ccd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.4.3
galaxycats/haz_enum
7d31b589b59a9af6beeb624832c3bee30b369ed1
fixed default-value
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index 95241ee..3457b5b 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,81 +1,81 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
5700609613c5b3a87f7136ef9fcf49aa22938d6c
Version bump to 0.4.2
diff --git a/VERSION b/VERSION index 267577d..2b7c5ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/haz_enum.gemspec b/haz_enum.gemspec index 4b6dd48..96a945b 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,63 +1,63 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # I...
galaxycats/haz_enum
fffc04726966baf72689639a113373036eff50ef
Version bump to 0.4.1
diff --git a/VERSION b/VERSION index 1d0ba9e..267577d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1
galaxycats/haz_enum
74f2a340707d8caffa2a06244ea195c09d350d8d
to_s with separator defined
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index 9c6b6a5..50c5ed5 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,79 +1,81 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
212aa024ac38c3532e0322c24b4d8f2ce3380276
strings in setter will be constantized
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index a7713bb..9c6b6a5 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,78 +1,79 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
810b7f1db9ad608ece635cd27b0e469c0f1e8d86
default to [] for has_set if nil
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index b6c0afe..a7713bb 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,78 +1,78 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
a5d93ff784f33713949001aa69a8b1ffe9fcd422
use haz_enum 0.4.0
diff --git a/haz_enum.gemspec b/haz_enum.gemspec index f2134b2..b826e08 100644 --- a/haz_enum.gemspec +++ b/haz_enum.gemspec @@ -1,62 +1,63 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specificati...
galaxycats/haz_enum
1dd85829257fb52cd580f43fc32cbf5273c70ead
build 0.4.0 gem
diff --git a/CHANGESET b/CHANGESET new file mode 100644 index 0000000..4c00f59 --- /dev/null +++ b/CHANGESET @@ -0,0 +1,2 @@ +- 0.4.0 [2001-06-28] + * you can now use :yml instead of :bitfield as field_type \ No newline at end of file diff --git a/haz_enum.gemspec b/haz_enum.gemspec index 767e602..f2134b2 100644 --- a...
galaxycats/haz_enum
f4b829ddf1cb8ba18a3ec8eb5332f8cbcd25aaee
Version bump to 0.4.0
diff --git a/VERSION b/VERSION index 0d91a54..1d0ba9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0
galaxycats/haz_enum
b05cb27b484df79aa09bb7d50ca829c6b43757d2
you can now have the field_type :yml
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index ae5fb97..bf1e398 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,59 +1,78 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
4f065f897e91204ee259933fff5ab66eee8ba542
use constantize instead of const_get
diff --git a/lib/haz_enum/set.rb b/lib/haz_enum/set.rb index 30f456f..ae5fb97 100644 --- a/lib/haz_enum/set.rb +++ b/lib/haz_enum/set.rb @@ -1,59 +1,59 @@ module HazEnum module Set def has_set(set_name, options={}) field_type = options.has_key?(:field_type) ? options[:field_type].to_s : "bitfiel...
galaxycats/haz_enum
e116f8cb97b95301a2beecca086997f89580a502
Version bump to 0.3.0
diff --git a/VERSION b/VERSION index 0ea3a94..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0