alexa 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +6 -0
  2. data/Rakefile +1 -0
  3. data/VERSION +1 -1
  4. data/alexa.gemspec +5 -2
  5. 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
@@ -1,4 +1,5 @@
1
1
  # encoding: UTF-8
2
+
2
3
  require 'rubygems'
3
4
  require 'rake'
4
5
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
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.5"
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-07-23}
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.5
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-07-23 00:00:00 +02:00
12
+ date: 2009-10-09 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency