cawer-hello 0.1 → 0.1.1

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.
Binary file
data/hello.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{cawer-hello}
3
- s.version = "0.1"
3
+ s.version = "0.1.1"
4
4
  s.authors = ["Carlos Werberich"]
5
5
  s.date = %q{2011-01-01}
6
6
  s.description = %q{Gem de exemplo.}
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.files = Dir.glob("**/*")
9
9
  s.require_paths = ["lib"]
10
10
  s.rubyforge_project = %q{cawer-hello}
11
- s.rubygems_version = %q{1.3.7}
11
+ s.rubygems_version = %q{1.4.1}
12
12
  s.summary = %q{Gem de exemplo.}
13
13
  end
14
14
 
data/lib/hello.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Hello
2
2
  def hello
3
- puts 'hello world'
3
+ puts 'hello world, version 2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cawer-hello
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- version: "0.1"
9
+ - 1
10
+ version: 0.1.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Carlos Werberich
@@ -30,6 +31,7 @@ extra_rdoc_files: []
30
31
  files:
31
32
  - hello.gemspec
32
33
  - lib/hello.rb
34
+ - cawer-hello-0.1.gem
33
35
  - README
34
36
  has_rdoc: true
35
37
  homepage: