glamping 0.1.0

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.
@@ -0,0 +1,9 @@
1
+ module Glamping #:nodoc:
2
+ module VERSION #:nodoc:
3
+ MAJOR = 0
4
+ MINOR = 1
5
+ TINY = 0
6
+
7
+ STRING = [MAJOR, MINOR, TINY].join('.')
8
+ end
9
+ end
@@ -0,0 +1,11 @@
1
+ require File.dirname(__FILE__) + '/test_helper.rb'
2
+
3
+ class TestGlamping < Test::Unit::TestCase
4
+
5
+ def setup
6
+ end
7
+
8
+ def test_truth
9
+ assert true
10
+ end
11
+ end
@@ -0,0 +1,2 @@
1
+ require 'test/unit'
2
+ require File.dirname(__FILE__) + '/../lib/glamping'
metadata ADDED
@@ -0,0 +1,122 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: glamping
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Magnus Holm
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDMDCCAhigAwIBAgIBADANBgkqhkiG9w0BAQUFADA+MRAwDgYDVQQDDAdqdWRv
14
+ ZnlyMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNjb20w
15
+ HhcNMDcxMjE0MjExMDAxWhcNMDgxMjEzMjExMDAxWjA+MRAwDgYDVQQDDAdqdWRv
16
+ ZnlyMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNjb20w
17
+ ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5wsakcpEFF5EAqn/pYrSS
18
+ D6sXu23iGZQxsZCMAZQEjdlRVLwSrVyzeQaZLsmhlT74Gi9g4Een2nHHCfAE0/MD
19
+ yhnfH94Bd/90iqrv4rveeAdQVKXESiDhQav7QyfrOVsJcHH/4zGC80KozNb8Q4xb
20
+ ZfD3ImL4kYnagrcrtcKDfcGgEA7rzBEWh6pnQ6qypk/lUf8o4HBzXPdpIpR6Fs2z
21
+ X2G5ebaxud3Y7lriEwjw7FVJvI2kHSb62gPm3z7G5dbuvsRozrk+ZuzLjwSRTA73
22
+ GwvZrk8bFJQb81GCNXEw672CPGPXr9p4TxfDbjhNMIbtnnZvgpfN3vL/l6/pmuJx
23
+ AgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBTUOUOd
24
+ vNfHz/cISGX5zCQQNZZvXTANBgkqhkiG9w0BAQUFAAOCAQEAFJs1Kjyemqkm1NwM
25
+ 5OSQ56Vv8TxNxFdvtwJlcgnZeQi6N8zQiHsZsJZuiHVYBbBl3Z6Ckbp6OW/fK6Gi
26
+ VgE4f7bicvorjPPwdHe/6kM3PgHSPN6/6lnehuyTaDn0YP9vyvC2UkjE5E/PSIJQ
27
+ vPfPLfMI/OD/sAX6SBXLLXZsbvZqS+G5UoK4cBFuzS+saYRSTa8EZvQeWbn4BZcD
28
+ 1W3lhejMj39zNmNQkcwAbMrne+SosXYrqQsCRYjYx6U1POt7gua3RnYTxwO4Sp0W
29
+ hyvFmhF3KPzLkg+ykm5BmHkFNlJJTIHLGyz7mM4iwt1tB58esG/jcs3L/CB/8MfK
30
+ pm5Kow==
31
+ -----END CERTIFICATE-----
32
+
33
+ date: 2007-12-26 00:00:00 +01:00
34
+ default_executable:
35
+ dependencies:
36
+ - !ruby/object:Gem::Dependency
37
+ name: metaid
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: "0"
44
+ version:
45
+ - !ruby/object:Gem::Dependency
46
+ name: erubis
47
+ version_requirement:
48
+ version_requirements: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
54
+ - !ruby/object:Gem::Dependency
55
+ name: activerecord
56
+ version_requirement:
57
+ version_requirements: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: "0"
62
+ version:
63
+ - !ruby/object:Gem::Dependency
64
+ name: mime-types
65
+ version_requirement:
66
+ version_requirements: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: "0"
71
+ version:
72
+ description: Glamorous Camping
73
+ email: judofyr@gmail.com
74
+ executables: []
75
+
76
+ extensions: []
77
+
78
+ extra_rdoc_files:
79
+ - History.txt
80
+ - License.txt
81
+ - Manifest.txt
82
+ - README.txt
83
+ files:
84
+ - History.txt
85
+ - License.txt
86
+ - Manifest.txt
87
+ - README.txt
88
+ - lib/glamping.rb
89
+ - lib/glamping/version.rb
90
+ - lib/glamping/db.rb
91
+ - lib/glamping/boot.rb
92
+ - lib/glamping/session.rb
93
+ has_rdoc: true
94
+ homepage: http://ruby-glamping.com
95
+ post_install_message:
96
+ rdoc_options:
97
+ - --main
98
+ - README.txt
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - ">="
104
+ - !ruby/object:Gem::Version
105
+ version: "0"
106
+ version:
107
+ required_rubygems_version: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: "0"
112
+ version:
113
+ requirements: []
114
+
115
+ rubyforge_project: dojo
116
+ rubygems_version: 1.0.1
117
+ signing_key:
118
+ specification_version: 2
119
+ summary: Glamorous Camping
120
+ test_files:
121
+ - test/test_glamping.rb
122
+ - test/test_helper.rb
Binary file