heroku-bartender 0.1.1 → 0.1.2

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.
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ $LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
3
+
4
+ require 'heroku/bartender'
5
+
6
+ Heroku::Bartender::Server.run!
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  module Bartender
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: heroku-bartender
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sebastian Arcila-Valenzuela
@@ -48,8 +48,8 @@ dependencies:
48
48
  version_requirements: *id003
49
49
  description: Ruby gem to handle releases in heroku.
50
50
  email: sebastianarcila@gmail.com
51
- executables: []
52
-
51
+ executables:
52
+ - heroku-bartender
53
53
  extensions: []
54
54
 
55
55
  extra_rdoc_files: []
@@ -65,6 +65,7 @@ files:
65
65
  - lib/heroku/bartender/version.rb
66
66
  - lib/heroku/bartender/views/template.erb
67
67
  - lib/heroku/bartender.rb
68
+ - bin/heroku-bartender
68
69
  has_rdoc: false
69
70
  homepage: http://github.com/sarcilav/heroku-bartender
70
71
  licenses: []