summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-10-12bundle using git archive, ref #17Dickson S. Guedes
2011-10-07adding git support, ref #16Dickson S. Guedes
Added more example to README Now pgxn_utils notice the repository creation Now pgxn_utils do an initial commit
2011-09-28added initial git support. ref #16Dickson S. Guedes
2011-09-19create a default .gitignore fileDickson S. Guedes
when create a extension using skeleton it now creates a default .gitignore file. Fix #15.
2011-09-08refactored code and changed READMEDickson S. Guedes
2011-07-16showing version when no task is choosedDickson S. Guedes
2011-07-16fixing for OpenSSL backward compatibility with Ruby 1.8.7 versionDickson S. Guedes
2011-06-28ensure use off SSL. Refs #14.Dickson S. Guedes
2011-06-28Fix upload URI.David E. Wheeler
2011-06-24Merge pull request #13 from guedes/issue_9v0.1.2Dickson S. Guedes
Prepare to 0.1.2.
2011-06-24Using 'say' instead raising and fixing some codeissue_9Dickson S. Guedes
2011-06-23Fixing skeleton to checking if directory exists and checking for connection ↵Dickson S. Guedes
when send file
2011-06-23Closing some issuesDickson S. Guedes
2011-06-16Fixing strange behaviours on method #changeDickson S. Guedes
Now #change checks if current_dir is an extension when no extension_name is supplied. Refs #9
2011-06-14Fixing extension in templateDickson S. Guedes
Fix #12, per report from Hitoshi Harada
2011-05-25WIP: change internal behaviour for extension nameDickson S. Guedes
2011-05-23versioningv0.1.1Dickson S. Guedes
2011-05-23fixing #bundle to put files in right place inside zipDickson S. Guedes
2011-05-23versioningDickson S. Guedes
2011-05-22Adding more options to pgxn_utilsDickson S. Guedes
Now pgxn_utils has options to bundle and change extension easily. Refs #4, #5
2011-05-19Re-use options used at create skeleton to futureDickson S. Guedes
Now, when you create a new extension and sometime after try to recreate it with 'skeleton', the arguments has priority, and that args that isn't explicit passed again, are re-used from META.json. Refs #1.
2011-05-13fixed libdir for control file and added version testv0.0.4Dickson S. Guedes
2011-05-12changing versionDickson S. Guedes
2011-05-12added some new options to 'skeleton'Dickson S. Guedes
2011-05-12adding options and fixing typoDickson S. Guedes
2011-05-12putting description in optionsDickson S. Guedes
2011-05-12added more texts to templatesDickson S. Guedes
2011-05-12refactoring options namesDickson S. Guedes
now options follow the respective names in META based on SPEC.
2011-05-12refactored tests and taskDickson S. Guedes
- 'create_extension' changed to 'sekeleton' - tests are refactored - a 'target' option was added to 'skeleton'
2011-05-10minor version updatedDickson S. Guedes
2011-05-10adding more options to create_extension and changind templatesDickson S. Guedes
2011-05-08added templates, author name and author mail to CLIDickson S. Guedes
2011-05-07added initial specs and firt tests workingDickson S. Guedes
2011-05-06added initial specs all pending at momentDickson S. Guedes
2011-05-06starting make a gemDickson S. Guedes