thingies 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2790cff7778607720ea79aa6f28233637eb28861
4
+ data.tar.gz: 9abbf0ead9d636a56a08de2809d44937f03efc23
5
+ SHA512:
6
+ metadata.gz: 79ffdffc4297e74439288c729e99a30246472916eaa25fb2a63a1048bedda1c26a1c5be653b84777efb2ab30bd693da0899ff6f1bc516ac39a5eb228ddb96d72
7
+ data.tar.gz: bf07dccd6cc87840e39c7db64088eb91388130983dbcccc9cea371fa23249f838ddfd69bcd3d1a8d1fb9e5598d1938782a01228f9c2decdb95795c2b9e60738a
data/lib/thingies.rb ADDED
@@ -0,0 +1,10 @@
1
+ require 'thingies/thing_one'
2
+ require 'thingies/thing_two'
3
+
4
+ class Thingies
5
+ def self.run
6
+ ThingOne.new
7
+ ThingTwo.new
8
+ true
9
+ end
10
+ end
@@ -0,0 +1,5 @@
1
+ class ThingOne
2
+ def initialize
3
+ puts 'ThingOne initialized'
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ class ThingTwo
2
+ def initialize
3
+ puts 'ThingTwo initialized'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: thingies
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Michael Watts
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-01-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This is a test for gem building and primarily requiring application dependencies.
14
+ It can be deleted.
15
+ email: mike@smswmedia.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/thingies.rb
21
+ - lib/thingies/thing_one.rb
22
+ - lib/thingies/thing_two.rb
23
+ homepage: http://smswmedia.com
24
+ licenses:
25
+ - GPL-3.0
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.4.8
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: You can delete me, I have no further purpose.
47
+ test_files: []
48
+ has_rdoc: