This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MIT license and push to rubygems.org.
- Loading branch information
1 parent
c9536d4
commit faffae4
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ As with Nitin's PyEDS, there are a few things left to do: | |
- consider adding an authenticateIP() function that uses the IP authentication method. | ||
- deal with expired tokens, etc. | ||
- change argument lists to argument hashes to conform to ruby style. | ||
- use something like the fakeweb gem to avoid hitting the API during tests. | ||
|
||
Sam Popowich, [email protected] | ||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Gem::Specification.new do |s| | ||
s.name = "ruby_eds" | ||
s.version = "1.0.2" | ||
s.date = "2013-06-30" | ||
s.summary = "Ruby wrapper for EDS API." | ||
s.description = s.summary | ||
s.author = ["Sam Popowich"] | ||
s.email = "[email protected]" | ||
s.homepage = "http://github.com/ualbertalib/ruby_eds" | ||
s.files = ["lib/ruby_eds.rb"] | ||
s.license = 'MIT' | ||
end |