rollcall 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/rollcall.rb +5 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c729a8c21ddcfe7ea559e4921a86941335ffb6df
4
+ data.tar.gz: 75b278d39aa566b26a9c45f8ebeabd3d01faa683
5
+ SHA512:
6
+ metadata.gz: 95b3360831c1c8eda0c671800a7620ddf7ec2c4f27c2db9bac63ea716ad8945e31d1947326a255ec7996a17320c0e242de3f2cfd469c496fbef494e1f89cfbd7
7
+ data.tar.gz: 423f6acfeab9c9c42c2d9a494b7cd4ffeb2901fa8d6288baa0d3ea86094633a7b7c873f1943e0bccc81611bb0054d54a67ef0229941b444dbeea816e1f52c351
@@ -0,0 +1,5 @@
1
+ class Rollcall
2
+ def self.crickets
3
+ puts "Chirp, chirp..."
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rollcall
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Luke Inglis
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-06-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Train your classes and modules well and they'll come when you call
14
+ email: ld.inglis@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/rollcall.rb
20
+ homepage:
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.1.11
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Hold Your Classes Accountable
44
+ test_files: []