integrum-strap-on 0.0.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.
Files changed (5) hide show
  1. data/History.txt +0 -0
  2. data/Manifest.txt +0 -0
  3. data/README +0 -0
  4. data/strap-on.gemspec +20 -0
  5. metadata +59 -0
data/History.txt ADDED
File without changes
data/Manifest.txt ADDED
File without changes
data/README ADDED
File without changes
data/strap-on.gemspec ADDED
@@ -0,0 +1,20 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "strap-on"
3
+ s.version = "0.0.1"
4
+ s.date = "2008-08-28"
5
+ s.summary = "Bootstrap a Rails project"
6
+ s.email = "info@integrumtech.com"
7
+ s.homepage = "http://github.com/integrum/strap-on"
8
+ s.description = "Strap on is a Rails project bootstrapper. It will give you a Rails project with some reasonable defaults."
9
+ s.has_rdoc = true
10
+ s.authors = ["Integrum Technologies, LLC"]
11
+ s.files = [
12
+ "History.txt",
13
+ "Manifest.txt",
14
+ "README",
15
+ "strap-on.gemspec"
16
+ ]
17
+ s.rdoc_options = ["--main", "README"]
18
+ s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README"]
19
+ # s.add_dependency()
20
+ end
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: integrum-strap-on
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Integrum Technologies, LLC
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-28 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Strap on is a Rails project bootstrapper. It will give you a Rails project with some reasonable defaults.
17
+ email: info@integrumtech.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - History.txt
24
+ - Manifest.txt
25
+ - README
26
+ files:
27
+ - History.txt
28
+ - Manifest.txt
29
+ - README
30
+ - strap-on.gemspec
31
+ has_rdoc: true
32
+ homepage: http://github.com/integrum/strap-on
33
+ post_install_message:
34
+ rdoc_options:
35
+ - --main
36
+ - README
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ version:
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: "0"
50
+ version:
51
+ requirements: []
52
+
53
+ rubyforge_project:
54
+ rubygems_version: 1.2.0
55
+ signing_key:
56
+ specification_version: 2
57
+ summary: Bootstrap a Rails project
58
+ test_files: []
59
+