lion 0.0.4 → 0.0.5

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/.DS_Store CHANGED
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Lion
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -7,12 +7,12 @@
7
7
  %meta(content="" name="author")
8
8
  %script(src="http://html5shim.googlecode.com/svn/trunk/html5.js")
9
9
  %meta(name="viewport" content="width=(device-width; initial-scale=1.0;)maximum-scale=1.0;")
10
- %link(rel="stylesheet" href="public/stylesheets/css/style.css" type="text/css")
10
+ %link(rel="stylesheet" href="/stylesheets/css/style.css" type="text/css")
11
11
 
12
12
  %body
13
13
  .container
14
14
  %h1.center Lion
15
- == yield
15
+ = yield
16
16
 
17
17
  %script(src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js")
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-08-29 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
16
- requirement: &2157531340 !ruby/object:Gem::Requirement
16
+ requirement: &2157355180 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2157531340
24
+ version_requirements: *2157355180
25
25
  description: A sinatra based front end framework
26
26
  email:
27
27
  - owain@owainlewis.com