releaseable 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/releaseable/github.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -52,7 +52,7 @@ module Releaseable
52
52
  if info[:file]
53
53
  file = info[:file]
54
54
  raise "bad file #{info[:file]}" unless File.exist?(file) && File.readable?(file)
55
- info[:name] ||= File.basename(file) + rand(1000).to_s
55
+ info[:name] ||= File.basename(file) # + rand(1000).to_s
56
56
  end
57
57
 
58
58
  raise "required name for filename with data parameter" unless info[:name]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: releaseable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - arvicco