g-unit-testing 0.1.0

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/g-unit-testing.rb +5 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3de8aef2a862a1d534dcd80d8ba0fc051b27ed6b
4
+ data.tar.gz: 2c61dbe37a3b30675345bf09a8c931c629405e4d
5
+ SHA512:
6
+ metadata.gz: 03b899e4b3df1cfaff8013d8e9500104f6307ab698036f38dcd30213e19f8d9c2501dc0e32e279de6188d30b222974297481de31c92f592c15594d12efbf6700
7
+ data.tar.gz: efa8e41a1494312b80a5dc517d5d9fc8fcaf484f03a8520cd40c9eeed490f152b709a107d06bfa94d2793af27416a73e1837267761ecaedf9c73cdfae0a9be85
@@ -0,0 +1,5 @@
1
+ class GUnitTesting
2
+ def self.test
3
+ puts "Gotta test some shit"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: g-unit-testing
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Garrett Massman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-09-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A testing framework that maintains seed data state during rspecing and
14
+ development
15
+ email: garrett@skupos.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/g-unit-testing.rb
21
+ homepage: https://www.skupos.com
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.6.11
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Great Unit Testing
45
+ test_files: []