Skip to content

Commit

Permalink
clean-up gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnagir committed Dec 20, 2011
1 parent f9f8ea7 commit 9c62b7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spinjs-rails.gemspec
Expand Up @@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.version = Spinjs::Rails::VERSION
s.authors = ["Dmytrii Nagirniak"]
s.email = ["dnagir@gmail.com"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.homepage = "https://github.com/dnagir/spinjs-rails"
s.summary = %q{A spinning activity indicator for Rails 3 with no images and CSS.}
s.description = %q{An animated CSS3 loading spinner with VML fallback for IE.}

s.rubyforge_project = "spinjs-rails"

Expand All @@ -19,7 +19,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency "rails", ">= 3.1"
# specify any dependencies here; for example:
# s.add_development_dependency "rspec"
# s.add_runtime_dependency "rest-client"
end

0 comments on commit 9c62b7f

Please sign in to comment.