mundane 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 14540f02f5fe1ea047a6a7e68af94bcfa44b50b1
4
- data.tar.gz: c975d603d3883f09b65940d4be8b6708be0d3792
3
+ metadata.gz: 34457acc6048618f2422f176abb24819b7425880
4
+ data.tar.gz: 5f182b1308a6698ce1176d0aa111565c66f96c66
5
5
  SHA512:
6
- metadata.gz: 3aa7a0b89dcfcee21523679d04d423a3fb3614e96d0408bc1875f8e8f904c58d349d787a123ba4314c5c3dc92e0a54585e8a3b1bc5248b144ce10a4ba4f3b120
7
- data.tar.gz: 51f314566f12ba45d249769d81e9c2f2ce91ddedd59400d062aaae6dc9aae40a7dbf69ef5f220c92c136b335e2a77f29957ee85cd499b251638f0fb5b23ee3ed
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. But this algo is helpful for getting NES rom files into a proper format for consumption by NestopiaX.
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, an algo to unzip a bunch of zip files and dump their contents into out/ (so a mass unzipping algo).
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
 
@@ -1,3 +1,3 @@
1
1
  module Mundane
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
data/lib/mundane.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'pry'
1
+ #require 'pry'
2
2
  require 'zip'
3
3
 
4
4
  require 'mundane/version'
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.1
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-12 00:00:00.000000000 Z
11
+ date: 2013-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip