golf 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/golf.rb +1 -1
  3. data/lib/golf/version.rb +1 -1
  4. metadata +1 -1
data/Rakefile CHANGED
@@ -12,5 +12,5 @@ Rake::TestTask.new("test") do |t|
12
12
  end
13
13
 
14
14
  task 'push' do
15
- puts `gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' |xargs gem push && gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' | curl -u $(git config user.convore) -F message="<-" -F https://convore.com/api/topics/19590/messages/create.json`
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
16
  end
@@ -4,4 +4,4 @@ require "golf/compiler"
4
4
  require "golf/rack"
5
5
  require "golf/cli"
6
6
  require "golf/version"
7
-
7
+ require "golf/filter"
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: golf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.0
5
+ version: 0.6.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Micha Niskin, Alan Dipert, Julio Capote