dev_tasks 1.0.39 → 1.0.40

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/lib/tasks.rb +1 -1
  2. metadata +1 -1
@@ -72,7 +72,7 @@ desc 'performs clean commands'
72
72
  task :clean do Tasks.execute_task :clean;end
73
73
 
74
74
  desc 'performs publish commands'
75
- task :publish => [:test] do Tasks.execute_task :publish; end
75
+ task :publish do Tasks.execute_task :publish; end
76
76
 
77
77
  desc 'performs clobber commands'
78
78
  task :clobber => [:clean] do Tasks.execute_task :clobber;end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.39
4
+ version: 1.0.40
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: