fire_up 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/fire_up +5 -0
  2. metadata +3 -3
data/bin/fire_up ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+ require 'rubygems'
3
+ require 'fire_up'
4
+
5
+ FireUp.new(ARGV.shift).open_window
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fire_up
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Powers
@@ -24,8 +24,8 @@ dependencies:
24
24
  version:
25
25
  description:
26
26
  email: chrisjpowers@gmail.com
27
- executables: []
28
-
27
+ executables:
28
+ - fire_up
29
29
  extensions: []
30
30
 
31
31
  extra_rdoc_files: []