Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
update gemspec and license
Browse files Browse the repository at this point in the history
  • Loading branch information
tsechingho committed Jan 18, 2013
1 parent fd4dcc2 commit 76f7259
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (C) 2011-2012 by Tse-Ching Ho
Copyright (C) 2011-2013 by Tse-Ching Ho

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions ckeditor-rails.gemspec
Expand Up @@ -15,8 +15,9 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Ckeditor::Rails::VERSION

gem.add_dependency 'railties', '~> 3.0'
gem.add_dependency 'thor', '~> 0.14'
gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'rails', '~> 3.0'
gem.add_dependency 'railties', '>= 3.0'

gem.add_development_dependency 'bundler', '>= 1.0'
gem.add_development_dependency 'rails', '>= 3.0'
gem.add_development_dependency 'thor', '>= 0.14'
end

0 comments on commit 76f7259

Please sign in to comment.