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

Refactored the Gen command to use the new UI::CommandLine::Command class.

6d10e2282c7ff710c00d19733790157c63877259 authored over 15 years ago
Refactored Generators::Platform::Extension.

* Updated the specs for Generators::Platform::Extension.

ab2165f9102e6d73f4696627d9ffe9a17011d851 authored over 15 years ago
Added documentation.

08ced15d33c9d55e15ca7bd5c4286b23b7324990 authored over 15 years ago
Style.

65510374abaeefa8a8e965fe884f0f7288d9c26e authored over 15 years ago
Removed aliases to destination_root and added self.source_root.

* Added Generator#touch.
* Added Generator#mkdir.

0d1b3e3061f853f7809577d3d6c0b063451281c3 authored over 15 years ago
Updated specs for Generators::Generator.

3121f7d306b1b5b1e4c31fbd4ef411d38158ccfe authored over 15 years ago
Make generator the default task and have generate! call Group#invoke.

506c8f0b0a7a410e7e7506301d38906756b5ad37 authored over 15 years ago
Override copy_file and template to always use static files.

1cfb233c616fc42fd18e1f74d0e6ad7c0d24027f authored over 15 years ago
Refactored DirGenerator to use the new Generator class.

575dd673b971dbae8d18670597a1198e97e6bd69 authored over 15 years ago
Allow the path passed to generate! to be optional.

51b3385fb0414ce853a9b447435fa2d00a259c07 authored over 15 years ago
Refactored Generators::Generator to inherit from Thor.

b3517e50a997c70635bceff44a76f58a2368bd6d authored over 15 years ago
Store dependencies (such as gems) in the ronin.xml file.

3ba765d5c2066e193baf293cb652db5c2138e666 authored over 15 years ago
Added :banner options.

c6faab78afb76e261b15bcb31d96849400a86acc authored over 15 years ago
Update the Examples section.

16e3730b4c3f10b65d3ac008f156f545fa760a39 authored over 15 years ago
Update the Requirements section.

bdcb742f9ee6e89ec8486225a12e0af359370fe8 authored over 15 years ago
Accept maintainer name:email information as a Hash.

4e4cbaf7d6420cc8aa7ae25480c8b1fb469a41e3 authored over 15 years ago
Detect 'rspec', as well as 'spec', as a valid test_suite.

adc1b3493a5082c513c92f55db5819cac26c2e9b authored over 15 years ago
Add 'spec' to the tasks list if the test_suite is set to 'spec'.

abaf6de66239235447bf3e0a28e8f77dbb393ea2 authored over 15 years ago
Merged the old Spec generator into the Overlay generator.

6266d19cfc1e2dc3a58dfa55e16b72b41ef47904 authored over 15 years ago
Require 'ronin/platform' for the specs of an Overlay.

7f2512cf2db9ec4584c310d2a313561f24670605 authored over 15 years ago
Reduced white-space in the Rakefile.erb template.

311d3a6de272dab1a310a11bbce022f3a721bc9a authored over 15 years ago
Forgot to add the Rakefile.erb template to the Manifest.

b6b115f97796d08a7338560f3949b714c748f7eb authored over 15 years ago
Automatically set the namespace using the self.inherited method.

1dfbf5692330cc23b50bb45d5435ba7bcd751f3b authored over 15 years ago
typo: ronin-gem vs. ronin-gen

Signed-off-by: postmodern <[email protected]>

af1e95355cbe9baf176ac27f5cfc81ccf4df50ec authored over 15 years ago
Removing empty TODO.txt file.

0571eaca082262a83499442f17b31873d35d55d2 authored over 15 years ago
Updated the History file.

eb9b696fc640cf7ff44d1cc2594e67c5f004095c authored over 15 years ago
Replaces the --list option with the --version option.

97b4e7c79819b57e3e463d491e5ace1939124e56 authored over 15 years ago
Fixed typo.

78dbcc236bfd60dcf14cc1e475f6f4fa4ce1320c authored over 15 years ago
Added a spec for Generator#touch.

d6bbe6998a9608622938f00952ddd0991f48a1a3 authored over 15 years ago
Updated the History file for ronin-gen 0.1.1.

2117b0b8c0948cf9fc6fa50e0d19b24e89ae0ba1 authored over 15 years ago
Also touch the lib/init.rb file.

9ac61361db4b23cef699f019814f3915103cb2f5 authored over 15 years ago
Added Generator#touch method.

ecd90c596009f694063821bd9dc1b66a87684beb authored over 15 years ago
No need to require version.rb, Hoe 2.2.0 can infer it from the Manifest.

39980fad38bbded724aa1b771789834a44ce8ea8 authored over 15 years ago
Moved classes out of the helpers directory.

ecf33d657acb1e08688767d8b5f77e685ff1ec7f authored over 15 years ago
Use erb_file.

* Don't require 'erb'.

88fb4afc7794df4edf1fadee284f44e6aaa0f504 authored over 15 years ago
Use the new Templates::Erb module.

95f02da023b607e1f153b6ec58d01b4fec723043 authored over 15 years ago
Merged conflict.

* Hoe.spec uses instance_eval.

45526599e1923020ce77be59a031fe9598e50a14 authored over 15 years ago
Bump ronin dependency to 0.2.4.

1fbe7dc59b3cfadb668f82a840edbe21f78b1bec authored over 15 years ago
Require 'hoe/signing' for signed releases.

a38a32f00e915e175b9c0cbb899a1f814c0a9617 authored over 15 years ago
Use Hoe.spec

d823615b40c7ebcf45e91e619e02a00a48aa4514 authored over 15 years ago
Set the default values of the instance variables in initialize.

cf1cbc9fe606bdefd9a6ee210bdc5cebd70e0d8f authored almost 16 years ago
Strip "gen_" from the command names.

d9cebdcd810d51264cfea8de2bab28ed0182fd95 authored almost 16 years ago
Wrap the generator command appropriately.

* Use "gen_#{ARGV.first}" so that Extlib can convert the _ properly.

e5b7568028bf01669eaca49d72a06a12ac51c196 authored almost 16 years ago
Style.

b9c46dff67dd30b06b1cf8d445e9bc315508311a authored almost 16 years ago
Provide a default description.

62636ebd161f327d41c74432b453082f4d0b8032 authored almost 16 years ago
Relax checks for @license and @maintainers, since they now have defaults.

4010628bdae93cee33c1d7317a1f9739e10cb913 authored almost 16 years ago
Provide a default license to use while generating.

1f9216e96acb173d38a7bfe6af83a4830817f9f8 authored almost 16 years ago
Have a default value for the maintainer.

a920110263b46ef40f5da1d8b170572a43c79b1b authored almost 16 years ago
Added the --list option for listing available generators.

7689ef715470cf438d712bb15a4b19750a8c0724 authored almost 16 years ago
Version bump.

9e9eeb5485941e18003fb14ff4c372181d165375 authored almost 16 years ago
Clever simplification.

* Hopefully that code is still readable.

70818198d423e8f1ccdbf76079bd547bc395422e authored almost 16 years ago
Call the Gen command directly if options are specified.

b20e358db6424bec36384fbac56cbdf1d1a53636 authored almost 16 years ago
Added a basic Gen command for listing out the generator sub-commands.

2c87d69cea37be1fd982a7776640ca35b59b89af authored almost 16 years ago
Style.

89744dd21d9fdc0b74ab807b24a98a3ac7232358 authored almost 16 years ago
Updated the History file for Ronin Gen 0.1.0.

9ba4f108a97717fc75338b12bfcde9371c634839 authored almost 16 years ago
Documentation fixes.

e7b57a10a84566a62b56f118775d92f0fd0c17e5 authored almost 16 years ago
Don't require the Spec Generator.

* We are not currently using it.

4df25159cddcb6c931b2e65dc12bef7578cf86ef authored almost 16 years ago
Added the LIB_DIR and OBJECTS_DIR constants.

4734e53a23bd8625864289fde0969a10550570a8 authored almost 16 years ago
Added the METADATA_XSL constant.

9890dcc4d22acf792728ad6f9e6c2b8801765dd3 authored almost 16 years ago
Use the proper classes for the Overlay and Extension generators.

8b5dedaa930b7e905986f27d1c28eec3a677ce1a authored almost 16 years ago
Renamed the overlay and extension sub-commands to gen_overlay and gen_extension.

* This separates normal sub-commands from generator sub-commands.

425c615701bdb03bdd3976c67fe5bc9e78d64d73 authored almost 16 years ago
Pass extra arguments to the Overlay sub-command.

62f98d637c5359a6bbc44865db4899f1e4f8e782 authored almost 16 years ago
Added specs for the XML metadata file.

18e30f6a3040481b7133e1f67e4b230d36bd0896 authored almost 16 years ago
Fixed a typo in the Overlay command.

261ff0dfbfc40fbe9e2f3f7e830a0b78a49b60a1 authored almost 16 years ago
Don't need to include Nokogiri.

72ef36a3d61a07fc62b827fa2136d0ee08214a45 authored almost 16 years ago
Added shared examples for Generated Extensions.

5f6f84e29c0eb7631f7d3ef6c0276c0ae4c62a7f authored almost 16 years ago
Added shared examples for Generated Overlays.

2d964ac5644b2e7ada003b5152ed82ca9d60393c authored almost 16 years ago
Added a spec for the Extension generator.

04043179cdc91f09f0e22260f599bf3241f653c3 authored almost 16 years ago
Added a @name instance variable.

598c0f833b48fef20e83e7a025abe3f84f0fa159 authored almost 16 years ago
Fixed generators.rb.

2a10e24e0d153fd834ae2205acb0bccab4f30a4b authored almost 16 years ago
Require the static file to setup the ronin-gen static directory.

281d2601bea4807737f80286e0dcf8cbe95beb02 authored almost 16 years ago
Use the correct static directory.

97280fc183e2ca8be17d354c7d8ab24cc044bc2b authored almost 16 years ago
Fixed a bug in Extension#generate!.

44b55ed06bb0242484e4d3095bdf2b8ea051c682 authored almost 16 years ago
Moved specs into the generators/ directory.

e37bef1cc30603e02b6fcbcb1d094795a3bb5b05 authored almost 16 years ago
Added some specs for the sub-commands.

98839a12e23e2e7d3c8829fdfdcf9c716d2903fd authored almost 16 years ago
Fixed typo.

6f7931614371ed6c005601f0e5a5ad5243f71207 authored almost 16 years ago
Added a spec for testing if the Rakefile was created.

75683c5bcdeee9209607351a4b3972cc07f94365 authored almost 16 years ago
Moved the overlay_spec.rb file up one directory.

* Added more tests.

8dfb4485c6171bd3ca3c3599b21b27902a6d5af8 authored almost 16 years ago
Fixed some namespace/constant issues.

864b872abd8ea5eac1ae8c541308020d3b3e2b0b authored almost 16 years ago
Fixed some missing constant issues.

3973db773a3d278f644329df059ff87031afc63d authored almost 16 years ago
Moved the Platform generators inside of the Generators::Platform namespace.

ac16f1d764c79b902450aacb6bd328b6407c6b59 authored almost 16 years ago
Fixed more typos.

00b2d1bb282f6c73125969bd8d188e29e0d9d372 authored almost 16 years ago
Fix obvious typo.

47a86a0bd50bc48bbc2426834c5444eb15144b83 authored almost 16 years ago
Added a basic spec for the Overlay generator.

0352b855d351f75bfd64d394620482b8612f3d31 authored almost 16 years ago
Added specs for Generators::Generator.

a23ed7493016c04f2c06a39b7fccbd17a966f04c authored almost 16 years ago
Fixed the Manifest.

c63bb6863f3c367d84948298df03d037d3328b67 authored almost 16 years ago
Updated the Manifest.

260f325fa5e1439779390bd205132ff96e4c3645 authored almost 16 years ago
Moved ronin/generators/static.rb into ronin/platform/generators/.

895a509b35b1da30eac0b430af0c942a5c27c948 authored almost 16 years ago
Updated ronin/platform/generators.rb

5f70139c71a24d6df491416e4566b1f3f5d5bf94 authored almost 16 years ago
Updated the generator commands.

48027c4fdab9b53d717625e9ae85899a41422417 authored almost 16 years ago
Updated the Spec generator.

6cdf425fa0ff00a0e6ca8bf492862cf4e75e2543 authored almost 16 years ago
Added some docs.

6a17857234bdc97f1de1058e599a38263add14d2 authored almost 16 years ago
Updated the Extension generator.

1434361534ca01965c549063b3732553dc70b794 authored almost 16 years ago
Forgot to require 'erb'.

4c250ae61aedbafc4b33351e7f9ac2a07f27d2fd authored almost 16 years ago
Split generate! into smaller methods.

7963de4c183456286a07382208da3a953d2e9838 authored almost 16 years ago
Make generate! protected.

a8654a013c8c8a891504df6abe04a4561bd4947b authored almost 16 years ago
Updated the Overlay generator.

abf3eaacada7e80b7cd3ed971e503c0bdcd10e15 authored almost 16 years ago
Added the DirGenerator class.

20ee5a52ec0700830cf9bdb2fa8581199ce1c87f authored almost 16 years ago
Forgot to expand the path given to Generator#run.

6e7a319ccb205eb60715a9f0bff86acd89c3e5d9 authored almost 16 years ago
Added documentation for render_template and render_file.

a38d3b8fe4a39fc2b3cec2b50a93fd4fbb79e3ab authored almost 16 years ago