Oshuma-httpattack-lib 0.0.2 → 0.0.3
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.
- data/Rakefile +1 -2
- metadata +3 -2
data/Rakefile
CHANGED
|
@@ -45,7 +45,6 @@ namespace :gem do
|
|
|
45
45
|
Rake::Task['gem:clean'].invoke
|
|
46
46
|
Rake::Task['gem:build'].invoke
|
|
47
47
|
gem = FileList["#{APP_DIR}/#{GEMNAME}-*.gem"].first
|
|
48
|
-
|
|
49
|
-
sh "#{sudo} gem uninstall #{GEMNAME} ; #{sudo} gem install #{gem}"
|
|
48
|
+
sh "gem uninstall #{GEMNAME} ; gem install #{gem}"
|
|
50
49
|
end
|
|
51
50
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Oshuma-httpattack-lib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dale Campbell
|
|
@@ -26,6 +26,7 @@ files:
|
|
|
26
26
|
- Rakefile
|
|
27
27
|
has_rdoc: true
|
|
28
28
|
homepage: http://oshuma.github.com/HTTPAttack
|
|
29
|
+
licenses:
|
|
29
30
|
post_install_message:
|
|
30
31
|
rdoc_options:
|
|
31
32
|
- --charset=UTF-8
|
|
@@ -46,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
46
47
|
requirements: []
|
|
47
48
|
|
|
48
49
|
rubyforge_project:
|
|
49
|
-
rubygems_version: 1.
|
|
50
|
+
rubygems_version: 1.3.5
|
|
50
51
|
signing_key:
|
|
51
52
|
specification_version: 2
|
|
52
53
|
summary: The game library for HTTPAttack
|