inboxapp-ruby 0.0.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/inboxapp.rb +5 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 60c369799c5ec3cbad5a72f43e00623bd7d4c21c
4
+ data.tar.gz: eec54face0a7c64803fb126993e79c7e54262675
5
+ SHA512:
6
+ metadata.gz: 312e878ad7f959942c521afab1fca2ae68c537271efa44b1f8f6d9b1ca1f94fe47b5569d751757d2aae8079ca43a7610e83b2c13ba51864509f8c6736daecb3c
7
+ data.tar.gz: 0c87e587a58c0fbc6aaaf19d2d89e9c47de2fac3f9344b3bcb0183e1e10396368bdcf6e592fcc9dbd31e6880e43bef4cc5280071a3d9e3c807a7873f5f3a79ac
data/lib/inboxapp.rb ADDED
@@ -0,0 +1,5 @@
1
+ class InboxApp
2
+ def self.hi
3
+ puts 'Hello world!'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: inboxapp-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - John Gerhardt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-08-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Serves as an object-oriented Ruby API gem for the inboxapp service.
14
+ email: john.gerhardt@icloud.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/inboxapp.rb
20
+ homepage: https://github.com/jwg2s/inboxapp-ruby
21
+ licenses:
22
+ - AGPL
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.3.0
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: inboxapp Ruby API Client
44
+ test_files: []
45
+ has_rdoc: