drumherum 0.1.38 → 0.1.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/drumherum/rake.rb +5 -5
  2. data/version.rb +1 -1
  3. metadata +1 -1
@@ -72,7 +72,7 @@ end
72
72
 
73
73
 
74
74
  # -------------------------------------------------------------------------------------------------------
75
- # publish
75
+ # publish
76
76
  #
77
77
 
78
78
  # Task :publish
@@ -130,8 +130,8 @@ end
130
130
  #
131
131
 
132
132
 
133
- # git_publish
134
- #
133
+ # git_publish
134
+ #
135
135
  desc 'publish actual version to github'
136
136
  task :git_publish => [ :git_add, :git_commit, :git_push ] do
137
137
  puts; puts; puts; puts
@@ -234,11 +234,11 @@ end
234
234
  end
235
235
 
236
236
  # doc rüberkopieren
237
- Dir.chdir 'doc' do
237
+ Dir.chdir "#{File.join(Drumherum.directory_main,'doc')}" do
238
238
  if Drumherum.host_os == :windows
239
239
  sh "xcopy /E *.* \\tmp\\#{Drumherum.project_name} "
240
240
  else
241
- sh "cp . /tmp/#{Drumherum.project_name} "
241
+ sh "cp . -R /tmp/#{Drumherum.project_name} "
242
242
  end
243
243
  end
244
244
 
data/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Drumherum
3
3
 
4
- VERSION = '0.1.38'
4
+ VERSION = '0.1.39'
5
5
 
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drumherum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.38
4
+ version: 0.1.39
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: