Skip to content

Commit

Permalink
add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ncri committed Sep 30, 2013
1 parent ca50460 commit 0eb232e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ajaxify_rails.gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
gem.name = "ajaxify_rails"
gem.require_paths = ["lib"]
gem.version = AjaxifyRails::VERSION
gem.license = 'MIT'

gem.add_dependency 'rails', '>= 3.1.0'

Expand Down
2 changes: 1 addition & 1 deletion lib/ajaxify_rails/version.rb
@@ -1,3 +1,3 @@
module AjaxifyRails
VERSION = "0.8.6"
VERSION = "0.8.7"
end

0 comments on commit 0eb232e

Please sign in to comment.