Sha256: f34d6efafd9219648fa0419330005315e710ce50b8b1e7a0952e799e13d59d80
Contents?: true
Size: 1.62 KB
Versions: 3
Compression:
Stored size: 1.62 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'enop/version' Gem::Specification.new do |spec| spec.name = "enop" spec.version = Enop::VERSION spec.authors = ["yasuo kominami"] spec.email = ["ykominami@gmail.com"] spec.summary = %q{evernote operation.} spec.description = %q{evernote operation.} spec.homepage = "" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. if spec.respond_to?(:metadata) # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" else raise "RubyGems 2.0 or newer is required to protect against public gem pushes." end spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency "evernote_oauth" spec.add_runtime_dependency "activerecord" spec.add_runtime_dependency "sqlite3" # spec.add_runtime_dependency "sinatra" # spec.add_runtime_dependency "sinatra-contrib" # spec.add_runtime_dependency "backport" , ">= 2.0" # spec.add_runtime_dependency "multi_json" , ">= 1.11.1" # spec.add_runtime_dependency "rack" # spec.add_runtime_dependency "rack-test" spec.add_runtime_dependency "arxutils" spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enop-0.1.5 | enop.gemspec |
enop-0.1.4 | enop.gemspec |
enop-0.1.3 | enop.gemspec |