nail 0.0.2

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/nail.rb +5 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6a896490adfcd351e7131d3abc44c569c7856037
4
+ data.tar.gz: 622999c720fff07bce41c1758a49adae35c2d713
5
+ SHA512:
6
+ metadata.gz: 8c2323c2b475a4135629cee264e247c9a2f03b3392c8c11a5db36a498db1c2323a2742c543d696dbe9b3284491329c3f7a12da2a80d753a660678c6f022a431d
7
+ data.tar.gz: 2ac8b5275172f8a1c9385dc4c050c1b61d7893dbf2b654476b6ecbf92ad029190b72309795df0873794365dce8c223051c6b82bb31742a6e00de7307693806ac
@@ -0,0 +1,5 @@
1
+ class Nail
2
+ def self.nail
3
+ puts "Nailed it!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nail
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Paw W. Simonsen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A test framework gem
14
+ email: simonsen78@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/nail.rb
20
+ homepage: http://rubygems.org/gems/nail
21
+ licenses:
22
+ - MIT
23
+ metadata:
24
+ code: https://github.com/simonsen78/nail
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.0.14
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Nail it!
45
+ test_files: []