mercury 0.5.3 → 0.5.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.
- data/Mercury.gemspec +2 -2
- data/VERSION +1 -1
- data/lib/views/layout.haml +3 -2
- metadata +2 -2
data/Mercury.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{mercury}
|
|
8
|
-
s.version = "0.5.
|
|
8
|
+
s.version = "0.5.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Tom Wilson"]
|
|
12
|
-
s.date = %q{2010-02
|
|
12
|
+
s.date = %q{2010-03-02}
|
|
13
13
|
s.default_executable = %q{mercury}
|
|
14
14
|
s.description = %q{Mercury allows you to create directory and start writting haml, html, css, etc to build wireframes for your user design.}
|
|
15
15
|
s.email = %q{thing2@jackhq.com}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.4
|
data/lib/views/layout.haml
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
- ['reset','text','960','smoothness/jquery-ui-1.8rc2.custom', 'app'].each do |css|
|
|
6
6
|
%link{ :href => "/stylesheets/#{css}.css", :rel => "stylesheet", :type => "text/css", :media => "screen", :charset => "utf-8" }
|
|
7
7
|
%body
|
|
8
|
+
- ['jquery-1.4.2.min', 'jquery-ui-1.8rc2.custom.min'].each do |js|
|
|
9
|
+
%script{:src => "/javascripts/#{js}.js", :type => 'text/javascript'}
|
|
10
|
+
|
|
8
11
|
#header
|
|
9
12
|
.container_12
|
|
10
13
|
%small{:style => 'font-style:italic;float:right;'} WireFrame Tool
|
|
@@ -20,5 +23,3 @@
|
|
|
20
23
|
.grid_4.prefix_8
|
|
21
24
|
%p Jack Russell Software Company, LLC
|
|
22
25
|
|
|
23
|
-
- ['jquery-1.4.2.min', 'jquery-ui-1.8rc2.custom.min'].each do |js|
|
|
24
|
-
%script{:src => "/javascripts/#{js}.js", :type => 'text/javascript'}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mercury
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Wilson
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-02
|
|
12
|
+
date: 2010-03-02 00:00:00 -05:00
|
|
13
13
|
default_executable: mercury
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|