trackman 0.4.4 → 0.4.5

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/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- trackman (0.4.3)
12
+ trackman (0.4.5)
13
13
  heroku (>= 2.26.2)
14
14
  json
15
15
  nokogiri
@@ -30,7 +30,7 @@ GEM
30
30
  netrc (~> 0.7.7)
31
31
  rest-client (~> 1.6.1)
32
32
  rubyzip
33
- heroku-api (0.3.4)
33
+ heroku-api (0.3.5)
34
34
  excon (~> 0.16.1)
35
35
  hike (1.2.1)
36
36
  json (1.7.5)
@@ -1,3 +1,3 @@
1
1
  module Trackman
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  end
@@ -12,6 +12,6 @@ namespace :trackman do
12
12
  desc "Sets up the heroku configs required by Trackman"
13
13
  task :setup, :app do |t, args|
14
14
  heroku_version = Gem.loaded_specs["heroku"].version.to_s
15
- Trackman::ConfigurationHandler.new(heroku_version, app: args[:app]).setup
15
+ Trackman::ConfigurationHandler.new(heroku_version, :app => args[:app]).setup
16
16
  end
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: