csna 0.001 → 0.002
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.
- data/bin/csna +0 -0
- data/bin/csna.rb +4 -0
- data/lib/csna.rb +1 -1
- metadata +6 -3
data/bin/csna
ADDED
|
File without changes
|
data/bin/csna.rb
ADDED
data/lib/csna.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: csna
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.002'
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,13 +11,16 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2013-08-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: This is a simple helloworld gem of welcoming you all !
|
|
14
|
+
description: This is a simple helloworld gem of welcoming you all ! (rock) Ruby .!
|
|
15
15
|
email: vergel.arbonida@gmail.com
|
|
16
|
-
executables:
|
|
16
|
+
executables:
|
|
17
|
+
- csna
|
|
17
18
|
extensions: []
|
|
18
19
|
extra_rdoc_files: []
|
|
19
20
|
files:
|
|
20
21
|
- lib/csna.rb
|
|
22
|
+
- bin/csna.rb
|
|
23
|
+
- bin/csna
|
|
21
24
|
homepage: http://rubygems.org/gems/csna
|
|
22
25
|
licenses:
|
|
23
26
|
- WTFPL
|