glitter 0.0.8 → 0.0.9
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.
- data/lib/glitter.rb +1 -1
- data/lib/glitter/version.rb +1 -1
- 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] | 
| 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.
         | 
    
        data/lib/glitter/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED