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.
Files changed (4) hide show
  1. data/bin/csna +0 -0
  2. data/bin/csna.rb +4 -0
  3. data/lib/csna.rb +1 -1
  4. metadata +6 -3
data/bin/csna ADDED
File without changes
data/bin/csna.rb ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'csna'
4
+ puts Csna.shagit
data/lib/csna.rb CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- class csna
2
+ class Csna
3
3
  def self.shagit
4
4
  puts "Helloworld !"
5
5
  puts "I am now a programmer !"
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.001'
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 ! yeah .!
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