lorry 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/lorry.rb +6 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 487305caf393f1c6809a63a852dddab602c6eb2e
4
+ data.tar.gz: b1d0dfc2f4de8248a62938b78d64ddd984cf00de
5
+ SHA512:
6
+ metadata.gz: a8a8aac5bb0615db47b8255873e6bfb0ca7a31aaa72f8743184114b4ba86c7ecb813860dcd3c25d63930952f7c9aefaa93232b49d468befd3064e719b1dda1d2
7
+ data.tar.gz: 71890d0a44a6bc2f9607f9fe20e6ae9005d43a1ba7ee8dde9eded039776fe63dee1a88f76a4292cfffe1f36dad7c897b10acc6d58d058bfc77e9c86fd87bd806
data/lib/lorry.rb ADDED
@@ -0,0 +1,6 @@
1
+ module Lorry
2
+ VERSION = "0.1.0"
3
+
4
+ BASE_LIB_PATH = File.expand_path("..", __FILE__)
5
+
6
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lorry
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Charles Harris
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Lorry is an opinionated library for building and publishing messages.
14
+ email: charris000+lorry@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/lorry.rb
20
+ homepage: http://rubygems.org/gems/lorry
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options:
26
+ - "--charset=UTF-8"
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.4.8
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Lorry is an opinionated library for building and publishing messages.
45
+ test_files: []
46
+ has_rdoc: