mabtie 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.
@@ -0,0 +1,7 @@
1
+ @import 'reset';
2
+ @import 'defaults';
3
+ @import 'type';
4
+ @import 'forms';
5
+ @import 'tables';
6
+ @import 'lists';
7
+ @import 'screen';
metadata ADDED
@@ -0,0 +1,104 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mabtie
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
+ - Chad Pytel
14
+ - Kevin Burg
15
+ - Matt Jankowski
16
+ - Mike Burns
17
+ - Fred Yates
18
+ - Matthew Burket
19
+ autorequire:
20
+ bindir: bin
21
+ cert_chain: []
22
+
23
+ date: 2010-12-01 00:00:00 -06:00
24
+ default_executable:
25
+ dependencies:
26
+ - !ruby/object:Gem::Dependency
27
+ name: haml
28
+ prerelease: false
29
+ requirement: &id001 !ruby/object:Gem::Requirement
30
+ none: false
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ hash: 3
35
+ segments:
36
+ - 0
37
+ version: "0"
38
+ type: :development
39
+ version_requirements: *id001
40
+ description: Mabtie
41
+ email: support@thoughtbot.com
42
+ executables: []
43
+
44
+ extensions: []
45
+
46
+ extra_rdoc_files: []
47
+
48
+ files:
49
+ - README.md
50
+ - Rakefile
51
+ - app/controllers/flutie/styleguides_controller.rb
52
+ - app/views/layouts/flutie.erb
53
+ - app/views/flutie/styleguides/show.erb
54
+ - config/initializers/expansion.rb
55
+ - config/initializers/sass.rb
56
+ - config/routes.rb
57
+ - lib/flutie.rb
58
+ - lib/tasks/flutie.rake
59
+ - lib/flutie/engine.rb
60
+ - public/stylesheets/sass/_reset.scss
61
+ - public/stylesheets/sass/_type.scss
62
+ - public/stylesheets/sass/_tables.scss
63
+ - public/stylesheets/sass/_screen.scss
64
+ - public/stylesheets/sass/_lists.scss
65
+ - public/stylesheets/sass/_defaults.scss
66
+ - public/stylesheets/sass/_forms.scss
67
+ - public/stylesheets/sass/flutie.scss
68
+ - public/stylesheets/flutie.css
69
+ has_rdoc: true
70
+ homepage: http://github.com/thoughtbot/flutie
71
+ licenses: []
72
+
73
+ post_install_message:
74
+ rdoc_options: []
75
+
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ none: false
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ hash: 3
84
+ segments:
85
+ - 0
86
+ version: "0"
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ none: false
89
+ requirements:
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ hash: 3
93
+ segments:
94
+ - 0
95
+ version: "0"
96
+ requirements: []
97
+
98
+ rubyforge_project:
99
+ rubygems_version: 1.6.1
100
+ signing_key:
101
+ specification_version: 3
102
+ summary: Mabtie adds default stylesheets to web apps
103
+ test_files: []
104
+