shack_kit 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/shack_kit.gemspec DELETED
@@ -1,39 +0,0 @@
1
- # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'shack_kit/version'
5
-
6
- Gem::Specification.new do |spec|
7
- spec.name = "shack_kit"
8
- spec.version = ShackKit::VERSION
9
- spec.authors = ["Marcin Bajer"]
10
- spec.email = ["bajer@tigana.pl"]
11
-
12
- spec.summary = "Set of HAM radio tools packaged by SQ9OZM"
13
- spec.description = "Set of HAM radio tools, currently limited to SP and SOTA-related stuff"
14
- spec.homepage = "https://github.com/rrrodrigo/shack_kit"
15
- spec.license = "MIT"
16
-
17
- spec.required_ruby_version = '>= 2.0.0'
18
-
19
- # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
20
- # delete this section to allow pushing this gem to any host.
21
- if spec.respond_to?(:metadata)
22
- spec.metadata['allowed_push_host'] = "https://rubygems.org"
23
- else
24
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
25
- end
26
-
27
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
- spec.require_paths = ["lib"]
31
-
32
- spec.add_development_dependency 'bundler', '~> 1.10'
33
- spec.add_development_dependency 'rake', '~> 10.0'
34
- spec.add_development_dependency 'minitest', '~> 5'
35
- spec.add_development_dependency 'irbtools', '~> 2'
36
- spec.add_runtime_dependency 'sqlite3', '~> 1.3', '>= 1.3.3'
37
- spec.add_runtime_dependency 'sequel', '~> 4', '>= 4.28'
38
- spec.add_runtime_dependency 'simple-spreadsheet', '~> 0.4', '>= 0.4.1'
39
- end