Skip to content

Commit

Permalink
Add pre_install warning that gem is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
agnoster committed Oct 3, 2012
1 parent 6f737a3 commit a46a70f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion elekk.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.authors = ["Isaac Wolkerstorfer"]
s.email = ["i@agnoster.net"]
s.homepage = "https://github.com/agnoster/elekk"
s.summary = %q{OUTDATED Ruby interface for World of Warcraft data}
s.summary = %q{[OUTDATED] Ruby interface for World of Warcraft data}
s.description = %q{WARNING: Outdated and non-functional!
Elekk is a Ruby gem that provides an interface to data for Blizzard's highly popular
Expand All @@ -19,6 +19,10 @@ Gem::Specification.new do |s|

s.rubyforge_project = "elekk"

s.pre_install do
puts "Elekk is deprecated. The format of the Armory API has changed, and there are currenty no plans to update the gem."
end

s.add_dependency 'nokogiri'
s.add_dependency 'json'
s.add_dependency 'typhoeus'
Expand Down

0 comments on commit a46a70f

Please sign in to comment.