Ecosyste.ms: OpenCollective

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

github.com/ronin-rb/ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://github.com/ronin-rb/ronin-support

Renamed the :included, :excluded options for String#format_bytes to :include, :exclude.

282ab544675dfe7156225d413ef1e1f64c8d318c authored over 14 years ago
Added @see tags for String#format_bytes.

bb3669a4399f127d8a26ad46c35b56f1a999d0e3 authored over 14 years ago
Simplified File digest methods using Digest::Instance#file.

70e24446a36c0178a47d6acb7d1099f19464c4a7 authored over 14 years ago
Use RUBY_PLATFORM in the Gemfile.

* Only JRuby provides RUBY_ENGINE.

bd0760a082b1c18c04dfee078e6f11fcd9980d29 authored over 14 years ago
Added the convenience methods: File.sha128, File.sha2, File.sha5.

f6d61681c0ba3808c542ec23ff97f156e19cac21 authored over 14 years ago
Added File.md5, File.sha1, File.sha256 and File.sha512.

1985735d57e67aa6419760297f7c829f9173e8a5 authored over 14 years ago
Updated the gemspec to not include doc dependencies.

d8713c40e7302ef4b146bb56c2927e29258d2e9a authored over 14 years ago
Added the :doc group.

* This separates the doc dependencies from the development deps.

3ea2e9b64a86d10738e269566d6c03e697c51204 authored over 14 years ago
Use yield instead of block.call when possible.

64846f799362826e3180c8a676f72cecf60a7039 authored almost 15 years ago
Have Path.up raise an ArgumentError when not passed an Integer or an Enumerable object.

b14cab9fbf7e46b56f3ef2782ea4deb0cfda4d1b authored almost 15 years ago
Cleaned up Path.

* Cleaned up Path.up and Path.join.
* Aliased Path#/ to Path#join.

bec710ceb17e525af3e23a0428f3fcce302fec94 authored almost 15 years ago
Organized the specs for Path.

a22e54b5ae5b8742f94186da1880d14efa6e618c authored almost 15 years ago
Use << over += when possible.

b3d42c9daab32a87b171b935fcd448b415672b7f authored almost 15 years ago
Cleaned up IPAddr.each.

9e53c9d8d5e6731936f89ffeeba775fcf30c4082 authored almost 15 years ago
Use bang! methods to reduce garbage collection.

c0870d807f889beb659ac28cad8db55479dd5750 authored almost 15 years ago
Moved 'ronin/network/mixins' back into ronin.

4c48dd42ce059c22c2375eb756b9d45aca988c49 authored almost 15 years ago
Renamed ronin-ext to ronin-support.

dd11a2405b640853814f9e3c4a37c4b91197ec19 authored almost 15 years ago
Fixed a typo.

04003660637cf12bd36c522bf897233497625b42 authored almost 15 years ago
Require 'spec_helper' at the beginning of every spec file.

c44428461eac47ecbca1f0db8a31a0c4d6109503 authored almost 15 years ago
Remove duplicate listings of rspec in the Gemfile.

e7fb89a75b85c64c6916bc1390245995abce384b authored almost 15 years ago
Load the :runtime and :test bundles in spec/spec_helper.

* Only load the :development bundle in the Rakefile.
* Add rspec to both the :development and :t...

2724c07e309d368e6ddeb1175aa7170ccb1a2b85 authored almost 15 years ago
Move bundler into the development group.

f6dabf146cd3487317012468d8eb81314358cf75 authored almost 15 years ago
Adjust the Rakefile to match one generated with edge Jeweler.

68ff02c2ac338f4347a579323c71a3b6ab6fa4c9 authored almost 15 years ago
Experiment with bundling edge Jeweler, which adds the ability to populate the gemspec dependencies using the Gemfile.

c2d05cea937837be963d22a4976c3698f2e21fb2 authored almost 15 years ago
Removed boilerplate comment.

f501e3482b6b2f784d353dce08c840f508c2cd07 authored almost 15 years ago
Added bundler ~> 0.9.19 to the Gemfile.

810bf33c6143b93dcaa5c36990dc08bba4299967 authored almost 15 years ago
Experiment with loading Bundler for all rake tasks.

* Benefits include not having to begin/rescue all require statements and
being able to use Edg...

b64b8f1a0988fc72b6d0edcbf7e9711a0ebba833 authored almost 15 years ago
Whitespace.

0d2935507801d4078655799201b003893c344d12 authored almost 15 years ago
The check_dependencies task is going away soon, we will use Bundler instead.

6c703fda39a3c7ca1e8aa74ca57da702bb33acb2 authored almost 15 years ago
Updated dependencies in the Gemfile.

* Added rake ~> 0.8.7.

164e36e4e63ed9e20551bdd8a81de40b4bdd66c2 authored almost 15 years ago
Added a Gemfile for bundler to manage the dependencies for ronin-ext.

f4baa56f999da92b485ac5d451e7e531438c6a32 authored almost 15 years ago
Added the Gemcutter tasks to the Rakefile.

44f8c3adc5ab3fcd64dfefe991335c4295e8e16a authored almost 15 years ago
Require data_paths ~> 0.2.1.

85631583f22ac4416c761fbec2cbac3c0f10e7fd authored almost 15 years ago
Updated the Requirements section.

8523b9b7b0f2dddc0dbbcd06555fd0d037e10918 authored almost 15 years ago
Replace static_paths 0.1.0 with data_paths 0.2.0.

02268f6f42c6c61dfc13b7ce834e06cf1cbc3d49 authored almost 15 years ago
Remove YARD @since tags since ronin-ext has not had a release yet.

f50555b61958d6c16d0ae1323965e723825c9ecc authored almost 15 years ago
Added static_paths ~> 0.1.0 as a dependency.

8a7a59d8a4bf256e007c70ec79ab3912e750ed70 authored almost 15 years ago
Alias String#sha128 to String#sha1, and String#sha2 to String#sha256 for JRuby.

680238250d53138ed2c2f7038eae6bfdd3bbb526 authored almost 15 years ago
Had to undo usage of enumerators and cycle for Ruby 1.8.6 compatibility.

87ea1439d5d3c80f0f509b0956b2a42aa7170b22 authored almost 15 years ago
Do not require 'ronin/config' for ronin-ext specs.

81764149e7769b191928c08a477c264bee54e658 authored almost 15 years ago
Re-added logic to String#xor to handle Integer and String keys.

8db79e3ec796dd1048a7084c6ba85aecda56dcdb authored almost 15 years ago
xor change

1d8c8ec86531d34b6fa383974d7eb82571c5762d authored almost 15 years ago
Updated the gemspec.

97f9416d661a73b8940531468d0cf730846c3219 authored almost 15 years ago
Allow read_template to accept an optional block.

853de6b37edb6fe5b1c379dfc36b03847c02d937 authored almost 15 years ago
Updated the example for Template#read_template.

42f3db33f4911a5051c441d6f0375a86d88892fd authored almost 15 years ago
Removed Kernel#catch_all, any exceptions should be handled explicitly.

* UI::CommandLine::Command#print_exception should handle printing any exceptions.

f196d58c561c79837b5b4bd7b0537d9b214ece32 authored almost 15 years ago
Using ~> to lock in gem dependencies to specific version families.

900a80863cbf5233b95bf1b224003b04a4128e35 authored almost 15 years ago
Style.

679239b9f619a64aef9eb79a4e62d8c7bb32a77e authored almost 15 years ago
Added specs for String#each_unique_substring.

b9de59064e28bf337bdc5a05e3ea450979e72169 authored almost 15 years ago
Added specs for String#each_substring.

45d9e985471f8926eeb5c6e0162244bb10ec5361 authored almost 15 years ago
Added specs for IPAddr.each and IPAddr#each returning Enumerators.

208a2e86393c35261f6adf2794eeb2dfde575e91 authored almost 15 years ago
For enumeration methods, return an Enumerator object if no block is given.

8969d5feb2c2e9344340d34b96b479289fecd9dc authored almost 15 years ago
Fixed indexing/length bugs in String#each_substring.

8e7a84ffea43f72b30a111c52751b4c5fe3362c5 authored almost 15 years ago
Added String#each_unique_substring.

bc619a5683314694db161a6e870abfe025146f8e authored almost 15 years ago
Allow String#each_substring to pass the index of the sub-string.

a64fd3fc1ba5f65690b27e52e1227506095d6760 authored almost 15 years ago
Added String#each_substring.

ed4e3b15392d407492943a68e6c16de3f33328e1 authored almost 15 years ago
Set licenses instead of the singular license.

e69b5951d1995a92c8419adfbf11221fa82d7640 authored almost 15 years ago
Specify the license that ronin-ext uses in the gemspec.

ff497389990fd9fa3408cbf249c540c45495888c authored almost 15 years ago
Require chars >= 0.1.2.

17b5d98ce38cf8026c0119194ae291cb7be4809a authored almost 15 years ago
Added the missing license header to 'ronin/yard/extensions.rb'.

137b4e21254d24e40818c293e7e7c64ca970b931 authored almost 15 years ago
Re-licensed ronin-ext under the LGPL-2.1 license.

e3e5c4bd2d6b653ec92d8727a0ee087ef43b4c87 authored almost 15 years ago
Added specs for Array#hex_chars and Array#hex_integers.

edad610ab659ef66c1b6b374076a31d577f23ec4 authored almost 15 years ago
Wording change to the documentation.

6813d51d965ee31ed74e9f4f912b1097e50a42ba authored almost 15 years ago
Added Array#hex_chars and Array#hex_integers.

5d04b90a584026c7f2aefd15af8ea47bf4bfb2a3 authored almost 15 years ago
Removed 'extlib' require.

c8bca16aa7fa11e5bc1e9cba569c21b248f87c04 authored almost 15 years ago
Removed the Ronin.gems and Ronin.find_files methods.

* Made obselete by the open-namespace 0.1.1 and it's namespace_files
method.

fba8835419f3f2346620c200b5270a50f68060a1 authored almost 15 years ago
Updated the gemspec using rubygems 1.3.6.

668f311b4b4609a09e300bf80c9374d4a599c30e authored almost 15 years ago
Added more YARD links.

3e25c9219cfdc1cbb4a757c6a3bb4f59018c13e3 authored almost 15 years ago
Added a Requirements section to match the gemspec.

c5d3c33d0c30922eab7e8770db8ace83700fa294 authored almost 15 years ago
Make YARD links to the parameter methods.

5edf45bcba3c2656e11f531fab6af93842c5e141 authored almost 15 years ago
Added overviews to various modules / classes.

881e62afa0e7a8689a79677f938342842ee41c17 authored almost 15 years ago
Added types to the Network::Mixins parameters.

4087aafd8abbf8a23d01dd3984e34465ec9c9a3f authored almost 15 years ago
Require parameters >= 0.2.0.

4c79b999d09315735744f6b6344ba0400dbd30b2 authored almost 15 years ago
Added yard-parameters >= 0.1.0 as a development dependency.

d54ce849036cac51ea703696ef8b1b5c21350a1c authored almost 15 years ago
Forgot to require the File extensions.

* This will load File.unhexdump.

9ba6e624f9f00bf56118f83b7edb1dd11a860260 authored almost 15 years ago
Shortened the summary.

b80c43ffa909695b60aba34047241a486c3abf9d authored almost 15 years ago
Migrated off of Hoe and to Jeweler, for building/releasing ronin-ext.

0ddf90442f06a44f4881b3794913d8c28d834c47 authored almost 15 years ago
Removed require_const and require_const_in, in favor of the open-namespace library.

b7d3262c0c428502f647afda6fbc38f5d71d587f authored almost 15 years ago
Fixed the Manifest.

846679a7fa3c286d5206c7f660200c9b440ea170 authored almost 15 years ago
Added specs for Template#read_template.

7e73dd31bb5721b559541c58229b89a86fb929c4 authored almost 15 years ago
Improved the relative template specs.

735b5a777d58174ab87e2b5b264d4707d8fdbc54 authored almost 15 years ago
Changed read_template to yield the contents of the template.

* This helps to preserve the template_directories stack which is used to
search for other temp...

c0e5253f5dd58e95e297bd8bd593f6913f3e885c authored almost 15 years ago
Renamed require_within to require_const_in.

2c0e23aa76aceb8dd0afa926eee85a5b8d37abdc authored almost 15 years ago
Moved 'lib/ronin/ronin.rb' into the ronin-ext library.

c7f2cbbfeae4c99a90001019fadc45ab63e85b9a authored almost 15 years ago
Added specs for require_const.

250ad9890675c187e0b5a44cc38a280c210de409 authored almost 15 years ago
Fixed a bug with how require_within called require_const.

6c38d9a3e93d06b3d400e4e9ea9df2bbef35cd9b authored almost 15 years ago
Updated specs for require_within.

20c51d8bf7d0a6ad9dcfad8464031150c5f3c02f authored almost 15 years ago
Fixed typo.

3e4bbc96aa1650f955f3e7e756b6d020321eea3a authored almost 15 years ago
Changed require_within to use require_const.

dbbbbfd9af4115870e13c22475c8467de1c1e83e authored almost 15 years ago
Added Kernel#require_const.

b9c6400f9be569efb1e54dae4e7a4c7c49d1ceb7 authored almost 15 years ago
Fixed a typo.

d1dc1917277c9e583f3fca672f9204b3e29fa9b8 authored almost 15 years ago
Don't override the dev deps.

95eaba4928f4b14dcb1f9702904514ee118efb0f authored almost 15 years ago
Define parameters in the Ronin::Network::Mixins.

50acc5e597a16b88a6a3355eb2fcbfb444412410 authored almost 15 years ago
Renamed Ronin::Network::Helpers to Ronin::Network::Mixins.

52831f4915f02093cc7ec23a57182c876020e072 authored almost 15 years ago
Added Ronin::Autoload to help auto-loading anything within a given namespace.

8fde643c7123081619be0d2d5c0c190d6a94b868 authored almost 15 years ago
Removed Ronin::Network::Helpers::Helper.

32132a76a30204c268f1fb53c6c764f4b63eadd7 authored almost 15 years ago
Allow Ronin::Path objects to use custom path separators.

* This will come in handy when directory traversal on Windows.

0835a1f909aceb46cfb7ae4b6b421558b789d8b9 authored almost 15 years ago
Removed Ronin::Network::Helpers::Helper.

ada98a416a5038b4b79bb82216e31d4f55be74bd authored almost 15 years ago
Access the instance methods instead of the instance variables in the Network::Helpers.

81a96839d801eed385f16961480a63872b936393 authored almost 15 years ago
Added support for Integer#pack and String#depack to accept template strings.

eecc7ca36790462552679c81faad2bcb8fd9eed2 authored almost 15 years ago