public
Description: The invisible framework
Homepage: http://macournoyer.com/
Clone URL: git://github.com/macournoyer/invisible.git
invisible / invisible.gemspec
100644 130 lines (125 sloc) 3.613 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
--- !ruby/object:Gem::Specification
name: invisible
version: !ruby/object:Gem::Version
  version: 0.0.1
platform: ruby
authors:
- Marc-Andre Cournoyer
autorequire:
bindir: bin
cert_chain: []
 
date: 2009-03-24 00:00:00 -04:00
default_executable: invisible
dependencies:
- !ruby/object:Gem::Dependency
  name: rack
  type: :runtime
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.4.0
    version:
- !ruby/object:Gem::Dependency
  name: markaby
  type: :runtime
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: "0.5"
    version:
- !ruby/object:Gem::Dependency
  name: rubigen
  type: :runtime
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 1.3.3
    version:
description: Invisible is like a giant robot combining the awesomeness of Rails, Merb, Camping and Sinatra. Except, it's tiny (100 sloc).
email: macournoyer@gmail.com
executables:
- invisible
extensions: []
 
extra_rdoc_files:
- README
files:
- README
- Rakefile
- invisible.gemspec
- bin/invisible
- lib/invisible
- lib/invisible/core_ext.rb
- lib/invisible/erb.rb
- lib/invisible/erubis.rb
- lib/invisible/haml.rb
- lib/invisible/helpers.rb
- lib/invisible/mock.rb
- lib/invisible/reloader.rb
- lib/invisible.rb
- app_generators/flat
- app_generators/flat/flat_generator.rb
- app_generators/flat/templates
- app_generators/flat/templates/app.rb
- app_generators/flat/templates/rack.ru
- app_generators/flat/templates/README
- app_generators/full
- app_generators/full/full_generator.rb
- app_generators/full/templates
- app_generators/full/templates/app.rb
- app_generators/full/templates/config
- app_generators/full/templates/config/boot.rb
- app_generators/full/templates/config/env
- app_generators/full/templates/config/env/development.rb
- app_generators/full/templates/config/env/production.rb
- app_generators/full/templates/config/env/test.rb
- app_generators/full/templates/config/env.rb
- app_generators/full/templates/config/rack.ru
- app_generators/full/templates/gitignore
- app_generators/full/templates/public
- app_generators/full/templates/public/stylesheets
- app_generators/full/templates/public/stylesheets/ie.css
- app_generators/full/templates/public/stylesheets/print.css
- app_generators/full/templates/public/stylesheets/screen.css
- app_generators/full/templates/Rakefile
- app_generators/full/templates/README
- app_generators/full/templates/spec
- app_generators/full/templates/spec/app_spec.rb
- app_generators/full/templates/spec/spec_helper.rb
- app_generators/full/templates/test
- app_generators/full/templates/test/app_test.rb
- app_generators/full/templates/test/test_helper.rb
- app_generators/full/templates/views
- app_generators/full/templates/views/layout.erb
has_rdoc: true
homepage: http://github.com/macournoyer/invisible
post_install_message:
rdoc_options:
- --main
- README
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: "0"
  version:
requirements: []
 
rubyforge_project:
rubygems_version: 1.3.1
signing_key:
specification_version: 2
summary: The Invisible Web Framework
test_files: []