hasoffers 0.1.1 → 0.1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +3 -0
- data/README.rdoc +1 -1
- data/Rakefile +1 -1
- data/hasoffers.gemspec +1 -1
- metadata +3 -2
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
@@ -40,7 +40,7 @@ The tests can be ran in two modes:
|
|
40
40
|
Does not make live API calls. Dummy responses are returned by the DummyResponse class which is also used in development mode to avoid live API calls.
|
41
41
|
|
42
42
|
=== Live mode
|
43
|
-
* env
|
43
|
+
* env HAS_OFFERS_LIVE=1 rake test
|
44
44
|
Makes live api calls. Uses the HasOffer credentials in config/has_offers.yml which by default is set to the demo account credentials. HasOffers does not supply a test gateway so be careful to not run these tests against your live HasOffers account.
|
45
45
|
|
46
46
|
|
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('hasoffers', '0.1.1') do |p|
|
5
|
+
Echoe.new('hasoffers', '0.1.1.1') do |p|
|
6
6
|
p.description = "Implementation of the HasOffers API for affiliate advertising."
|
7
7
|
p.url = "http://github.com/ngin/hasoffers"
|
8
8
|
p.author = "Luke Ludwig"
|
data/hasoffers.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hasoffers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
9
|
- 1
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.1.1.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Luke Ludwig
|