Navigation Menu

Skip to content

Commit

Permalink
Updated shebangs for rvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Feb 13, 2013
1 parent a6d3079 commit d5c7033
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions lib/graphs/gdf.rb
@@ -1,3 +1,4 @@
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

require_relative '../graph'
Expand Down
2 changes: 1 addition & 1 deletion lib/graphs/json.rb
@@ -1,4 +1,4 @@
#! /usr/bin/ruby1.9.1
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

require 'json'
Expand Down
2 changes: 1 addition & 1 deletion tests/edge_tests.rb
@@ -1,4 +1,4 @@
#! /usr/bin/ruby1.9.1
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

class Edge_test < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/gdf_tests.rb
@@ -1,4 +1,4 @@
#! /usr/bin/ruby1.9.1
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

module Utils
Expand Down
2 changes: 1 addition & 1 deletion tests/json_tests.rb
@@ -1,4 +1,4 @@
#! /usr/bin/ruby1.9.1
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

module JSONUtils
Expand Down
2 changes: 1 addition & 1 deletion tests/node_tests.rb
@@ -1,4 +1,4 @@
#! /usr/bin/ruby1.9.1
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

class Node_test < Test::Unit::TestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.rb
@@ -1,4 +1,4 @@
#! /usr/bin/ruby1.9.1
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-

require 'test/unit'
Expand Down

0 comments on commit d5c7033

Please sign in to comment.