golf 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/Rakefile +4 -1
  3. data/lib/golf/version.rb +1 -1
  4. metadata +3 -3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- golf (0.6.21)
4
+ golf (0.7.7)
5
5
  compass
6
6
  haml
7
7
  hpricot
data/Rakefile CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'bundler'
2
2
  require 'rake/testtask'
3
+ require 'convore-simple'
3
4
 
4
5
  Bundler::GemHelper.install_tasks
5
6
 
@@ -12,5 +13,7 @@ Rake::TestTask.new("test") do |t|
12
13
  end
13
14
 
14
15
  task 'push' do
15
- puts `gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' |xargs gem push && gem build golf.gemspec |awk '$1 ~ / *File:/ {printf($2)}' | curl -u $(git config user.convore) -F message="<-" https://convore.com/api/topics/19590/messages/create.json`
16
+ myversion = `gem build golf.gemspec |awk '$1 ~ / *File:/ {printf($2)}'`
17
+ puts `gem push #{myversion}`
18
+ ConvoreSimple::Topic.say(myversion)
16
19
  end
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.7.6"
2
+ VERSION = "0.7.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 6
9
- version: 0.7.6
8
+ - 7
9
+ version: 0.7.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micha Niskin, Alan Dipert, Julio Capote
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-17 00:00:00 -04:00
17
+ date: 2011-04-18 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency