Skip to content

Commit

Permalink
Merge pull request #1 from GunioRobot/clean
Browse files Browse the repository at this point in the history
  • Loading branch information
patchfx committed Dec 22, 2011
2 parents feec1fa + e827628 commit 0dd685b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .document
@@ -1,5 +1,5 @@
lib/**/*.rb
bin/*
-
-
features/**/*.feature
LICENSE.txt
2 changes: 1 addition & 1 deletion lib/fastspring-saasy/base.rb
Expand Up @@ -8,7 +8,7 @@ class Base
attr_reader :customer

def initialize(reference)
@auth = {:username => FastSpring::Account.fetch(:username),
@auth = {:username => FastSpring::Account.fetch(:username),
:password => FastSpring::Account.fetch(:password)}
@company = FastSpring::Account.fetch(:company)
@reference = reference
Expand Down

0 comments on commit 0dd685b

Please sign in to comment.