postcodeanywhere 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/postcodeanywhere.rb +1 -1
- data/postcodeanywhere.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.4.0
|
data/lib/postcodeanywhere.rb
CHANGED
@@ -93,7 +93,7 @@ module PostcodeAnywhere
|
|
93
93
|
end
|
94
94
|
|
95
95
|
def license_information
|
96
|
-
"account_code="+
|
96
|
+
"account_code="+PostcodeAnywhere::Request.account_code+"&license_code="+PostcodeAnywhere::Request.license_code
|
97
97
|
end
|
98
98
|
|
99
99
|
end
|
data/postcodeanywhere.gemspec
CHANGED