aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/json-1.5.1/bin/edit_json.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-03-12 13:05:19 +0000
committerSeb Bacon <seb.bacon@gmail.com>2012-03-12 13:05:19 +0000
commit37bff4c0154b57b35a3194a9b31a9422496b955b (patch)
tree61592a6bb9d1d9fea378a6e4efa8fdf7d5525b8a /vendor/gems/json-1.5.1/bin/edit_json.rb
parent8b49dc894066e452232cabd09333895487f86986 (diff)
parent8acea24f98268fbb9b73b66b9e98a1788a3b30ac (diff)
Merge branch 'merged-bundler' into develop
Diffstat (limited to 'vendor/gems/json-1.5.1/bin/edit_json.rb')
-rwxr-xr-xvendor/gems/json-1.5.1/bin/edit_json.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/gems/json-1.5.1/bin/edit_json.rb b/vendor/gems/json-1.5.1/bin/edit_json.rb
deleted file mode 100755
index 04a8189d2..000000000
--- a/vendor/gems/json-1.5.1/bin/edit_json.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env ruby
-require 'json/editor'
-
-filename, encoding = ARGV
-JSON::Editor.start(encoding) do |window|
- if filename
- window.file_open(filename)
- end
-end