Oshuma-httpattack-lib 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.
Files changed (2) hide show
  1. data/Rakefile +1 -2
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -46,7 +46,6 @@ namespace :gem do
46
46
  Rake::Task['gem:build'].invoke
47
47
  gem = FileList["#{APP_DIR}/#{GEMNAME}-*.gem"].first
48
48
  sudo = RUBY_PLATFORM !~ /win32/ ? "sudo" : ""
49
- sh "#{sudo} gem uninstall #{GEMNAME}"
50
- sh "#{sudo} gem install #{gem}"
49
+ sh "#{sudo} gem uninstall #{GEMNAME} ; #{sudo} gem install #{gem}"
51
50
  end
52
51
  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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell