lrd_dev_tools 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 (3) hide show
  1. data/LICENSE.txt +4 -0
  2. data/README +2 -0
  3. metadata +69 -0
data/LICENSE.txt ADDED
@@ -0,0 +1,4 @@
1
+ Copyright (c) 2011 Evan Dorn and Logical Reality Design
2
+
3
+
4
+ This gem is the private property of and copyright by Evan Dorn and Logical Reality Design. It may be used only in LRD projects and by LRD developers, and may not be used for outside purposes without the explicit written permission of an LRD officer.
data/README ADDED
@@ -0,0 +1,2 @@
1
+ This is a shell of a gem, intended to prevent accidental publication of
2
+ proprietary code
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lrd_dev_tools
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
+ - Logical Reality Design
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-05-02 00:00:00 -07:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: "\n This gem exists only to ensure that another, private gem isn't accidentally released. If you're curious about this methodology, drop us a line\n "
23
+ email: info@lrdesign.com
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files:
29
+ - LICENSE.txt
30
+ - README
31
+ files:
32
+ - LICENSE.txt
33
+ - README
34
+ has_rdoc: true
35
+ homepage: http://LRDesign.com
36
+ licenses:
37
+ - proprietary
38
+ post_install_message:
39
+ rdoc_options: []
40
+
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ hash: 3
49
+ segments:
50
+ - 0
51
+ version: "0"
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ none: false
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ hash: 3
58
+ segments:
59
+ - 0
60
+ version: "0"
61
+ requirements: []
62
+
63
+ rubyforge_project:
64
+ rubygems_version: 1.4.2
65
+ signing_key:
66
+ specification_version: 3
67
+ summary: Wedge against accidents. Nothing to see here.
68
+ test_files: []
69
+