csna 0.002 → 0.003

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 (3) hide show
  1. data/PLEASE README.md +23 -0
  2. data/lib/csna.rb +1 -1
  3. metadata +3 -1
@@ -0,0 +1,23 @@
1
+
2
+ Hello World Fellas ... !
3
+
4
+ Welcome to Ruby !
5
+
6
+ Say hello to the world and ruby !
7
+
8
+ --------------------------------
9
+ # gem install csna
10
+
11
+ # irb
12
+
13
+ # require 'csna'
14
+
15
+ # Csna.shagit
16
+
17
+ # and see the output.. If it shows
18
+ Helloworld !
19
+ I am now a programmer !
20
+ # you are really a programmer
21
+ # good luck .!
22
+
23
+ --------PEACE----------------
data/lib/csna.rb CHANGED
@@ -2,6 +2,6 @@
2
2
  class Csna
3
3
  def self.shagit
4
4
  puts "Helloworld !"
5
- puts "I am now a programmer !"
5
+ print "I am now a programmer !"
6
6
  end
7
7
  end
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.002'
4
+ version: '0.003'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,6 +20,7 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - lib/csna.rb
22
22
  - bin/csna.rb
23
+ - PLEASE README.md
23
24
  - bin/csna
24
25
  homepage: http://rubygems.org/gems/csna
25
26
  licenses:
@@ -47,3 +48,4 @@ signing_key:
47
48
  specification_version: 3
48
49
  summary: Welcome fellas !
49
50
  test_files: []
51
+ has_rdoc: