shabang 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -4
  3. data/bin/shabang +1 -2
  4. data/bin/shebang +1 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e52d1ca3ac3fcabc709e1b3f88bd57cca2ab0862
4
- data.tar.gz: a17eb4cd05d41b2bae8f444669f66be9701480b1
3
+ metadata.gz: 0bed89576e47885b3f88d65244a9e634f4c792bf
4
+ data.tar.gz: 52ab3b21ac29c231fc5f2148e477f9e7b02bd84e
5
5
  SHA512:
6
- metadata.gz: 0957f27f43afdac0510c1989bba28b868f53b082b3c62c6b4bf7907678c793207e24ca3aca4daf091762d6627764766b3f21ce090c88627004139a6185d51f99
7
- data.tar.gz: 61f4f8dec8cde035207472bc684785e0c4dde4cd616edba2b1836181acedcee0ec7b6f20103f46306669c7ed2ae438983d7223edf06f4683c0b3cfe520257513
6
+ metadata.gz: f87cc04142e0ddc84adec672ff05f26b8aeda7ea2ab856f485bb68d489fe84b0b032bb98cc816c682b352fc97d2ccf80357e0c843fccd556fd911e3937b3c334
7
+ data.tar.gz: 4f4e8569d15700ab52d152ab59657be0b6d194f09561806045d86d17c23ea2b05a1a767667301e7e5bcae8d9c379bf0b3aa9396ba130fd4aacf9d3e2e1ffea3b
data/README.md CHANGED
@@ -11,10 +11,6 @@ All it does is give you an executable command (a pair of them actually, for both
11
11
 
12
12
  There are some options for other paths and other options, but I doubt you'll need them. This is mostly to solve the problem of forgetting the syntax `#!/usr/bin/env language-executable`
13
13
 
14
- ```ruby
15
- gem 'shabang'
16
- ```
17
-
18
14
  ## Contributing
19
15
 
20
16
  1. Fork it ( https://github.com/[my-github-username]/shabang/fork )
@@ -4,10 +4,9 @@ require 'optparse'
4
4
  require 'fileutils'
5
5
  require 'ostruct'
6
6
  require 'pp'
7
- require 'pry'
8
7
 
9
8
  class Shabang
10
- VERSION = '0.1.0'
9
+ VERSION = '0.1.1'
11
10
  LANGS = %w[python perl node ruby bash sbcl runhaskell]
12
11
 
13
12
  def self.parse(args)
@@ -4,10 +4,9 @@ require 'optparse'
4
4
  require 'fileutils'
5
5
  require 'ostruct'
6
6
  require 'pp'
7
- require 'pry'
8
7
 
9
8
  class Shabang
10
- VERSION = '0.1.0'
9
+ VERSION = '0.1.1'
11
10
  LANGS = %w[python perl node ruby bash sbcl runhaskell]
12
11
 
13
12
  def self.parse(args)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shabang
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Glusman