mundane 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README +2 -2
- data/lib/mundane/version.rb +1 -1
- data/lib/mundane.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34457acc6048618f2422f176abb24819b7425880
|
|
4
|
+
data.tar.gz: 5f182b1308a6698ce1176d0aa111565c66f96c66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9da5d04fcb12ee5093dd53b8ab46667345d4594ec8ebfe8da8fec1f96e71ca301d0a168318c290a5e83c1dd201790163c72c52057ed4c47a77348654e3fe0115
|
|
7
|
+
data.tar.gz: 830a765dcafc0e0e275cbd7c68a686b681d0ca1cffab08fd00c473373bde98a09a35321fb2200063052ca916493bef1f6af963c40fffc592068038a170108b28
|
data/README
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Oh, why, hello there. I'm Notary Sojac, and you are inspecting one of my scripts which was originally designed to take all the files in the current working folder, and put them into \out. The catch? Oh yes, the catch is that they will become .zip files meaning that you will need to decrypt them before reading/seeing/interacting with them. There are no free lunches.
|
|
1
|
+
Oh, why, hello there. I'm Notary Sojac, and you are inspecting one of my scripts which was originally designed to take all the files in the current working folder, and put them into \out. The catch? Oh yes, the catch is that they will become .zip files meaning that you will need to decrypt them before reading/seeing/interacting with them. There are no free lunches. This algo is helpful for getting NES rom files into a proper format for consumption by NestopiaX on hacked XBOXes.
|
|
2
2
|
|
|
3
|
-
There will be more mundane algorithms added, such as right now
|
|
3
|
+
There will be more mundane algorithms added, such as right now I've just added an algo to unzip a bunch of zip files and dump their contents into out/ (so a mass unzipping algo).
|
|
4
4
|
|
|
5
5
|
To make it do:
|
|
6
6
|
|
data/lib/mundane/version.rb
CHANGED
data/lib/mundane.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mundane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- n-jax
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubyzip
|