mockuper 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,35 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="lb-h-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <div class="grid_5">
18
+ <p>SIDEBAR</p>
19
+ </div>
20
+ <div class="grid_7">
21
+ <header>
22
+ <p>HEADER</p>
23
+ </header>
24
+ <div role="main">
25
+ <p>CONTENT</p>
26
+ </div>
27
+ <footer>
28
+ <p>FOOTER</p>
29
+ </footer>
30
+ </div>
31
+ </div>
32
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
33
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
34
+ </body>
35
+ </html>
@@ -0,0 +1,35 @@
1
+ <!doctype html>
2
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
4
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
6
+ <head>
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9
+ <title></title>
10
+ <meta name="description" content="">
11
+ <link rel="stylesheet" href="../core/css/style.css">
12
+ <link rel="stylesheet" href="../core/css/templates.css">
13
+ </head>
14
+ <body class="rb-h-c-f">
15
+ <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
16
+ <div class="container_12">
17
+ <div class="grid_7">
18
+ <header>
19
+ <p>HEADER</p>
20
+ </header>
21
+ <div role="main">
22
+ <p>CONTENT</p>
23
+ </div>
24
+ <footer>
25
+ <p>FOOTER</p>
26
+ </footer>
27
+ </div>
28
+ <div class="grid_5">
29
+ <p>SIDEBAR</p>
30
+ </div>
31
+ </div>
32
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
33
+ <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
34
+ </body>
35
+ </html>
@@ -0,0 +1,18 @@
1
+ require 'rubygems'
2
+ require 'bundler'
3
+ begin
4
+ Bundler.setup(:default, :development)
5
+ rescue Bundler::BundlerError => e
6
+ $stderr.puts e.message
7
+ $stderr.puts "Run `bundle install` to install missing gems"
8
+ exit e.status_code
9
+ end
10
+ require 'test/unit'
11
+ require 'shoulda'
12
+
13
+ $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
14
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
15
+ require 'mockuper'
16
+
17
+ class Test::Unit::TestCase
18
+ end
@@ -0,0 +1,7 @@
1
+ require 'helper'
2
+
3
+ class TestMockuper < Test::Unit::TestCase
4
+ should "probably rename this file and start testing for real" do
5
+ flunk "hey buddy, you should probably rename this file and start testing for real"
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,186 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mockuper
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
+ - Edmagne Lira dos Santos
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2012-05-30 00:00:00 -03:00
19
+ default_executable: mockuper
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ version_requirements: &id001 !ruby/object:Gem::Requirement
23
+ none: false
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ hash: 3
28
+ segments:
29
+ - 0
30
+ version: "0"
31
+ requirement: *id001
32
+ prerelease: false
33
+ name: shoulda
34
+ type: :development
35
+ - !ruby/object:Gem::Dependency
36
+ version_requirements: &id002 !ruby/object:Gem::Requirement
37
+ none: false
38
+ requirements:
39
+ - - ~>
40
+ - !ruby/object:Gem::Version
41
+ hash: 31
42
+ segments:
43
+ - 3
44
+ - 12
45
+ version: "3.12"
46
+ requirement: *id002
47
+ prerelease: false
48
+ name: rdoc
49
+ type: :development
50
+ - !ruby/object:Gem::Dependency
51
+ version_requirements: &id003 !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ hash: 3
57
+ segments:
58
+ - 0
59
+ version: "0"
60
+ requirement: *id003
61
+ prerelease: false
62
+ name: bundler
63
+ type: :development
64
+ - !ruby/object:Gem::Dependency
65
+ version_requirements: &id004 !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ~>
69
+ - !ruby/object:Gem::Version
70
+ hash: 49
71
+ segments:
72
+ - 1
73
+ - 8
74
+ - 3
75
+ version: 1.8.3
76
+ requirement: *id004
77
+ prerelease: false
78
+ name: jeweler
79
+ type: :development
80
+ - !ruby/object:Gem::Dependency
81
+ version_requirements: &id005 !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ hash: 3
87
+ segments:
88
+ - 0
89
+ version: "0"
90
+ requirement: *id005
91
+ prerelease: false
92
+ name: rcov
93
+ type: :development
94
+ - !ruby/object:Gem::Dependency
95
+ version_requirements: &id006 !ruby/object:Gem::Requirement
96
+ none: false
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ hash: 3
101
+ segments:
102
+ - 0
103
+ version: "0"
104
+ requirement: *id006
105
+ prerelease: false
106
+ name: thor
107
+ type: :development
108
+ description: Easy way to generate mockups
109
+ email: edmagne@yahoo.com.br
110
+ executables:
111
+ - mockuper
112
+ extensions: []
113
+
114
+ extra_rdoc_files:
115
+ - LICENSE.txt
116
+ - README
117
+ - README.rdoc
118
+ files:
119
+ - Gemfile
120
+ - Gemfile.lock
121
+ - LICENSE.txt
122
+ - README
123
+ - README.rdoc
124
+ - Rakefile
125
+ - VERSION
126
+ - bin/mockuper
127
+ - defaults/TestNames.html
128
+ - defaults/core/css/style.css
129
+ - defaults/core/css/templates.css
130
+ - defaults/core/js/mockuper.js
131
+ - defaults/core/js/plugins.js
132
+ - defaults/core/json/lorem.json
133
+ - defaults/core/json/people.json
134
+ - defaults/templates/menu.html
135
+ - lib/mockuper.rb
136
+ - templates/c-f.html
137
+ - templates/c-rb.html
138
+ - templates/h-c-c-f.html
139
+ - templates/h-c-f.html
140
+ - templates/h-c-rb-f.html
141
+ - templates/h-c.html
142
+ - templates/h-clb-c-f.html
143
+ - templates/h-crb-c-f.html
144
+ - templates/h-lb-c-f.html
145
+ - templates/h-rb-c-f.html
146
+ - templates/lb-c.html
147
+ - templates/lb-h-c-f.html
148
+ - templates/rb-h-c-f.html
149
+ - test/helper.rb
150
+ - test/test_mockuper.rb
151
+ has_rdoc: true
152
+ homepage: http://github.com/edmagne/mockuper
153
+ licenses:
154
+ - MIT
155
+ post_install_message:
156
+ rdoc_options: []
157
+
158
+ require_paths:
159
+ - lib
160
+ required_ruby_version: !ruby/object:Gem::Requirement
161
+ none: false
162
+ requirements:
163
+ - - ">="
164
+ - !ruby/object:Gem::Version
165
+ hash: 3
166
+ segments:
167
+ - 0
168
+ version: "0"
169
+ required_rubygems_version: !ruby/object:Gem::Requirement
170
+ none: false
171
+ requirements:
172
+ - - ">="
173
+ - !ruby/object:Gem::Version
174
+ hash: 3
175
+ segments:
176
+ - 0
177
+ version: "0"
178
+ requirements: []
179
+
180
+ rubyforge_project:
181
+ rubygems_version: 1.4.0
182
+ signing_key:
183
+ specification_version: 3
184
+ summary: Mockuper
185
+ test_files: []
186
+