wvanbergen-request-log-analyzer 0.1.1 → 0.1.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 +2 -2
  2. metadata +1 -1
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ task :default => :test
9
9
  namespace :gem do
10
10
 
11
11
  desc "Sets the version and date of the gem"
12
- task :spec_version do
12
+ task :version do
13
13
 
14
14
  require 'date'
15
15
 
@@ -24,7 +24,7 @@ namespace :gem do
24
24
  File.open(spec_file, 'w') { |f| f << spec }
25
25
  end
26
26
 
27
- task :version => [:spec_version] do
27
+ task :tag => [:version] do
28
28
 
29
29
  new_version = ENV['VERSION']
30
30
  raise "VERSION is required" unless /\d+(\.\d+)*/ =~ new_version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wvanbergen-request-log-analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Willem van Bergen