Skip to content

Commit

Permalink
We won't use json yet
Browse files Browse the repository at this point in the history
  • Loading branch information
kuon committed Nov 26, 2014
1 parent df07a8e commit 24f7a30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions lib/swift_storage/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ def service
@service
end

def get_json(path)
headers = {'Accept' => 'application/json'}
response = request(path, :headers => headers)
Oj.load(response.body)
end

def get_lines(path)
headers = {'Accept' => 'text/plain'}
response = request(path, :headers => headers)
Expand Down
1 change: 0 additions & 1 deletion swift-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]


spec.add_dependency "oj", "~> 2.11.1"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 24f7a30

Please sign in to comment.