Skip to content

Commit

Permalink
Release 0.5.1.0 (#2156)
Browse files Browse the repository at this point in the history
* updated version to 5.0.1.0 in package.json

* updated version to 5.0.1.0 in VERSION

* updated version to 5.0.1.0 in config.yml

* removed Active Record section

* cleanup bundle related folders and added to .gitignore

* bumped tag url in ISSUETEMPLATE

* updating version to 0.5.1.0

* readding .bundle/config as we do not want users to automatically install dev/test gems

* fixed spelling mistake of .bundle
  • Loading branch information
wheatley committed Sep 4, 2021
1 parent 9f7dcdf commit 16e14c6
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 18 deletions.
3 changes: 1 addition & 2 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
BUNDLE_WITHOUT: "development"
BUNDLE_WITH: "test:tests"
BUNDLE_WITHOUT: "development:test"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Verify first that your issue/request has not been posted previously:
* https://github.com/beefproject/beef/issues
* https://github.com/beefproject/beef/wiki/FAQ

Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/beef-0.5.0.0).
Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/v0.5.1.0).

Please do your best to provide as much information as possible. It will help substantially if you can enable and provide debugging logs with your issue. Instructions for enabling debugging logs are below:

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ extensions/metasploit/msf-exploits.cache
# ruby debugging
.byebug_history

# Bundler
/.bundle
/vendor

#simplecov
coverage/

Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ Requirements
* The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile
* Selenium is required on OSX: `brew install selenium-server-standalone` (See https://github.com/shvets/selenium)


ActiveRecord
-----------
ActiveRecord was used to replace DataMapper, and now Ruby 2.4 is no longer supported.
If you're using ruby 2.4 please update your BeEF version, otherwise [beef-0.4.7.3](https://github.com/beefproject/beef/releases/tag/beef-0.4.7.3) has the beef branch before the ActiveRecord Merge.


Quick Start
-----------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# See the file 'doc/COPYING' for copying permission
#

0.5.0.0-alpha-pre
0.5.1.0
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# BeEF Configuration file

beef:
version: '0.5.0.0-alpha-pre'
version: '0.5.1.0'
# More verbose messages (server-side)
debug: false
# More verbose messages (client-side)
Expand Down
5 changes: 1 addition & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ <h2>Requirements</h2>
<li>The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile</li>
<li>Selenium is required on OSX: brew install selenium-server-standalone (See https://github.com/shvets/selenium)</li>
</ul>
<h2>ActiveRecord</h2>
<p>ActiveRecord was used to replace DataMapper, and now ruby 2.4 is no longer supported.
If you're using ruby 2.4 please update your BeEF version, otherwise master-0.4.7.3 has the beef branch before the ActiveRecord Merge.</p>
<h2>Quick Start</h2>
<p><strong>The following is for the impatient.</strong></p>
<p>The <code>install</code> script installs the required operating system packages and all the prerequisite Ruby gems:</p>
Expand Down Expand Up @@ -106,4 +103,4 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="beef.a
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BeEF",
"version": "0.4.7.4-alpha-pre",
"version": "0.5.1.0",
"description": "The Browser Exploitation Framework Project",
"scripts": {
"docs": "./node_modules/.bin/jsdoc -c conf.json"
Expand Down

2 comments on commit 16e14c6

@Abdulmajid1213
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Facebook

@JvstBetterThanYou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sexy

Please sign in to comment.