Skip to content

Commit

Permalink
gemspec for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth committed Jan 28, 2010
1 parent 5e5db56 commit c17316c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions alexa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{alexa}
s.version = "0.0.7"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wojciech Wnętrzak"]
s.date = %q{2009-11-03}
s.date = %q{2010-01-28}
s.description = %q{Alexa Web Information Service library (AWIS)}
s.email = %q{w.wnetrzak@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -25,20 +25,23 @@ Gem::Specification.new do |s|
"VERSION",
"alexa.gemspec",
"lib/alexa.rb",
"lib/alexa/config.rb",
"lib/alexa/url_info.rb",
"test/alexa_test.rb",
"test/config_test.rb",
"test/fixtures/empty.xml",
"test/fixtures/polsl.xml",
"test/fixtures/polsl_small.xml",
"test/test_helper.rb"
"test/test_helper.rb",
"test/url_info_test.rb"
]
s.homepage = %q{http://github.com/morgoth/alexa}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Alexa Web Information Service library}
s.test_files = [
"test/alexa_test.rb",
"test/url_info_test.rb",
"test/config_test.rb",
"test/test_helper.rb"
]

Expand Down

0 comments on commit c17316c

Please sign in to comment.