Skip to content

Instantly share code, notes, and snippets.

@jjeffers
Created August 7, 2014 18:08
Show Gist options
  • Select an option

  • Save jjeffers/7a4328eba33d8cd17d97 to your computer and use it in GitHub Desktop.

Select an option

Save jjeffers/7a4328eba33d8cd17d97 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |s|
s.name = "wiw"
s.version = "0.9.0"
s.homepage = "https://github.com/jjeffers/wiw"
s.add_runtime_dependency "rest-client"
s.add_runtime_dependency "activemodel"
s.add_development_dependency "minitest"
s.add_development_dependency "minitest-vcr"
s.add_development_dependency "fakeweb"
s.add_development_dependency "vcr"
s.add_development_dependency "turn"
s.add_development_dependency "rake"
s.authors = ["James Jeffers"]
s.email = "[email protected]"
s.summary = "Ruby client for working with When I Work HTTP API."
s.description = "A ruby gem that ecapsulates the When I Work HTTP API in series of Ruby objects and methods."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment