Created
August 7, 2014 18:08
-
-
Save jjeffers/7a4328eba33d8cd17d97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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