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 +2 -2
- data/lib/trackman/version.rb +1 -1
- data/rails_generators/trackman/templates/trackman.rake +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
|
@@ -9,7 +9,7 @@ GIT
|
|
|
9
9
|
PATH
|
|
10
10
|
remote: .
|
|
11
11
|
specs:
|
|
12
|
-
trackman (0.4.
|
|
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.
|
|
33
|
+
heroku-api (0.3.5)
|
|
34
34
|
excon (~> 0.16.1)
|
|
35
35
|
hike (1.2.1)
|
|
36
36
|
json (1.7.5)
|
data/lib/trackman/version.rb
CHANGED
|
@@ -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
|
|
15
|
+
Trackman::ConfigurationHandler.new(heroku_version, :app => args[:app]).setup
|
|
16
16
|
end
|
|
17
17
|
end
|