tiny_bot 1.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6f35df3058d4b626ebf5cdf7b86a60c083d871c3
4
+ data.tar.gz: b41014f5f54c6233876050e201d3492271ec23f5
5
+ SHA512:
6
+ metadata.gz: 7702f12067bb98d22c7e06fa9522e82cc9f2e95595a6982c3e72bfb3f1c3f63f0a47cdbbb4b502b7b66f44d3b9cd40fb959ee44f2a2b53556ad199047cb48665
7
+ data.tar.gz: ca0cdb154cf829bc684870b7bf207d46175505a50918b92633a9cb64d561a454f993988a8a6048be982aed50cc8ddf9f4c8ee526146b06f83106a1f595546cde
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ root = File.dirname(File.dirname(__FILE__))
4
+ $:.unshift(File.join(root, 'lib'))
5
+
6
+ require 'tinyBot'
7
+
8
+ options = TinyBotOptionparser.parse(ARGV)
9
+ pp options
10
+ pp ARGV
@@ -0,0 +1 @@
1
+ require 'tinyBot/exoptparse.rb'
File without changes
File without changes
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tiny_bot
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Arvindcj
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-05-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Workflow Automation
14
+ email: code@arvindcj.com
15
+ executables:
16
+ - tinyBot
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/tinyBot
21
+ - lib/tinyBot.rb
22
+ - lib/tinyBot/crypto.rb
23
+ - lib/tinyBot/uploader.rb
24
+ homepage: https://github.com/arvindcj/tinyBot
25
+ licenses:
26
+ - Apache-2.0
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.4.6
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Task Automation
48
+ test_files: []