Skip to content

Commit

Permalink
Updated to 0.4
Browse files Browse the repository at this point in the history
Fixed typos
Added contributor
  • Loading branch information
Chaitanya Surapaneni committed Oct 2, 2012
1 parent dda5fd7 commit c60bdd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "3scale",
"description": "Client for 3Scale Networks API",
"version": "0.3.3",
"version": "0.4.0",
"homepage": "http://www.3scale.net",
"repository": {
"type": "git",
Expand All @@ -12,6 +12,7 @@
"Carlos Villuendas <carlosvillu@3scale.net>",
"Michal Cichra <michal@3scale.net>",
"Daniel Stevens <daniel.stevens@senicolabs.com>",
"Chaitanya Surapaneni <chaitanya.surapaneni@senicolabs.com>"
"Joaquin Rivera (joahking) <joaquin@3scale.net>"
],
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/client_test.coffee
Expand Up @@ -105,7 +105,7 @@ vows
client = new Client(provider_key)
assert.isFunction client.authrep_with_user_key

'ahould throw an exception if authrep_with_user_key is called without :user_key': (Client) ->
'should throw an exception if authrep_with_user_key is called without :user_key': (Client) ->
client = new Client(provider_key)
assert.throws (() -> client.authrep_with_user_key({}, ()->)), 'missing user_key'

Expand Down

0 comments on commit c60bdd5

Please sign in to comment.