Skip to content

Commit

Permalink
removed old dependency and updated gemspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lora-reames committed Apr 13, 2014
1 parent a57f161 commit 55699f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions leaflyapi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = Leaflyapi::VERSION
spec.authors = ["Patrick Reames"]
spec.email = ["patrick.reames@gmail.com"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.summary = %q{ruby gem for interacting with the leafly.com API}
spec.description = %q{get strains and strain details from leafly.com}
spec.homepage = ""
spec.license = "MIT"

Expand Down
5 changes: 0 additions & 5 deletions lib/leaflyapi.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "leaflyapi/version"
require "httparty"
require "json"
require 'pry'

module Leaflyapi
class Strains
Expand Down Expand Up @@ -52,8 +51,4 @@ def initialize(data)
@reviews = data["Reviews"]
end
end

# if $0 == __FILE__
# binding.pry
# end
end

0 comments on commit 55699f5

Please sign in to comment.