swot-ruby 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/swot.rb +1 -1
- data/swot.gemspec +1 -5
- metadata +1 -5
- data/.document +0 -5
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -24
- data/.ruby-version +0 -1
- data/.travis.yml +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 591f0b186ca17e26eeb7b044351b6b1d0eefd78e30bf56a944029617648c16b6
|
4
|
+
data.tar.gz: ccc638371838097ca826a5fe9a4d0a30434310f882e7ab56e1f38f733fe24bd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cbd381f2db84fcf45e8db3cba1c66175a7063c93816fbd31cc83e762daaae230e7e1ae2490e4ddbf56b968481cce710804bddb887b72d08021118fd0d598053
|
7
|
+
data.tar.gz: 5164c03c5c5384497d6bccb9a3b3bbb6d03e03e585a7d4625667d7489c113adbd61c7c64f6cad05bf5b4f5e3a151a9ba14134ce0babe5e5ea6d12ef036da72ca
|
data/lib/swot.rb
CHANGED
data/swot.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = "swot-ruby"
|
4
|
-
s.version = "1.0.
|
4
|
+
s.version = "1.0.2"
|
5
5
|
|
6
6
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
7
7
|
s.authors = ["Dave Kimura", "Lee Reilly"]
|
@@ -15,10 +15,6 @@ Gem::Specification.new do |s|
|
|
15
15
|
|
16
16
|
s.files = `git ls-files -z`.split("\x0") + Dir['data/lib/domains/*']
|
17
17
|
|
18
|
-
Dir.glob('lib/domains/**/*.txt').each do |path|
|
19
|
-
s.files << path if File.file?(path)
|
20
|
-
end
|
21
|
-
|
22
18
|
s.homepage = "https://github.com/kobaltz/swot"
|
23
19
|
s.licenses = ["MIT"]
|
24
20
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swot-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
@@ -48,14 +48,10 @@ extra_rdoc_files:
|
|
48
48
|
- LICENSE.txt
|
49
49
|
- README.md
|
50
50
|
files:
|
51
|
-
- ".document"
|
52
|
-
- ".github/PULL_REQUEST_TEMPLATE.md"
|
53
51
|
- ".github/workflows/ruby.yml"
|
54
52
|
- ".github/workflows/update_domains.yml"
|
55
53
|
- ".gitignore"
|
56
54
|
- ".gitmodules"
|
57
|
-
- ".ruby-version"
|
58
|
-
- ".travis.yml"
|
59
55
|
- CONTRIBUTING.md
|
60
56
|
- Gemfile
|
61
57
|
- LICENSE.txt
|
data/.document
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
#### Institution/School Name
|
2
|
-
{Name Here}
|
3
|
-
|
4
|
-
#### Instiution/School Website
|
5
|
-
{Website URL}
|
6
|
-
|
7
|
-
#### Email Users
|
8
|
-
|
9
|
-
*Please place an x between the square brackets if yes*
|
10
|
-
- [ ] Students
|
11
|
-
- [ ] Academic/Teaching Staff
|
12
|
-
- [ ] Other/Support Staff
|
13
|
-
- [ ] Alumni
|
14
|
-
|
15
|
-
#### Education Levels
|
16
|
-
|
17
|
-
*Please place an x between the square brackets if yes*
|
18
|
-
|
19
|
-
- [ ] Post-graduate research
|
20
|
-
- [ ] Graduate School
|
21
|
-
- [ ] College (University) or Undergraduate School or equivalent
|
22
|
-
- [ ] Community College or equivalent
|
23
|
-
- [ ] High School or equivalent
|
24
|
-
- [ ] Elementary School or equivalent
|
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.0.0
|
data/.travis.yml
DELETED