Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ronin-rb/ronin-gen

Ronin Gen is a Ruby library for Ronin that provides various generators.
https://github.com/ronin-rb/ronin-gen

Major version bump due to namespace/directory renamings.

44d0a864512f5792a7dfadcd401018409ab2bb5a authored almost 15 years ago by postmodern <[email protected]>
Renamed generators namespace to gen.

535b2b5478689d387606e94f58dd4e69a9373f97 authored almost 15 years ago by postmodern <[email protected]>
Overrode directory to use each_static_dir when copying directories.

ae69f802dadeccabc357b283a5f3b398a1bfe2ce authored almost 15 years ago by postmodern <[email protected]>
Require ronin >= 0.4.0.

325141aaa3e74bf592bc22cb80c2af37efc8f818 authored almost 15 years ago by postmodern <[email protected]>
Fixed the version number, 0.2.1 has never been released.

5f8c82b9fd7c112f5f9b78e296cefbe97a94312a authored almost 15 years ago by postmodern <[email protected]>
Renamed Generator#defaults to Generator#setup.

4b37361122c00892c803834fec06ed7aa756763a authored almost 15 years ago by postmodern <[email protected]>
Don't reopen Ronin::Config.

ed405cc30335f4f888f58e096c417caa280ac6e5 authored almost 15 years ago by postmodern <[email protected]>
Use static_paths >= 0.1.0, instead of Ronin::Static.

a4b9310793f2e0dc69065b8456d2e68b88c8cd22 authored almost 15 years ago by postmodern <[email protected]>
Use yard_options instead of yard_opts.

a78a16f14e26305456d45f002f97e9dd1b4ba26b authored almost 15 years ago by postmodern <[email protected]>
Added Generator.source_root=.

e9c0e34964f1d37868151cb55c4f7ca9c42262ba authored almost 15 years ago by postmodern <[email protected]>
Replace custom invoke() methods with initialize methods.

401fe74eb17c2c6d4bb7c3fdaec7664301e12f8b authored almost 15 years ago by postmodern <[email protected]>
Fixed another overlay.xsl path bug.

d34590cd54e12646e5c8c590e3f491d14ee80fa7 authored almost 15 years ago by postmodern <[email protected]>
Added the --docs option to the Overlay generator to add an YARD task.

f0d9402ad75d01124b0e6e61f04420e39b13019d authored almost 15 years ago by postmodern <[email protected]>
Fixed another issue with the path of overlay.xsl and the ronin.xml file.

78282e71525c40f91600a9f37dca4c33847850a6 authored almost 15 years ago by postmodern <[email protected]>
Forgot to add the tasks/spec.rb file.

1258533927b0ad87468fb9f79ac9a0a84c0581f0 authored almost 15 years ago by postmodern <[email protected]>
Fixed the copying of overlay.xsl into static/ of a generated overlay.

2106f76f35579839e3a5c72e31de3e5e958b8293 authored almost 15 years ago by postmodern <[email protected]>
Fixed the Rakefile template.

311ed416f6dca13e0b3ac431f34a0adf27f6091d authored almost 15 years ago by postmodern <[email protected]>
Use "unit" to describe a Test::Unit test-suite.

c8d54cc033f3347543a7227c3650b7b14a7ad5f2 authored almost 15 years ago by postmodern <[email protected]>
Use "rspec" to denote the rspec test-suite.

1b44f24ae48bf193af50c01877c205af75a6b415 authored almost 15 years ago by postmodern <[email protected]>
Added './tasks/spec.rb' to the tasks list when rspec is enabled.

e4da51ffeeff8f29a15e5a409205f092313276ed authored almost 15 years ago by postmodern <[email protected]>
Fixed a bug with using copy_file.

a551ea3af435a7fa91e9b3ad94b66ecb16cac71c authored almost 15 years ago by postmodern <[email protected]>
Added a defaults method to Generators::Platform::Overlay.

a266b5c9f2cf6a20f1a03d8c460cd22260de68d0 authored almost 15 years ago by postmodern <[email protected]>
Added a spec test for Generator#defaults.

4ba83d3e4ef6ad139d4d57e22ef3e41b18f1666e authored almost 15 years ago by postmodern <[email protected]>
Added a defaults() method which invoke will call before invoking any tasks.

2b4fb59d4f251d3f150de280547468e27319981d authored almost 15 years ago by postmodern <[email protected]>
Version bump.

d8308da03d7718d41bcee5cfe3b970aba610e0b4 authored almost 15 years ago by postmodern <[email protected]>
Added a yard_title setting.

a4eba7b77a86a84bcca6ff644c750abd8d065bca authored almost 15 years ago by postmodern <[email protected]>
Use the hoe-yard plugin.

89bc4cd4e1f9f54e05d98a16bf562932708cd64a authored almost 15 years ago by postmodern <[email protected]>
Remove the rubyforge_name setting.

59de2f6e7eb7af7ec4e5c513c174b41257f11ce0 authored almost 15 years ago by postmodern <[email protected]>
Require rspec >= 1.2.9.

fb54730fa07563d2314cb72c1e34989bf0f40c42 authored almost 15 years ago by postmodern <[email protected]>
Use Hoe's builtin spec task.

5397c7333292e1952c61d7c70f7844cc3a566dd1 authored almost 15 years ago by postmodern <[email protected]>
Renamed History.txt, README.txt to History.rdoc, README.rdoc, respectively.

8090c76b897941616d11b6ebf985b673c50b1df7 authored about 15 years ago by postmodern <[email protected]>
Require YARD >= 0.5.2.

c7d29d46c60f1e717aaa85a987a2cf4cacd75394 authored about 15 years ago by postmodern <[email protected]>
Require yard >= 0.4.0.

bf59509db032d2dc7db424fc5ec044a12cb323c7 authored about 15 years ago by postmodern <[email protected]>
Added a Database spec helper.

42400be249be23bb5eb3d1a0c4d44336a5814d9f authored about 15 years ago by postmodern <[email protected]>
Simplified the specs for the Overlay XML metadata file.

9eb54b396b5cafa13a1da2ab971b24a08da3d3c9 authored about 15 years ago by postmodern <[email protected]>
Set the version XML attribute in ronin.xml to Ronin::Platform::Overlay::VERSION.

deab2b64691cb756b024d6468964ae7e62b80ae5 authored about 15 years ago by postmodern <[email protected]>
Create the lib/ directory first.

a0f5cce9029fa4eeb81c722982a1332491b11997 authored about 15 years ago by postmodern <[email protected]>
Make sure to require 'ronin/platform/extension' in the extension template.

997058a01f7b4acbe7f755453a779095eabe4fd3 authored about 15 years ago by postmodern <[email protected]>
Updated Ronin::Generators::Platform::Extension to generate a simple extension file.

047f5bdaa867a7d2227fc14ec5544a42ce8603b5 authored about 15 years ago by postmodern <[email protected]>
Updated the list of URLs in the README file.

de8e16f1cc5596d89dc9ffe3cc8d96b476b92779 authored about 15 years ago by postmodern <[email protected]>
Adjust spec description wording.

30610766409783d10cde8f0260b42210a26ea365 authored about 15 years ago by postmodern <[email protected]>
Added a spec for generating the exts/ directory within Overlays.

45618fba7eec85c5270654031c0919bef9342bfe authored about 15 years ago by postmodern <[email protected]>
Create the exts/ directory within the Overlay.

090596eb4973a27592a5daef6cc48390ad4008e9 authored about 15 years ago by postmodern <[email protected]>
Use Ronin::Platform::Overlays::CACHE_DIR.

8bf048856be22976e4a4d54995debf7d31202ab4 authored about 15 years ago by postmodern <[email protected]>
Require ronin >= 0.3.1.

fd29320f22edd297926fbcce035d033233aa13ab authored about 15 years ago by postmodern <[email protected]>
Version bump.

7f33d5e75160af77adb7167c136ad2a5b10c4090 authored about 15 years ago by postmodern <[email protected]>
Added the --quiet option to the yard task.

ccf1d0920d93c812cd1560140cb742a3b8d13688 authored over 15 years ago by postmodern <[email protected]>
Updated the wording in the History file.

573d20d0bdeac985fc5241302fc4e4a7415b285c authored over 15 years ago by postmodern <[email protected]>
Updated the Features section.

9e93684934fe09ef3db8f8426ea590c7a7729574 authored over 15 years ago by postmodern <[email protected]>
Use print_array instead of puts.

807a660a54f356071e41cf6cb5cf5d908b83be8a authored over 15 years ago by postmodern <[email protected]>
Added a note about requiring YARD >= 0.2.3.5.

e7c44121025065155174bba00baffd9b0f2672a8 authored over 15 years ago by postmodern <[email protected]>
Uncapitalize gem names.

2294608661002f8669c423705b3c1976c9520628 authored over 15 years ago by postmodern <[email protected]>
Updated the History file for ronin-gen 0.2.0.

8c6bfc001f75beafc65b04d9256117b1ef0d6de7 authored over 15 years ago by postmodern <[email protected]>
Require RSpec >= 1.2.8.

b510df57e3c85e65725fb23aa8c7e767124aeec5 authored over 15 years ago by postmodern <[email protected]>
Require ronin >= 0.3.0.

a9eb4bfb5a89465a15870c8a1d0f4067ab7099a9 authored over 15 years ago by postmodern <[email protected]>
Moved the Synopsis section up.

0581509166c8dd45b5cd3d8876d9b4efc8d29740 authored over 15 years ago by postmodern <[email protected]>
Added another @example tag.

934ce0d9172bb3badc71ac3c9471f8ca7c7e34c8 authored over 15 years ago by postmodern <[email protected]>
Indented YARD docs for better code readability.

ebb3ea1b5fc138597c2d92398f2e5e0e6c397d19 authored over 15 years ago by postmodern <[email protected]>
Added YARD tags to Generators::DirGenerator.

b78cd61d66744a05f6994521c1658af4cf0619ce authored over 15 years ago by postmodern <[email protected]>
Second thought, just alias the test task to spec.

2a171c4f4a7c7f25677c7678daaac99475ac9644 authored over 15 years ago by postmodern <[email protected]>
Delete Hoe's test task.

da9991bd47c210e845a6659aef28b216c00678f4 authored over 15 years ago by postmodern <[email protected]>
Added yard >= 0.2.3.5 to the extra_dev_deps.

76044d43e23ee2c80131be131368f00f79a7bcba authored over 15 years ago by postmodern <[email protected]>
Added rspec >= 1.1.12 to the extra_dev_deps.

9374b8e7c9bf895615fb62de08cd8bd4cabfabf3 authored over 15 years ago by postmodern <[email protected]>
Updated the 3-point project description.

a0206ede32e7197185fb887c028e408eb2b595c2 authored over 15 years ago by postmodern <[email protected]>
Added YARD tags to Generators::Generator.

ff539b25b7bcd7f643f550a943ee5e96db2b1bd8 authored over 15 years ago by postmodern <[email protected]>
Include Templates::Template into Generators::Generator.

* Have Generator#template use enter_template.

4bbf84b39c08c51bda40a190a3cd4777e4c0a8b7 authored over 15 years ago by postmodern <[email protected]>
Added some YARD @example tags.

a887a9dc3ebdf1e45e4069ce4ff8c30c7f4933c2 authored over 15 years ago by postmodern <[email protected]>
Fixed documentation typo.

7a73ff75ded99818c6c820bc3a3b1ea960da915f authored over 15 years ago by postmodern <[email protected]>
Removed the -- and ++ syntax required by RDoc.

aac5e6c05097f93e58af2d47ba380b5952aa1fd5 authored over 15 years ago by postmodern <[email protected]>
Remove double pound-sign needed for RDoc.

82d2ba0cfa014b6bc7d57c0368117abf55ddf7a4 authored over 15 years ago by postmodern <[email protected]>
Added the YARD documentation generation task.

f3292a3d91d80281aa887e26e37e8cb081edfafc authored over 15 years ago by postmodern <[email protected]>
Fix indentation for RDoc.

1acc4263bea2ad18dcdfb7d96445ba0d272abfc3 authored over 15 years ago by postmodern <[email protected]>
Chomp the output of partial templates.

9538d54248450234f2d3fa310418a3daee33b0bc authored over 15 years ago by postmodern <[email protected]>
Major version bump to 0.2.0.

275fd4ffefbd4b69592d3c923d74a5c3d0a2fa59 authored over 15 years ago by postmodern <[email protected]>
It's not necessary to pass a path into Generator.generate.

* destination_root will default to Dir.pwd.

c7e0e2d6f12b7a49cc9320a42f827f109368554a authored over 15 years ago by postmodern <[email protected]>
Remove white-space.

5e6851a1b2910b76bbde65c5150f2ca48505c57a authored over 15 years ago by postmodern <[email protected]>
Renamed static/ronin/platform/generators to static/ronin/generators/platform.

* This way we can keep all generator files in ronin/generators, when
searching the static dire...

617edf617ab717f9164e174d96c5d3d29aeb0335 authored over 15 years ago by postmodern <[email protected]>
Allow task arguments to be passed to self.generate.

529a212e221f106f79e4a124c1e16d96743d9e85 authored over 15 years ago by postmodern <[email protected]>
Merged the erb method into the template method.

* Allow the destination argument to be optional.

312cd113511382bfaa4772a299700f3349b27033 authored over 15 years ago by postmodern <[email protected]>
Renamed the partial method to erb.

ec0f2659c3d66aba99be4498574d92708bca626a authored over 15 years ago by postmodern <[email protected]>
Added the Generator#partial method.

2ef0f5a2690431607e1e1d344416ba18a458edfd authored over 15 years ago by postmodern <[email protected]>
Copy the overlay.xsl into static/ronin/platform/.

* Have ronin.xml directly reference the local XSL template.
* This will also get around FireFox'...

ceb9cc20a281a50e747286a322d945c88da5e544 authored over 15 years ago by postmodern <[email protected]>
Make a 'static' directory for Overlays.

8cba45b04d56aac0b7b32a03f02f99e6cb6944c9 authored over 15 years ago by postmodern <[email protected]>
Label the default task as 'default'.

53bef4fcfb755dfd65c512183904998459d21c03 authored over 15 years ago by postmodern <[email protected]>
Updated the ronin-gen-overlay script.

5cfa323430e9da498e75eb67ea8d849a58729e44 authored over 15 years ago by postmodern <[email protected]>
Updated the ronin-gen-extension script.

7c876124ec9c9c814fc11b853f10191b85f33d65 authored over 15 years ago by postmodern <[email protected]>
Updated the ronin-gen script.

c625377f3fe3dd0dc6ef206fc44c79d256361488 authored over 15 years ago by postmodern <[email protected]>
Updated the specs for the UI generator commands.

81abd880575151f185d9bdccaf3f855d3e7b8121 authored over 15 years ago by postmodern <[email protected]>
Have the UI generator commands simply inherit the appropriate Generator classes.

65c998c094253bb6b30fe2fbfe87a6d7e2e7ab65 authored over 15 years ago by postmodern <[email protected]>
Added a required :path argument to DirGenerator.

* Set self.destination_root to self.path before invoking any tasks.

deeaa2429511ce0f3afd1e0b00f9fa80869a615a authored over 15 years ago by postmodern <[email protected]>
Removed the maintainer method.

bbd93d88d071545ea74a144cc699508d6438446d authored over 15 years ago by postmodern <[email protected]>
Refactored Generators::Platform::Overlay to use the new Generator class.

* Added class_options.
* Overrode the invoke method to setup instance variables.
* Use Thor::Act...

9532bfd088abe5ac4fad34af7f93691132efb936 authored over 15 years ago by postmodern <[email protected]>
Updated the TemplatedGenerator class and ERB template.

aa4c5a5d76bbdfe53eb9604e1cab0dc5ca3a422e authored over 15 years ago by postmodern <[email protected]>
Updated the Rakefile.erb to use instance variables.

8f9e5f62c70fbaa2dc07882ae242d33d880a9d49 authored over 15 years ago by postmodern <[email protected]>
Fixed a typo.

b03ceb47e075bb681ffcc90a90f28dcd7662a9dd authored over 15 years ago by postmodern <[email protected]>
Fixed a typo in self.generate.

4d0939d1a58a1096fb190959a9dac566954408f8 authored over 15 years ago by postmodern <[email protected]>
Updated specs again.

39715a69ae0e0b4c2e4e4b8810c0c6fbc1fc36d7 authored over 15 years ago by postmodern <[email protected]>
Replaced generate! with a modified invoke method.

* Invoke will call inside before invoking any tasks, making sure
the destination_root director...

5dcbe2605bd97329eaddf4de8a3cac0e13aa453a authored over 15 years ago by postmodern <[email protected]>
Removed the generate! method, added the self.generate method.

c840cf20b9390be5d3c6c3b1c527582f1fe29403 authored over 15 years ago by postmodern <[email protected]>
Require 'fileutils'.

2e69bd39a8496fb5467b4ad3c36b2c5aa49cf5c5 authored over 15 years ago by postmodern <[email protected]>