majestic_seo_api 1.1.3 → 1.1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/majestic_seo_api.rb +1 -1
- data/majestic_seo_api.gemspec +1 -2
- metadata +2 -2
data/lib/majestic_seo_api.rb
CHANGED
data/majestic_seo_api.gemspec
CHANGED
@@ -3,12 +3,11 @@ Gem::Specification.new do |s|
|
|
3
3
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
|
4
4
|
|
5
5
|
s.name = 'majestic_seo_api'
|
6
|
-
s.version = '1.1.3'
|
6
|
+
s.version = '1.1.3.1'
|
7
7
|
|
8
8
|
s.homepage = "http://developer-support.majesticseo.com/connectors/"
|
9
9
|
s.email = "sebastian@agiley.se"
|
10
10
|
s.authors = ["Majestic-12 Ltd", "Sebastian Johnsson"]
|
11
|
-
s.date = "2012-01-30"
|
12
11
|
s.description = "Interface for communicating with Majestic SEO's API"
|
13
12
|
s.summary = "Interface for communicating with Majestic SEO's API"
|
14
13
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: majestic_seo_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.1.3
|
5
|
+
version: 1.1.3.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Majestic-12 Ltd
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-02-05 00:00:00.000000000Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: nokogiri
|