golf 0.6.0 → 0.6.1

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.
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