fortytworb 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/fortytwo.rb +3 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d41e9484a26125a6afd2b1503b52ad029a2f1a95
|
4
|
+
data.tar.gz: 1cae737214ab8e8fb1d1a337f7915458d812adb6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 4d59cd7f7593fefeb5759d0f1d61fab45a4f6927a68035bc23751630f06f68f1e76c244d1154e2e9d3f8e89b5f35d6874288da1d74f043d1c6fa9e3a90074576
|
7
|
+
data.tar.gz: 8f2061e3cd689ade82fe004874d99d0179dcb97c3a9faabece1334038a59170cfe8c296c25287acd86cc635c5ee0a6c4498ca3502d5d42eef58e53a109d0fc47
|
data/lib/fortytwo.rb
ADDED
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: fortytworb
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Kevin Beam
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-12-28 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: A gem to test BitBucket pipelines with rubygems.
|
14
|
+
email: kbeam@nsidc.org
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/fortytwo.rb
|
20
|
+
homepage: https://bitbucket.org/kbeamnsidc/fortytworb
|
21
|
+
licenses:
|
22
|
+
- GPLv3
|
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.6.8
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: '42'
|
44
|
+
test_files: []
|