bb_stats_crunch 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/bin/bb_stats_crunch CHANGED
@@ -1,5 +1,3 @@
1
- #!/Users/xok6/.rvm/bin/ruby
1
+ #!/usr/bin/env ruby
2
2
 
3
- require 'bb_stats_crunch'
4
-
5
- puts "Gem finished running"
3
+ require_relative 'bb_stats_crunch'
File without changes
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 0
9
- version: 0.0.0
8
+ - 1
9
+ version: 0.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jack Howland
@@ -21,7 +21,7 @@ dependencies: []
21
21
  description: Take stats from a baseball CSV file and output useful information
22
22
  email: jack.howl@gmail.com
23
23
  executables:
24
- - - bb_stats_crunch
24
+ - bb_stats_crunch
25
25
  extensions: []
26
26
 
27
27
  extra_rdoc_files: []