ThemevampRails 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 512550e1b8f9626a09e8799833d3ec644b41d6bf
4
- data.tar.gz: 292bf0f96a7f5af55e74860f3123c513f8c450e8
3
+ metadata.gz: 508128f7ddbe5840c592505e47547bf250aa76af
4
+ data.tar.gz: 8f9833a0fdd1abf6a35e6e4b768f5bc2202c962a
5
5
  SHA512:
6
- metadata.gz: 8fef5edd7fdd1fbf41992040af515354b309fb922b54dd0b2d9298182eaada9183044a623d161de62d290965d542b6284fd363e5872974fade261a7213bc960d
7
- data.tar.gz: 62d295f158b473ffdc6ee786fc5412da935517fb3eef145553edb03ce9951e028a8382911ff0665f658645af0f57a95ac73c2d816c6aceb8638cef99e6add91e
6
+ metadata.gz: 52b6cb542d15378e438e750b85b54c626d51ab1bb5c868cc4be68014817430b2ee84dde9de5999bf1b73ef8942d77ac9f398920dc706f11f68c0de2b8b92a4d7
7
+ data.tar.gz: 9c33337e8b76057dfc6f5f845579144d33f3693890d8ad23c05190b6e807cd63481daf37fc0a33a4b0f8c77a082f45639a97de99b191514417144feb2134f0b4
@@ -1,3 +1,3 @@
1
1
  module ThemevampRails
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -323,4 +323,4 @@ margin-bottom: 26px;}
323
323
  .shortcuts .shortcut {
324
324
  width: 48%;
325
325
  }
326
- }
326
+ }
@@ -106,4 +106,4 @@ Bootstrap Admin Template by EGrappler.com
106
106
 
107
107
  .btn-support-contact {
108
108
  display: block; padding: 12px 0; font-size: 18px; font-weight: 600;
109
- }
109
+ }
@@ -316,4 +316,4 @@ Bootstrap Admin Template by EGrappler.com
316
316
  margin-bottom: 2em;
317
317
  }
318
318
 
319
- }
319
+ }
@@ -30,4 +30,4 @@ Bootstrap Admin Template by EGrappler.com
30
30
  .stats-box-all-info i{
31
31
  width:60px;
32
32
  height:60px;
33
- }
33
+ }
@@ -6,7 +6,7 @@ Bootstrap Admin Template by EGrappler.com
6
6
 
7
7
 
8
8
  /** Base Body Styles **/
9
- body{ background: url(../../images/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';}
9
+ body{ background: url(../../assets/body-bg.png); color:#838383; font: 13px/1.7em 'Open Sans';}
10
10
 
11
11
 
12
12
  .account-container {
@@ -53,9 +53,9 @@ body{ background: url(../../images/body-bg.png); color:#838383; font: 13px/1.7em
53
53
  box-shadow: inset 2px 2px 4px #f1f1f1;
54
54
  }
55
55
 
56
- .username-field { background: url(../../images/signin/user.png) no-repeat; }
56
+ .username-field { background: url(../../assets/signin/user.png) no-repeat; }
57
57
 
58
- .password-field { background: url(../../images/signin/password.png) no-repeat; }
58
+ .password-field { background: url(../../assets/signin/password.png) no-repeat; }
59
59
 
60
60
 
61
61
 
@@ -101,7 +101,7 @@ span.login-checkbox > input[type='checkbox'] + label {
101
101
  font-size: 12px;
102
102
  line-height: 1.2em;
103
103
 
104
- background: url(../../images/signin/check.png) no-repeat 0 0;
104
+ background: url(../../assets/signin/check.png) no-repeat 0 0;
105
105
 
106
106
  cursor: pointer;
107
107
  }
@@ -137,14 +137,14 @@ span.login-checkbox > input[type='checkbox']:checked + label {
137
137
  width: 157px;
138
138
  display: block;
139
139
 
140
- background: url(../../images/signin/twitter_btn.png) no-repeat;
140
+ background: url(../../assets/signin/twitter_btn.png) no-repeat;
141
141
 
142
142
  }
143
143
 
144
144
  .fb {
145
145
  width: 162px;
146
146
 
147
- background: url(../../images/signin/fb_btn.png) no-repeat;
147
+ background: url(../../assets/signin/fb_btn.png) no-repeat;
148
148
  }
149
149
 
150
150
  .twitter:active, .fb:active {
@@ -1084,11 +1084,11 @@ table.fc-border-separate {
1084
1084
  .fc-agenda .ui-resizable-resizing {
1085
1085
  _overflow: hidden
1086
1086
  }
1087
- .fc-header-left .fc-button-prev .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
1087
+ .fc-header-left .fc-button-prev .fc-button-inner {background: url('../assets/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
1088
1088
  height: 16px;
1089
1089
  width: 11px;}
1090
1090
 
1091
- .fc-header-left .fc-button-next .fc-button-inner {background: url('../images/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
1091
+ .fc-header-left .fc-button-next .fc-button-inner {background: url('../assets/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
1092
1092
  height: 16px;
1093
1093
  width: 11px;}
1094
1094
 
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ThemevampRails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - douglas.oliveira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-01 00:00:00.000000000 Z
11
+ date: 2014-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.6'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
41
  description: Gem de tema para aplicações Rails
@@ -45,17 +45,15 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - LICENSE.txt
49
- - README.md
50
- - lib/ThemevampRails.rb
51
48
  - lib/ThemevampRails/version.rb
52
- - vendor/assets/font/FontAwesome.otf
49
+ - lib/ThemevampRails.rb
53
50
  - vendor/assets/font/fontawesome-webfont.eot
54
51
  - vendor/assets/font/fontawesome-webfont.svg
55
52
  - vendor/assets/font/fontawesome-webfont.svgz
56
53
  - vendor/assets/font/fontawesome-webfont.ttf
57
54
  - vendor/assets/font/fontawesome-webfont.woff
58
55
  - vendor/assets/font/fontawesome-webfontd41d.eot
56
+ - vendor/assets/font/FontAwesome.otf
59
57
  - vendor/assets/images/body-bg.png
60
58
  - vendor/assets/images/glyphicons-halflings-white.html
61
59
  - vendor/assets/images/glyphicons-halflings.html
@@ -98,6 +96,8 @@ files:
98
96
  - vendor/assets/stylesheets/pages/reports.css
99
97
  - vendor/assets/stylesheets/pages/signin.css
100
98
  - vendor/assets/stylesheets/style.css
99
+ - LICENSE.txt
100
+ - README.md
101
101
  homepage: ''
102
102
  licenses:
103
103
  - MIT
@@ -108,17 +108,17 @@ require_paths:
108
108
  - lib
109
109
  required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ">="
111
+ - - '>='
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ">="
116
+ - - '>='
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.2.2
121
+ rubygems_version: 2.0.14
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Gem de tema para aplicações Rails