twill 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/twill.rb +5 -0
  3. metadata +40 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6b2e1a726c9f5190ab50f434ccb6a81ebc2b6a9b4391e017b19bb56b147bbaf0
4
+ data.tar.gz: a2e9da0bbc3042899fa31ea929dcf9dd1d98c96155f810adf8ac27e13713ffd5
5
+ SHA512:
6
+ metadata.gz: a1dcb3780e8df7445d00ea431b6e60b88648307b21262b4dca95a43b92bf368320a884511afa0990a2f33a911962411d39a85f75d8bfa6e7bcee4e163ee47f98
7
+ data.tar.gz: 7af57e064c702cdf29ba58ac8d563f35e8d2a31e2abfa3f06ba4f628f82d82a58a60e7e5f7b3f1462360e2f60f7072482d15d02f925c42caa1762183dea29f04
data/lib/twill.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Twill
4
+ VERSION = "0.1.0"
5
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: twill
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Aaron F Stanton
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - afstanton@gmail.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/twill.rb
19
+ licenses:
20
+ - MIT
21
+ metadata:
22
+ rubygems_mfa_required: 'true'
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: 3.2.0
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 4.0.11
38
+ specification_version: 4
39
+ summary: twill — reserved
40
+ test_files: []