glitter 0.0.8 → 0.0.9

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/glitter.rb +1 -1
  2. data/lib/glitter/version.rb +1 -1
  3. metadata +3 -3
data/lib/glitter.rb CHANGED
@@ -179,7 +179,7 @@ module Glitter
179
179
  def push
180
180
  puts "Pushing app #{app.latest.object_name}"
181
181
  # Push the latest release with release notes
182
- app.latest.notes = options[:release_notes] if options[:release_notes].present?
182
+ app.latest.notes = options[:release_notes] if options[:release_notes]
183
183
  app.latest.push
184
184
  puts "Asset pushed to #{app.latest.url}"
185
185
  app.latest.head # Sets this release as the head.
@@ -1,3 +1,3 @@
1
1
  module Glitter
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glitter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brad Gessler