Go to file
David Maloney 32cb0a2268
add codepage map
missed the codepage.map file, added it into the gem
for propper functioning
2016-06-04 17:14:29 -05:00
bin create skeleton for gem 2016-06-04 14:30:51 -05:00
lib/rex add codepage map 2016-06-04 17:14:29 -05:00
spec raw copy from metasploit-framework 2016-06-04 14:38:56 -05:00
.gitignore create skeleton for gem 2016-06-04 14:30:51 -05:00
.rspec create skeleton for gem 2016-06-04 14:30:51 -05:00
.travis.yml create skeleton for gem 2016-06-04 14:30:51 -05:00
CODE_OF_CONDUCT.md update license and code of conduct 2016-06-04 14:34:39 -05:00
Gemfile create skeleton for gem 2016-06-04 14:30:51 -05:00
LICENSE update license and code of conduct 2016-06-04 14:34:39 -05:00
README.md create skeleton for gem 2016-06-04 14:30:51 -05:00
Rakefile create skeleton for gem 2016-06-04 14:30:51 -05:00
rex-text.gemspec add description to gemspec 2016-06-04 16:03:50 -05:00

README.md

Rex::Text

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/rex/text. To experiment with that code, run bin/console for an interactive prompt.

TODO: Delete this and the text above, and describe your gem

Installation

Add this line to your application's Gemfile:

gem 'rex-text'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rex-text

Usage

TODO: Write usage instructions here

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/rex-text. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.