random_methods 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/random_methods.rb +2 -2
  3. metadata +6 -8
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: cad378fdc32db1df4ce3ef2f813b1c25b5d6cb59
4
+ data.tar.gz: 3027742d2c97e7d2d9524e577897b264f1463ced
5
+ SHA512:
6
+ metadata.gz: 0773f292448df4f6e6c7b8d4a739ba5424878a990a14906c47d0aba0271eb8f10a0e2542b4ea504c6674293a9e140176c8028a14e3be3729e01434bde185f8de
7
+ data.tar.gz: 113856818f0213e92b0aca7860c73c3c4736df353f7415e6e2fe32e015695b2b3d5dfa526a98ee2879ac55d1fe92c1339b9d9ca6aab25498c274deb35fc06581
@@ -9,8 +9,8 @@ end
9
9
 
10
10
  #VITAL FOR LINK CLASS
11
11
  # used for my webcrawling needs
12
- @domainEnd = [/\com/, /\org/, /\net/, /\mil/] # for some reason, 'gov' does not word
13
- @@Domains = Regexp.union(@domainEnd)
12
+ domainEnd = [/\com/, /\org/, /\net/, /\mil/] # for some reason, 'gov' does not work
13
+ @@Domains = Regexp.union(domainEnd)
14
14
 
15
15
  class Array
16
16
  def puts_all
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: random_methods
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
5
- prerelease:
4
+ version: 0.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Chandler Lofland
@@ -21,26 +20,25 @@ files:
21
20
  homepage:
22
21
  licenses:
23
22
  - MIT
23
+ metadata: {}
24
24
  post_install_message:
25
25
  rdoc_options: []
26
26
  require_paths:
27
27
  - lib
28
28
  required_ruby_version: !ruby/object:Gem::Requirement
29
- none: false
30
29
  requirements:
31
- - - ! '>='
30
+ - - ">="
32
31
  - !ruby/object:Gem::Version
33
32
  version: '0'
34
33
  required_rubygems_version: !ruby/object:Gem::Requirement
35
- none: false
36
34
  requirements:
37
- - - ! '>='
35
+ - - ">="
38
36
  - !ruby/object:Gem::Version
39
37
  version: '0'
40
38
  requirements: []
41
39
  rubyforge_project:
42
- rubygems_version: 1.8.29
40
+ rubygems_version: 2.4.6
43
41
  signing_key:
44
- specification_version: 3
42
+ specification_version: 4
45
43
  summary: A simple gem for my repetetive tasks.
46
44
  test_files: []