conch 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/conch.gemspec +1 -2
- data/lib/conch.rb +2 -0
- metadata +2 -2
data/conch.gemspec
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'conch'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.3'
|
4
4
|
s.summary = 'shell in the browser'
|
5
|
-
s.description = "A simple hello world gem"
|
6
5
|
s.authors = ['limadelic']
|
7
6
|
s.email = 'limadelic@gmail.com'
|
8
7
|
s.files = `git ls-files`.split("\n")
|
data/lib/conch.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2013-07-17 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description:
|
14
|
+
description:
|
15
15
|
email: limadelic@gmail.com
|
16
16
|
executables:
|
17
17
|
- conch
|