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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48975caa5bc76ace803513f8a88f4b85ecacee1bf403bf16391ee3c70a1ed25c
4
- data.tar.gz: 9e3b7455b425fe93de048e3c52d1d526ebd0fde6fb64a3ce43245db6249ce8e9
3
+ metadata.gz: 591f0b186ca17e26eeb7b044351b6b1d0eefd78e30bf56a944029617648c16b6
4
+ data.tar.gz: ccc638371838097ca826a5fe9a4d0a30434310f882e7ab56e1f38f733fe24bd3
5
5
  SHA512:
6
- metadata.gz: dd4cdb067c3ffde706579eb3c4199103c432b1175cef16afe61c64d8cefd376b9a8aad9396a40f5ce0999bc82e6a9357321d5e18bd55126ed0399580c2590e73
7
- data.tar.gz: 458d5c2edba7652a510f88dd6d388f46b2050014b714e71020905c44c4f76cf70605b2872c0b87dcead26c3c834f204187f99c738cb5df275867a0fcd0d88b62
6
+ metadata.gz: 7cbd381f2db84fcf45e8db3cba1c66175a7063c93816fbd31cc83e762daaae230e7e1ae2490e4ddbf56b968481cce710804bddb887b72d08021118fd0d598053
7
+ data.tar.gz: 5164c03c5c5384497d6bccb9a3b3bbb6d03e03e585a7d4625667d7489c113adbd61c7c64f6cad05bf5b4f5e3a151a9ba14134ce0babe5e5ea6d12ef036da72ca
data/lib/swot.rb CHANGED
@@ -5,7 +5,7 @@ require_relative "swot/collection_methods"
5
5
 
6
6
  class Swot
7
7
 
8
- VERSION = "1.0.1"
8
+ VERSION = "1.0.2"
9
9
 
10
10
  # These are domains that snuck into the edu registry,
11
11
  # but don't pass the education sniff test
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.1"
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.1
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,5 +0,0 @@
1
- lib/**/*.rb
2
- bin/*
3
- -
4
- features/**/*.feature
5
- LICENSE.txt
@@ -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
@@ -1,3 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.3.1