vergissberlin 0.0.13 → 0.0.14

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3fd2cff2e500f85c1134fce4464cb06a16deca5
4
- data.tar.gz: 2747935eaf076c6d5be34ae4784994e1ea2710ba
3
+ metadata.gz: 2b862945f1f4e137cedd9ca6f1a2916b13ac82e6
4
+ data.tar.gz: 0a514eb2ab995a09a502bbe759973454266533cf
5
5
  SHA512:
6
- metadata.gz: 72a367fb538efc95db87d8774d6f02f871d9abdea60554d56438d2a135897f037a54365daf935663c328c039c317a4bdc68e0153449a6c6f1156face3c12c345
7
- data.tar.gz: a9402beb28df49cfdf34b713ecd1e6f692dac6e7845e19d1c6809e273b9c2731b9342779633f13b728469aab8aec4f1a33d78d01eacd131b982f4d237ea638d1
6
+ metadata.gz: 5f95ce7a1956b81e5d722a07d44e0d780f8c58f0fb34d2cc7b39f0118537bbfe85dce17f9c2274a02601a09bc8981bf29ced374c749d30682cdfba26e0779268
7
+ data.tar.gz: b92bcd9c6de8ce232e0ae8e2c96960f13df3c6d9bde48bd0fc0840c2a5b9fa5a659aac766e3c04161caf58e2cd890ce211ad1f27f7c7082f53f2a91636a04089
data/README.md CHANGED
@@ -17,7 +17,8 @@ Or install it yourself as:
17
17
  $ gem install vergissberlin
18
18
 
19
19
  ## Dependency
20
- ![image](gem_grap.png)
20
+ ![image](gem_graph.png)
21
+
21
22
 
22
23
  ## Usage
23
24
 
data/bin/vergissberlin CHANGED
@@ -1,6 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- #require 'capistrano/cli'
4
- #Capistrano::CLI.execute
5
-
6
- puts "You are so cool!"
3
+ puts ""
4
+ puts "___ _ ____ _ ____ ____ ____ ____ ____ ____ ____ _ _ "
5
+ puts "\ \/// _ \/ \ /\ / _ \/ __\ / ___\/ _ \ / _\/ _ \/ _ \/ \ / \ "
6
+ puts " \ / | / \|| | || | / \|| \/| | \| / \| | / | / \|| / \|| | | | "
7
+ puts " / / | \_/|| \_/| | |-||| / \___ || \_/| | \_ | \_/|| \_/|| |_/\\_/ "
8
+ puts "/_/ \____/\____/ \_/ \|\_/\_\ \____/\____/ \____/\____/\____/\____/(_) "
9
+ puts ""
@@ -1,3 +1,3 @@
1
1
  module Vergissberlin
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vergissberlin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - André Lademann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-11 00:00:00.000000000 Z
11
+ date: 2013-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: This is a useless tool witho no functionality!
111
+ description: This is a useless tool without any features! Trust me!
112
112
  email:
113
113
  - andre@programmerq.eu
114
114
  executables:
@@ -148,7 +148,7 @@ rubyforge_project:
148
148
  rubygems_version: 2.0.3
149
149
  signing_key:
150
150
  specification_version: 4
151
- summary: This is a useless tool witho no functionality!
151
+ summary: This is a useless tool without any features!
152
152
  test_files:
153
153
  - test/cases/my_test.rb
154
154
  - test/cases/version_case.rb