zipit 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/cssxfire.xml +9 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +5 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +683 -0
- data/.idea/zipit.iml +10 -0
- data/.rvmrc +6 -0
- data/CHANGES +5 -1
- data/Gemfile +14 -0
- data/Gemfile.lock +26 -0
- data/Rakefile +34 -23
- data/bin/zipit +9 -1
- data/lib/zipit.rb +1 -89
- data/lib/zipit/version.rb +3 -0
- data/lib/zipit/zipit.rb +41 -0
- data/spec/spec_helper.rb +1 -0
- data/spec/zipit_spec.rb +7 -25
- data/zipit.gemspec +18 -48
- data/zipit.gemspec.erb +21 -0
- metadata +88 -70
- data/VERSION +0 -1
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.3.5
|