-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathos.gemspec
More file actions
48 lines (45 loc) · 1.45 KB
/
Copy pathos.gemspec
File metadata and controls
48 lines (45 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: os 1.0.0 ruby lib
Gem::Specification.new do |s|
s.name = "os".freeze
s.version = "1.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["rdp".freeze, "David McCullars".freeze]
s.date = "2017-10-18"
s.description = "The OS gem allows for some useful and easy functions, like OS.windows? (=> true or false) OS.bits ( => 32 or 64) etc\"".freeze
s.email = "rogerpack2005@gmail.com".freeze
s.extra_rdoc_files = [
"ChangeLog",
"LICENSE",
"README.rdoc"
]
s.files = [
".autotest",
".document",
"ChangeLog",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"autotest/discover.rb",
"lib/os.rb",
"os.gemspec",
"spec/linux_spec.rb",
"spec/os_spec.rb",
"spec/osx_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/rdp/os".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "2.5.2".freeze
s.summary = "Simple and easy way to know if you're on windows or not (reliably), as well as how many bits the OS is, etc.".freeze
s.add_development_dependency('rake', '~> 0.8')
s.add_development_dependency('rspec', '~> 2.5.0')
s.add_development_dependency('test-unit', '~> 3')
end