gema 0.0.a

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README +5 -0
  2. data/lib/gema.rb +5 -0
  3. metadata +70 -0
data/README ADDED
@@ -0,0 +1,5 @@
1
+ README FILE
2
+ README FILE
3
+ README FILE
4
+ README FILE
5
+
data/lib/gema.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Gema
2
+ def self.version
3
+ "0.0.a"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gema
3
+ version: !ruby/object:Gem::Version
4
+ hash: 122
5
+ prerelease: true
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - a
10
+ version: 0.0.a
11
+ platform: ruby
12
+ authors:
13
+ - Marcos Piazera
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-12-23 00:00:00 -02:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: It actually does nothing, just have a class method (Gema.version).
23
+ email: piazera@ibest.com.br
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - README
32
+ - lib/gema.rb
33
+ has_rdoc: true
34
+ homepage: http://www.watchme.heroku.com/
35
+ licenses: []
36
+
37
+ post_install_message:
38
+ rdoc_options: []
39
+
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ none: false
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ hash: 3
48
+ segments:
49
+ - 0
50
+ version: "0"
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">"
55
+ - !ruby/object:Gem::Version
56
+ hash: 25
57
+ segments:
58
+ - 1
59
+ - 3
60
+ - 1
61
+ version: 1.3.1
62
+ requirements: []
63
+
64
+ rubyforge_project:
65
+ rubygems_version: 1.3.7
66
+ signing_key:
67
+ specification_version: 3
68
+ summary: Just my first built gem.
69
+ test_files: []
70
+