RubyGems
npm
Organizations
Log in
Sign up
RubyGems
librex
Versions diffs
0.0.15 → 0.0.16
librex 0.0.15 → 0.0.16
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/Rakefile
+1
-1
metadata
+1
-1
data/Rakefile
CHANGED
Viewed
@@ -6,7 +6,7 @@ end
6
6
7
7
task :release => :build do
8
8
system "gem push librex-*.gem"
9
-
sysmte
"rm *.gem"
9
+
system
"rm *.gem"
10
10
end
11
11
12
12
task :clean do
metadata
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
name: librex
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 0.0.
15
5
+
version: 0.0.
16
6
6
platform: ruby
7
7
authors:
8
8
- Metasploit Development Team