rbtils 0.0.1

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.
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rbtils
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ryan Priebe
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-07-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A set of utilities that can be used independently of other projects
14
+ email: hello@ryanpriebe.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/command.rb
20
+ - lib/config.rb
21
+ - lib/configs/coffeelint.json
22
+ - lib/constants.rb
23
+ - lib/controller.rb
24
+ - lib/controllers/branch.rb
25
+ - lib/controllers/clean.rb
26
+ - lib/controllers/hound.rb
27
+ - lib/controllers/minify.rb
28
+ - lib/controllers/open.rb
29
+ - lib/controllers/update.rb
30
+ - lib/helper.rb
31
+ - lib/helpers/time.rb
32
+ - lib/log.rb
33
+ - lib/logs.rb
34
+ - lib/model.rb
35
+ - lib/model_data.rb
36
+ - lib/models/hound.rb
37
+ - lib/request.rb
38
+ - lib/router.rb
39
+ - lib/utils.rb
40
+ homepage: http://rubygems.org/gems/rbtils
41
+ licenses:
42
+ - MIT
43
+ metadata: {}
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project:
60
+ rubygems_version: 2.0.14
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Utilities for your CLI workflow
64
+ test_files: []