alexa 0.0.5 → 0.0.6
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/README.rdoc +6 -0
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/alexa.gemspec +5 -2
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
:links_in_count, :keywords, :related_links, :speed_median_load_time, :speed_percentile,
|
|
12
12
|
:rank_by_country, :rank_by_city, :usage_statistics
|
|
13
13
|
|
|
14
|
+
== Installation
|
|
15
|
+
<b>deprecated!</b>
|
|
16
|
+
gem install morgoth-alexa
|
|
17
|
+
<b>actual</b>
|
|
18
|
+
gem install alexa --source http://gemcutter.org
|
|
19
|
+
|
|
14
20
|
== Contributors
|
|
15
21
|
* rmoriz[http://github.com/rmoriz]
|
|
16
22
|
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.6
|
data/alexa.gemspec
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
# Generated by jeweler
|
|
2
|
+
# DO NOT EDIT THIS FILE
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
|
|
1
4
|
# -*- encoding: utf-8 -*-
|
|
2
5
|
|
|
3
6
|
Gem::Specification.new do |s|
|
|
4
7
|
s.name = %q{alexa}
|
|
5
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.6"
|
|
6
9
|
|
|
7
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
11
|
s.authors = ["Wojciech Wnętrzak"]
|
|
9
|
-
s.date = %q{2009-
|
|
12
|
+
s.date = %q{2009-10-09}
|
|
10
13
|
s.email = %q{w.wnetrzak@gmail.com}
|
|
11
14
|
s.extra_rdoc_files = [
|
|
12
15
|
"LICENSE",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alexa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "Wojciech Wn\xC4\x99trzak"
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-10-09 00:00:00 +02:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|