Skip to content

Commit

Permalink
add dec methods
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Apr 2, 2021
1 parent 9174c6b commit 05af957
Show file tree
Hide file tree
Showing 16 changed files with 741 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ctf-party (1.3.4)
ctf-party (1.3.5)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ myvar.to_b64!
- cgi: `urlencode`, `urldecode`, `htmlescape`, `htmlunescape` and bang versions
- bin: `to_bin`, `from_bin`, `str2bin`, `bin2str`, `hex2bin`, `bin2hex` and bang versions
- leet: `leet` and bang version
- dec: `dec2str`, `str2dec`, `hex2dec`, `dec2hex` and bang version

## References

Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.3.5]

- new dec methods:
- `to_dec`, `from_dec` & bang version
- aliases: `dec2str`, `str2dec`

## [1.3.4]

- new hex methods:
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ myvar.to_b64!
- cgi: `urlencode`, `urldecode`, `htmlescape`, `htmlunescape` and bang versions
- bin: `to_bin`, `from_bin`, `str2bin`, `bin2str`, `hex2bin`, `bin2hex` and bang versions
- leet: `leet` and bang version
- dec: `dec2str`, `str2dec`, `hex2dec`, `dec2hex` and bang version

## References

Expand Down
Loading

0 comments on commit 05af957

Please sign in to comment.