web-app-theme 0.6.3 → 0.7.0

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.
Files changed (33) hide show
  1. data/VERSION +1 -1
  2. data/index.html +1 -0
  3. data/javascripts/jquery.localscroll.js +103 -103
  4. data/javascripts/jquery.scrollTo.js +149 -149
  5. data/stylesheets/themes/activo/images/arrow.png +0 -0
  6. data/stylesheets/themes/activo/images/boxbar-background.png +0 -0
  7. data/stylesheets/themes/activo/images/button-background-active.png +0 -0
  8. data/stylesheets/themes/activo/images/button-background.png +0 -0
  9. data/stylesheets/themes/{default → activo}/images/menubar-background.png +0 -0
  10. data/stylesheets/themes/activo/style.css +462 -0
  11. data/stylesheets/themes/default/fonts/museo700-regular-webfont.eot +0 -0
  12. data/stylesheets/themes/default/fonts/museo700-regular-webfont.svg +242 -0
  13. data/stylesheets/themes/default/fonts/museo700-regular-webfont.ttf +0 -0
  14. data/stylesheets/themes/default/fonts/museo700-regular-webfont.woff +0 -0
  15. data/stylesheets/themes/default/fonts/museosans_500-webfont.eot +0 -0
  16. data/stylesheets/themes/default/fonts/museosans_500-webfont.svg +240 -0
  17. data/stylesheets/themes/default/fonts/museosans_500-webfont.ttf +0 -0
  18. data/stylesheets/themes/default/fonts/museosans_500-webfont.woff +0 -0
  19. data/stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot +0 -0
  20. data/stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg +240 -0
  21. data/stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf +0 -0
  22. data/stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff +0 -0
  23. data/stylesheets/themes/default/images/arrow.png +0 -0
  24. data/stylesheets/themes/default/images/bgd.jpg +0 -0
  25. data/stylesheets/themes/default/images/boxbar-background.png +0 -0
  26. data/stylesheets/themes/default/images/button-background-active.png +0 -0
  27. data/stylesheets/themes/default/images/button-background.png +0 -0
  28. data/stylesheets/themes/default/images/messages/error.png +0 -0
  29. data/stylesheets/themes/default/images/messages/notice.png +0 -0
  30. data/stylesheets/themes/default/images/messages/warning.png +0 -0
  31. data/stylesheets/themes/default/style.css +299 -298
  32. data/web-app-theme.gemspec +25 -5
  33. metadata +26 -13
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{web-app-theme}
8
- s.version = "0.6.3"
8
+ s.version = "0.7.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrea Franz"]
12
- s.date = %q{2010-12-28}
12
+ s.date = %q{2011-07-25}
13
13
  s.description = %q{Web app theme generator for rails projects}
14
14
  s.email = %q{andrea@gravityblast.com}
15
15
  s.extra_rdoc_files = [
@@ -53,15 +53,36 @@ Gem::Specification.new do |s|
53
53
  "lib/web_app_theme.rb",
54
54
  "stylesheets/base.css",
55
55
  "stylesheets/override.css",
56
+ "stylesheets/themes/activo/images/arrow.png",
57
+ "stylesheets/themes/activo/images/boxbar-background.png",
58
+ "stylesheets/themes/activo/images/button-background-active.png",
59
+ "stylesheets/themes/activo/images/button-background.png",
60
+ "stylesheets/themes/activo/images/menubar-background.png",
61
+ "stylesheets/themes/activo/style.css",
56
62
  "stylesheets/themes/amro/style.css",
57
63
  "stylesheets/themes/bec-green/style.css",
58
64
  "stylesheets/themes/bec/style.css",
59
65
  "stylesheets/themes/blue/style.css",
66
+ "stylesheets/themes/default/fonts/museo700-regular-webfont.eot",
67
+ "stylesheets/themes/default/fonts/museo700-regular-webfont.svg",
68
+ "stylesheets/themes/default/fonts/museo700-regular-webfont.ttf",
69
+ "stylesheets/themes/default/fonts/museo700-regular-webfont.woff",
70
+ "stylesheets/themes/default/fonts/museosans_500-webfont.eot",
71
+ "stylesheets/themes/default/fonts/museosans_500-webfont.svg",
72
+ "stylesheets/themes/default/fonts/museosans_500-webfont.ttf",
73
+ "stylesheets/themes/default/fonts/museosans_500-webfont.woff",
74
+ "stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot",
75
+ "stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg",
76
+ "stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf",
77
+ "stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff",
60
78
  "stylesheets/themes/default/images/arrow.png",
79
+ "stylesheets/themes/default/images/bgd.jpg",
61
80
  "stylesheets/themes/default/images/boxbar-background.png",
62
81
  "stylesheets/themes/default/images/button-background-active.png",
63
82
  "stylesheets/themes/default/images/button-background.png",
64
- "stylesheets/themes/default/images/menubar-background.png",
83
+ "stylesheets/themes/default/images/messages/error.png",
84
+ "stylesheets/themes/default/images/messages/notice.png",
85
+ "stylesheets/themes/default/images/messages/warning.png",
65
86
  "stylesheets/themes/default/style.css",
66
87
  "stylesheets/themes/djime-cerulean/style.css",
67
88
  "stylesheets/themes/drastic-dark/style.css",
@@ -77,7 +98,7 @@ Gem::Specification.new do |s|
77
98
  ]
78
99
  s.homepage = %q{http://github.com/pilu/web-app-theme}
79
100
  s.require_paths = ["lib"]
80
- s.rubygems_version = %q{1.3.7}
101
+ s.rubygems_version = %q{1.5.0}
81
102
  s.summary = %q{Web app theme generator}
82
103
  s.test_files = [
83
104
  "test/spec_helper.rb",
@@ -85,7 +106,6 @@ Gem::Specification.new do |s|
85
106
  ]
86
107
 
87
108
  if s.respond_to? :specification_version then
88
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
89
109
  s.specification_version = 3
90
110
 
91
111
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web-app-theme
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 6
8
- - 3
9
- version: 0.6.3
4
+ prerelease:
5
+ version: 0.7.0
10
6
  platform: ruby
11
7
  authors:
12
8
  - Andrea Franz
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2010-12-28 00:00:00 +01:00
13
+ date: 2011-07-25 00:00:00 +02:00
18
14
  default_executable:
19
15
  dependencies: []
20
16
 
@@ -64,15 +60,36 @@ files:
64
60
  - lib/web_app_theme.rb
65
61
  - stylesheets/base.css
66
62
  - stylesheets/override.css
63
+ - stylesheets/themes/activo/images/arrow.png
64
+ - stylesheets/themes/activo/images/boxbar-background.png
65
+ - stylesheets/themes/activo/images/button-background-active.png
66
+ - stylesheets/themes/activo/images/button-background.png
67
+ - stylesheets/themes/activo/images/menubar-background.png
68
+ - stylesheets/themes/activo/style.css
67
69
  - stylesheets/themes/amro/style.css
68
70
  - stylesheets/themes/bec-green/style.css
69
71
  - stylesheets/themes/bec/style.css
70
72
  - stylesheets/themes/blue/style.css
73
+ - stylesheets/themes/default/fonts/museo700-regular-webfont.eot
74
+ - stylesheets/themes/default/fonts/museo700-regular-webfont.svg
75
+ - stylesheets/themes/default/fonts/museo700-regular-webfont.ttf
76
+ - stylesheets/themes/default/fonts/museo700-regular-webfont.woff
77
+ - stylesheets/themes/default/fonts/museosans_500-webfont.eot
78
+ - stylesheets/themes/default/fonts/museosans_500-webfont.svg
79
+ - stylesheets/themes/default/fonts/museosans_500-webfont.ttf
80
+ - stylesheets/themes/default/fonts/museosans_500-webfont.woff
81
+ - stylesheets/themes/default/fonts/museosans_500_italic-webfont.eot
82
+ - stylesheets/themes/default/fonts/museosans_500_italic-webfont.svg
83
+ - stylesheets/themes/default/fonts/museosans_500_italic-webfont.ttf
84
+ - stylesheets/themes/default/fonts/museosans_500_italic-webfont.woff
71
85
  - stylesheets/themes/default/images/arrow.png
86
+ - stylesheets/themes/default/images/bgd.jpg
72
87
  - stylesheets/themes/default/images/boxbar-background.png
73
88
  - stylesheets/themes/default/images/button-background-active.png
74
89
  - stylesheets/themes/default/images/button-background.png
75
- - stylesheets/themes/default/images/menubar-background.png
90
+ - stylesheets/themes/default/images/messages/error.png
91
+ - stylesheets/themes/default/images/messages/notice.png
92
+ - stylesheets/themes/default/images/messages/warning.png
76
93
  - stylesheets/themes/default/style.css
77
94
  - stylesheets/themes/djime-cerulean/style.css
78
95
  - stylesheets/themes/drastic-dark/style.css
@@ -99,21 +116,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
116
  requirements:
100
117
  - - ">="
101
118
  - !ruby/object:Gem::Version
102
- segments:
103
- - 0
104
119
  version: "0"
105
120
  required_rubygems_version: !ruby/object:Gem::Requirement
106
121
  none: false
107
122
  requirements:
108
123
  - - ">="
109
124
  - !ruby/object:Gem::Version
110
- segments:
111
- - 0
112
125
  version: "0"
113
126
  requirements: []
114
127
 
115
128
  rubyforge_project:
116
- rubygems_version: 1.3.7
129
+ rubygems_version: 1.5.0
117
130
  signing_key:
118
131
  specification_version: 3
119
132
  summary: Web app theme generator