glitter 0.0.3 → 0.0.4

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 -0
  2. data/lib/glitter/version.rb +1 -1
  3. metadata +3 -3
@@ -170,6 +170,7 @@ module Glitter
170
170
  puts "Pushing app #{app.head.object_name}"
171
171
  app.head.notes = options[:release_notes]
172
172
  app.head.push
173
+ app.appcast.push
173
174
  puts "App pushed to #{app.head.url}"
174
175
  puts "Updated #{app.appcast.url}"
175
176
  end
@@ -1,3 +1,3 @@
1
1
  module Glitter
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brad Gessler