Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Add MIT license and push to rubygems.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
redlibrarian committed Aug 6, 2013
1 parent c9536d4 commit faffae4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Binary file added ruby_eds-1.0.1.gem
Binary file not shown.
Binary file added ruby_eds-1.0.2.gem
Binary file not shown.
12 changes: 12 additions & 0 deletions ruby_eds.gemspec
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

0 comments on commit faffae4

Please sign in to comment.