cockpit 0.0.1.5

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.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cockpit
3
+ version: !ruby/object:Gem::Version
4
+ hash: 65
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 1
10
+ - 5
11
+ version: 0.0.1.5
12
+ platform: ruby
13
+ authors:
14
+ - Lance Pollard
15
+ autorequire:
16
+ bindir: bin
17
+ cert_chain: []
18
+
19
+ date: 2010-06-19 00:00:00 -07:00
20
+ default_executable:
21
+ dependencies: []
22
+
23
+ description: Super DRY Configuration for Ruby, Rails, and Sinatra Apps
24
+ email: lancejpollard@gmail.com
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - README.markdown
33
+ - Rakefile
34
+ - init.rb
35
+ - MIT-LICENSE
36
+ - lib/cockpit/cockpit.rb
37
+ - lib/cockpit/configuration.rb
38
+ - lib/cockpit/definition.rb
39
+ - lib/cockpit/extensions.rb
40
+ - lib/cockpit/helper.rb
41
+ - lib/cockpit/store.rb
42
+ - lib/cockpit/tree_hash.rb
43
+ - lib/cockpit.rb
44
+ - rails/init.rb
45
+ - test/lib/database.rb
46
+ - test/lib/user.rb
47
+ - test/test_helper.rb
48
+ - test/test_settings.rb
49
+ - test/test_settings_in_database.rb
50
+ - test/test_settings_on_model.rb
51
+ has_rdoc: true
52
+ homepage: http://github.com/viatropos/cockpit
53
+ licenses: []
54
+
55
+ post_install_message:
56
+ rdoc_options: []
57
+
58
+ require_paths:
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ hash: 3
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ hash: 3
75
+ segments:
76
+ - 0
77
+ version: "0"
78
+ requirements: []
79
+
80
+ rubyforge_project: cockpit
81
+ rubygems_version: 1.3.7
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: "Cockpit: Super DRY Configuration for Ruby, Rails, and Sinatra Apps"
85
+ test_files: []
86
+