Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jassa committed May 8, 2013
1 parent 2e2ba97 commit f170a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -3,8 +3,9 @@ PATH
specs:
wordsmith (0.0.2)
git
kindlegen (>= 2.3.1)
nokogiri (>= 1.5.2)
kindlegen (~> 2.3)
nokogiri (~> 1.5)
sass (~> 3.1)

GEM
remote: http://rubygems.org/
Expand All @@ -23,6 +24,5 @@ PLATFORMS

DEPENDENCIES
rake
sass (>= 3.1)
test-unit
wordsmith!
6 changes: 3 additions & 3 deletions wordsmith.gemspec
Expand Up @@ -15,11 +15,11 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

gem.add_dependency "nokogiri", ">= 1.5.2"
gem.add_dependency "kindlegen", ">= 2.3.1"
gem.add_dependency "git"
gem.add_dependency "kindlegen", "~> 2.3"
gem.add_dependency "nokogiri", "~> 1.5"
gem.add_dependency "sass", "~> 3.1"

gem.add_development_dependency "sass", ">= 3.1"
gem.add_development_dependency "rake"
gem.add_development_dependency "test-unit"
end

0 comments on commit f170a55

Please sign in to comment.