nimbleshop_simply 0.0.15 → 0.0.16
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 +4 -5
- data/app/views/layouts/simply.mobile.erb +0 -31
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nimbleshop_simply
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-12-
|
|
13
|
+
date: 2012-12-07 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: jquery-rails
|
|
@@ -92,7 +92,6 @@ files:
|
|
|
92
92
|
- app/views/layouts/_twitter.html.erb
|
|
93
93
|
- app/views/layouts/nimbleshop_simply/mailer.text.erb
|
|
94
94
|
- app/views/layouts/simply.html.erb
|
|
95
|
-
- app/views/layouts/simply.mobile.erb
|
|
96
95
|
- app/views/nimbleshop_simply/carts/_empty_cart.html.erb
|
|
97
96
|
- app/views/nimbleshop_simply/carts/_line_item.html.erb
|
|
98
97
|
- app/views/nimbleshop_simply/carts/show.html.erb
|
|
@@ -200,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
200
199
|
version: '0'
|
|
201
200
|
segments:
|
|
202
201
|
- 0
|
|
203
|
-
hash:
|
|
202
|
+
hash: 2582335854368255739
|
|
204
203
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
205
204
|
none: false
|
|
206
205
|
requirements:
|
|
@@ -209,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
209
208
|
version: '0'
|
|
210
209
|
segments:
|
|
211
210
|
- 0
|
|
212
|
-
hash:
|
|
211
|
+
hash: 2582335854368255739
|
|
213
212
|
requirements: []
|
|
214
213
|
rubyforge_project:
|
|
215
214
|
rubygems_version: 1.8.24
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<% raise 'boom1' %>
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html>
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<title> <%= display_page_title %> </title>
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
8
|
-
<%= stylesheet_link_tag 'nimbleshop_simply/mobile_simply' %>
|
|
9
|
-
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
|
|
10
|
-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
|
|
11
|
-
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
|
|
12
|
-
|
|
13
|
-
<%= csrf_meta_tag %>
|
|
14
|
-
</head>
|
|
15
|
-
|
|
16
|
-
<body>
|
|
17
|
-
<div data-role="page">
|
|
18
|
-
<div data-role="header">
|
|
19
|
-
<h1>nimbleShop</h1>
|
|
20
|
-
</div>
|
|
21
|
-
|
|
22
|
-
<%= yield %>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<div data-role="footer">
|
|
26
|
-
<h4>Page Footer</h4>
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
|
|
30
|
-
</body>
|
|
31
|
-
</html>
|