barkeep-client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
data/.rbenv-version ADDED
@@ -0,0 +1 @@
1
+ 1.9.2-p290
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in barkeep-client.gemspec
4
+ gemspec
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ Barkeep Client
2
+ ==============
3
+
4
+ ## Coming soon!
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -0,0 +1,22 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = "barkeep-client"
5
+ s.version = "0.0.2"
6
+ s.authors = ["Caleb Spare"]
7
+ s.email = ["caleb@ooyala.com"]
8
+ s.homepage = ""
9
+ s.summary = %q{Who is the barkeep?}
10
+ s.description = %q{Who is the barkeep?}
11
+
12
+ s.rubyforge_project = "barkeep-client"
13
+
14
+ s.files = `git ls-files`.split("\n")
15
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
+ s.require_paths = ["lib"]
18
+
19
+ # specify any dependencies here; for example:
20
+ # s.add_development_dependency "rspec"
21
+ # s.add_runtime_dependency "rest-client"
22
+ end
data/bin/barkeep ADDED
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts <<-'EOS'
4
+ _ _ _ _ _ _ ___
5
+ | | (_) | | | | | | | | |__ \
6
+ __ _| |__ ___ _ ___ | |_| |__ ___ | |__ __ _ _ __| | _____ ___ _ __ ) |
7
+ \ \ /\ / / '_ \ / _ \ | / __| | __| '_ \ / _ \ | '_ \ / _` | '__| |/ / _ \/ _ \ '_ \ / /
8
+ \ V V /| | | | (_) | | \__ \ | |_| | | | __/ | |_) | (_| | | | < __/ __/ |_) |_|
9
+ \_/\_/ |_| |_|\___/ |_|___/ \__|_| |_|\___| |_.__/ \__,_|_| |_|\_\___|\___| .__/(_)
10
+ | |
11
+ |_|
12
+ EOS
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barkeep-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,10 +14,18 @@ dependencies: []
14
14
  description: Who is the barkeep?
15
15
  email:
16
16
  - caleb@ooyala.com
17
- executables: []
17
+ executables:
18
+ - barkeep
18
19
  extensions: []
19
20
  extra_rdoc_files: []
20
- files: []
21
+ files:
22
+ - .gitignore
23
+ - .rbenv-version
24
+ - Gemfile
25
+ - README.md
26
+ - Rakefile
27
+ - barkeep_client.gemspec
28
+ - bin/barkeep
21
29
  homepage: ''
22
30
  licenses: []
23
31
  post_install_message: