martinet.gemspec in martinet-0.0.4 vs martinet.gemspec in martinet-0.1.0
- old
+ new
@@ -2,18 +2,18 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'martinet/version'
Gem::Specification.new do |spec|
- spec.name = 'martinet'
- spec.version = Martinet::VERSION
- spec.authors = ['Tang Rufus']
- spec.email = ['tangrufus@gmail.com']
-
- spec.summary = 'Authorization component for warden'
- spec.description = 'Authorization component for warden'
- spec.homepage = 'https://github.com/TangRufus/martinet'
- spec.license = 'MIT'
+ spec.name = 'martinet'
+ spec.version = Martinet::VERSION
+ spec.platform = Gem::Platform::RUBY
+ spec.authors = ['Tang Rufus']
+ spec.email = ['tangrufus@gmail.com']
+ spec.homepage = 'https://github.com/TangRufus/martinet'
+ spec.summary = 'Authorization component for warden'
+ spec.description = 'Authorization component for warden'
+ spec.license = 'MIT'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.require_paths = 'lib'