upandrunning 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ Manifest
2
+ README.rdoc
3
+ Rakefile
4
+ lib/first_attempt.rb
@@ -0,0 +1,3 @@
1
+ = upandrunning
2
+
3
+ To be quickly up and running with various aspects covered
@@ -0,0 +1,14 @@
1
+ require 'rubygems'
2
+ require 'rake'
3
+ require 'echoe'
4
+
5
+ Echoe.new('upandrunning', '0.1.0') do |p|
6
+ p.description = "To be quickly up and running with various aspects covered"
7
+ p.url = "https://github.com/robvandijk/upandrunning"
8
+ p.author = "Rob van Dijk"
9
+ p.email = "rcavandijk@gmail.com"
10
+ p.ignore_pattern = ["tmp/*", "script/*"]
11
+ p.development_dependencies = []
12
+ end
13
+
14
+ Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
File without changes
@@ -0,0 +1,29 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{upandrunning}
5
+ s.version = "0.1.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Rob van Dijk"]
9
+ s.date = %q{2011-04-10}
10
+ s.description = %q{To be quickly up and running with various aspects covered}
11
+ s.email = %q{rcavandijk@gmail.com}
12
+ s.extra_rdoc_files = ["README.rdoc", "lib/first_attempt.rb"]
13
+ s.files = ["Manifest", "README.rdoc", "Rakefile", "lib/first_attempt.rb", "upandrunning.gemspec"]
14
+ s.homepage = %q{https://github.com/robvandijk/upandrunning}
15
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Upandrunning", "--main", "README.rdoc"]
16
+ s.require_paths = ["lib"]
17
+ s.rubyforge_project = %q{upandrunning}
18
+ s.rubygems_version = %q{1.6.2}
19
+ s.summary = %q{To be quickly up and running with various aspects covered}
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,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: upandrunning
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.1.0
6
+ platform: ruby
7
+ authors:
8
+ - Rob van Dijk
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-04-10 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: To be quickly up and running with various aspects covered
18
+ email: rcavandijk@gmail.com
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - README.rdoc
25
+ - lib/first_attempt.rb
26
+ files:
27
+ - Manifest
28
+ - README.rdoc
29
+ - Rakefile
30
+ - lib/first_attempt.rb
31
+ - upandrunning.gemspec
32
+ has_rdoc: true
33
+ homepage: https://github.com/robvandijk/upandrunning
34
+ licenses: []
35
+
36
+ post_install_message:
37
+ rdoc_options:
38
+ - --line-numbers
39
+ - --inline-source
40
+ - --title
41
+ - Upandrunning
42
+ - --main
43
+ - README.rdoc
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ none: false
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: "0"
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: "1.2"
58
+ requirements: []
59
+
60
+ rubyforge_project: upandrunning
61
+ rubygems_version: 1.6.2
62
+ signing_key:
63
+ specification_version: 3
64
+ summary: To be quickly up and running with various aspects covered
65
+ test_files: []
66
+