summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarkus Reiter <me@reitermark.us>2017-04-19 23:43:42 +0200
committerMatt Brictson <matt@mattbrictson.com>2017-04-23 15:00:14 -0700
commitdf106f51674554642e6d73fa7eb7506287903c9a (patch)
treedf85c4180396d85f966d7ddce26e0ff758bf8f58 /lib
parentfaeef0768ecee7fd6d64337f647f8578bef414a2 (diff)
downloadplist-df106f51674554642e6d73fa7eb7506287903c9a.tar.gz
Remove shebangs from Ruby files.
Diffstat (limited to 'lib')
-rw-r--r--lib/plist.rb2
-rw-r--r--lib/plist/generator.rb2
-rwxr-xr-x[-rw-r--r--]lib/plist/parser.rb2
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/plist.rb b/lib/plist.rb
index 9ed6436..15c86f9 100644
--- a/lib/plist.rb
+++ b/lib/plist.rb
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-#
# = plist
#
# This is the main file for plist. Everything interesting happens in
diff --git a/lib/plist/generator.rb b/lib/plist/generator.rb
index 1969d84..8ce3473 100644
--- a/lib/plist/generator.rb
+++ b/lib/plist/generator.rb
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-#
# = plist
#
# Copyright 2006-2010 Ben Bleything and Patrick May
diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb
index 367d35f..b13c5e0 100644..100755
--- a/lib/plist/parser.rb
+++ b/lib/plist/parser.rb
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-#
# = plist
#
# Copyright 2006-2010 Ben Bleything and Patrick May