tida_template 0.0.6 → 0.0.7
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.
|
@@ -15,10 +15,10 @@ body {
|
|
|
15
15
|
padding-top: 150px;
|
|
16
16
|
|
|
17
17
|
#logo {
|
|
18
|
-
width:
|
|
18
|
+
width: 250px; height: 200px;
|
|
19
19
|
margin: auto; clear: both;
|
|
20
20
|
margin-bottom: 15px;
|
|
21
|
-
@include at2x('
|
|
21
|
+
@include at2x('logo_250', 250px, 150px, '.png');
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tida_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-06-
|
|
12
|
+
date: 2013-06-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -376,7 +376,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
376
376
|
version: '0'
|
|
377
377
|
segments:
|
|
378
378
|
- 0
|
|
379
|
-
hash:
|
|
379
|
+
hash: 307788759404455517
|
|
380
380
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
381
381
|
none: false
|
|
382
382
|
requirements:
|
|
@@ -385,10 +385,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
385
385
|
version: '0'
|
|
386
386
|
segments:
|
|
387
387
|
- 0
|
|
388
|
-
hash:
|
|
388
|
+
hash: 307788759404455517
|
|
389
389
|
requirements: []
|
|
390
390
|
rubyforge_project:
|
|
391
|
-
rubygems_version: 1.8.
|
|
391
|
+
rubygems_version: 1.8.25
|
|
392
392
|
signing_key:
|
|
393
393
|
specification_version: 3
|
|
394
394
|
summary: Rails Template of Tida App Group
|