mu 5.7.25 → 5.7.26

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 (3) hide show
  1. data/lib/mu/api/scale.rb +1 -1
  2. data/version.rb +1 -1
  3. metadata +1 -1
@@ -215,7 +215,7 @@ private
215
215
  end
216
216
 
217
217
  # GET file
218
- def download_file(e=@element, params=nil, filename)
218
+ def download_file(e=@element, params=nil, filename='')
219
219
  element = e
220
220
  element << "?uuid=#{@uuid}" unless @uuid.nil?
221
221
  element << "&#{params}" unless params.nil?
data/version.rb CHANGED
@@ -1 +1 @@
1
- VERSION='5.7.25'
1
+ VERSION='5.7.26'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 5.7.25
5
+ version: 5.7.26
6
6
  platform: ruby
7
7
  authors:
8
8
  - MuEng