hasoffers 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -1
- data/hasoffers.gemspec +2 -2
- data/lib/hasoffers/version.rb +1 -1
- metadata +4 -10
data/.gitignore
CHANGED
data/hasoffers.gemspec
CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = Hasoffers::VERSION
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Luke Ludwig"]
|
10
|
-
s.email = ["luke.ludwig@
|
11
|
-
s.homepage = "https://github.com/
|
10
|
+
s.email = ["luke.ludwig@sportngin.com"]
|
11
|
+
s.homepage = "https://github.com/sportngin/hasoffers"
|
12
12
|
s.summary = %q{Implementation of the HasOffers API for affiliate advertising.}
|
13
13
|
s.description = %q{Implementation of the HasOffers API for affiliate advertising.}
|
14
14
|
|
data/lib/hasoffers/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hasoffers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-03-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: crack
|
@@ -61,7 +61,7 @@ dependencies:
|
|
61
61
|
version: '0'
|
62
62
|
description: Implementation of the HasOffers API for affiliate advertising.
|
63
63
|
email:
|
64
|
-
- luke.ludwig@
|
64
|
+
- luke.ludwig@sportngin.com
|
65
65
|
executables: []
|
66
66
|
extensions: []
|
67
67
|
extra_rdoc_files: []
|
@@ -94,7 +94,7 @@ files:
|
|
94
94
|
- test/offer_test.rb
|
95
95
|
- test/report_test.rb
|
96
96
|
- test/test_helper.rb
|
97
|
-
homepage: https://github.com/
|
97
|
+
homepage: https://github.com/sportngin/hasoffers
|
98
98
|
licenses: []
|
99
99
|
post_install_message:
|
100
100
|
rdoc_options: []
|
@@ -106,18 +106,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
106
106
|
- - ! '>='
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '0'
|
109
|
-
segments:
|
110
|
-
- 0
|
111
|
-
hash: 869840649197282084
|
112
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
110
|
none: false
|
114
111
|
requirements:
|
115
112
|
- - ! '>='
|
116
113
|
- !ruby/object:Gem::Version
|
117
114
|
version: '0'
|
118
|
-
segments:
|
119
|
-
- 0
|
120
|
-
hash: 869840649197282084
|
121
115
|
requirements: []
|
122
116
|
rubyforge_project: hasoffers
|
123
117
|
rubygems_version: 1.8.24
|