r 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/Manifest +5 -0
  2. data/README +0 -0
  3. data/Rakefile +21 -0
  4. data/lib/r.rb +0 -0
  5. data/r.gemspec +29 -0
  6. metadata +78 -0
@@ -0,0 +1,5 @@
1
+ Manifest
2
+ README
3
+ Rakefile
4
+ lib/r.rb
5
+ r.gemspec
data/README ADDED
File without changes
@@ -0,0 +1,21 @@
1
+ require 'rubygems'
2
+ require 'rake'
3
+ require 'echoe'
4
+
5
+ #version = File.read( 'VERSION' ) rescue "0.0.42_bugged"
6
+
7
+ Echoe.new('r', '0.0.1' ) do |p|
8
+ p.description = "My second gem, and most minimalistic."
9
+ p.url = "http://github.com/palladius/r"
10
+ p.author = "Riccardo C."
11
+ p.email = "['p','ll','diusbonton@gm','il.com'].join('a')"
12
+ p.ignore_pattern = [
13
+ "docs/*",
14
+ "script/*",
15
+ "tmp/*", "tmp/*/*", "tmp/*/*/*",
16
+ # "images/*/*/*", "images/*/*", 'images',
17
+ "private/*",
18
+ "HISTORY"
19
+ ]
20
+ p.development_dependencies = [ ]
21
+ end
File without changes
@@ -0,0 +1,29 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{r}
5
+ s.version = "0.0.1"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Riccardo C."]
9
+ s.date = %q{2011-01-17}
10
+ s.description = %q{My second gem, and most minimalistic.}
11
+ s.email = %q{['p','ll','diusbonton@gm','il.com'].join('a')}
12
+ s.extra_rdoc_files = ["README", "lib/r.rb"]
13
+ s.files = ["Manifest", "README", "Rakefile", "lib/r.rb", "r.gemspec"]
14
+ s.homepage = %q{http://github.com/palladius/r}
15
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "R", "--main", "README"]
16
+ s.require_paths = ["lib"]
17
+ s.rubyforge_project = %q{r}
18
+ s.rubygems_version = %q{1.4.2}
19
+ s.summary = %q{My second gem, and most minimalistic.}
20
+
21
+ if s.respond_to? :specification_version then
22
+ s.specification_version = 3
23
+
24
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
25
+ else
26
+ end
27
+ else
28
+ end
29
+ end
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: r
3
+ version: !ruby/object:Gem::Version
4
+ hash: 29
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ version: 0.0.1
11
+ platform: ruby
12
+ authors:
13
+ - Riccardo C.
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-17 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: My second gem, and most minimalistic.
23
+ email: "['p','ll','diusbonton@gm','il.com'].join('a')"
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - README
30
+ - lib/r.rb
31
+ files:
32
+ - Manifest
33
+ - README
34
+ - Rakefile
35
+ - lib/r.rb
36
+ - r.gemspec
37
+ has_rdoc: true
38
+ homepage: http://github.com/palladius/r
39
+ licenses: []
40
+
41
+ post_install_message:
42
+ rdoc_options:
43
+ - --line-numbers
44
+ - --inline-source
45
+ - --title
46
+ - R
47
+ - --main
48
+ - README
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 11
66
+ segments:
67
+ - 1
68
+ - 2
69
+ version: "1.2"
70
+ requirements: []
71
+
72
+ rubyforge_project: r
73
+ rubygems_version: 1.4.2
74
+ signing_key:
75
+ specification_version: 3
76
+ summary: My second gem, and most minimalistic.
77
+ test_files: []
78
+