bsm-openx 1.9.1 → 1.9.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/bsm-openx.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
@@ -42,7 +42,7 @@ begin
|
|
42
42
|
gemspec.summary = "A Ruby interface to the OpenX XML-RPC API"
|
43
43
|
gemspec.description = "A Ruby interface to the OpenX XML-RPC API"
|
44
44
|
gemspec.email = "dimitrij@blacksquaremedia.com"
|
45
|
-
gemspec.homepage = "http://github.com/
|
45
|
+
gemspec.homepage = "http://github.com/bsm/openx"
|
46
46
|
gemspec.authors = ["Aaron Patterson", "Andy Smith", "TouchLocal P/L", "Dimitrij Denissenko"]
|
47
47
|
end
|
48
48
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.9.
|
1
|
+
1.9.2
|
data/bsm-openx.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{bsm-openx}
|
8
|
-
s.version = "1.9.
|
8
|
+
s.version = "1.9.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Aaron Patterson", "Andy Smith", "TouchLocal P/L", "Dimitrij Denissenko"]
|
@@ -57,7 +57,7 @@ Gem::Specification.new do |s|
|
|
57
57
|
"test/test_targeting_rules.rb",
|
58
58
|
"test/test_zone.rb"
|
59
59
|
]
|
60
|
-
s.homepage = %q{http://github.com/
|
60
|
+
s.homepage = %q{http://github.com/bsm/openx}
|
61
61
|
s.rdoc_options = ["--charset=UTF-8"]
|
62
62
|
s.require_paths = ["lib"]
|
63
63
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bsm-openx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 1.9.
|
9
|
+
- 2
|
10
|
+
version: 1.9.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Aaron Patterson
|
@@ -72,7 +72,7 @@ files:
|
|
72
72
|
- test/test_targeting_rules.rb
|
73
73
|
- test/test_zone.rb
|
74
74
|
has_rdoc: true
|
75
|
-
homepage: http://github.com/
|
75
|
+
homepage: http://github.com/bsm/openx
|
76
76
|
licenses: []
|
77
77
|
|
78
78
|
post_install_message:
|