sinatra-wardrobe 0.0.2 → 0.0.3

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.
@@ -1,5 +1,61 @@
1
1
  module Sinatra
2
2
  module Wardrobe
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
+
5
+ # http://www.joereiss.net/starwars/ascii/xwing.art
6
+ # .--.
7
+ # | |
8
+ # || ||
9
+ # ||::||
10
+ # ||::||
11
+ # | |::| |
12
+ # | |__| |
13
+ # |/: :\|
14
+ # |: :|
15
+ # |: :|
16
+ # |: :|
17
+ # |: :|
18
+ # .|: :|.
19
+ # | : : |
20
+ # | : : |
21
+ # |: :|
22
+ # | |: :| |
23
+ # | |: :| |
24
+ # _|_ .|: :|. _|_
25
+ # |_| |#: :#| |_|
26
+ # /_\ |#: :#| /_\
27
+ # | |#: :#| |
28
+ # | |#: :#| |
29
+ # | |#: :#| |
30
+ # | |#______#| |
31
+ # | .||,----.||. |
32
+ # | | || || | |
33
+ # .|. | || || | .|.
34
+ # | | |.|| ||.| | |
35
+ # | | .:||| |||:. | |
36
+ # | | |:|||____|||:| | |
37
+ # | | |:||......||:| | |
38
+ # | | |:||> __ <||:| | |
39
+ # | | |:\| /__\ |/:| | |
40
+ # _|_|_ |: \`----'/ :| _|_|_
41
+ # [_____] |: | ,. | :| [_____]
42
+ # | ::: | .------.: [( )] :.------. | ::: |
43
+ # |.===.| | || [| `' | || | |.===,|
44
+ # | ) ( |___________________|::::::|| [|`--'| ||::::::|___________________| ) ( |
45
+ # |,===.|__#####________| | .. /|| [| ..| || .. /| |________#####__|.===.|
46
+ # || || ##### :.: | | ,''.\|| [|:. | || ,''.\| | :.: ##### || ||
47
+ # | \ / | ##### :.: | | | | || [|':. | || | | | | :.: ##### | \ / |
48
+ # | [_] | ######.: : | | | |<|| [| .: | || | |<| | : :,###### | [_] |
49
+ # |_[_]_| : # ##### . | | `--' || [| :' | || `--' | | , ##### # : |_[_]_|
50
+ # |___|--.:_ # # # # | ||||:::|| [| :. | ||::::::| | # # # # _:.--|___|
51
+ # )_( `"-#_# # | | | | [| : | | | | | # #_#-"' )_(
52
+ # |___| `"-._|_____| |__| [| `:| |__| |_____|_,-"' |___|
53
+ # `--| | | \\ |____| // | | |--'
54
+ # | | \\|::::|// | |
55
+ # |__| \\::::// |__|
56
+ # [__] "" [__]
57
+ # |||| ||||
58
+ # |||| ||||
59
+ #
4
60
  end
5
61
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Sinatra::Wardrobe::VERSION
8
8
  s.authors = ["Evan Lecklider"]
9
9
  s.email = ["evan.lecklider@gmail.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/l3ck/sinatra-wardrobe"
11
11
  s.summary = %q{A quick and dirty static file router for Sinatra.}
12
12
  s.description = %q{A quick and dirty static file router for Sinatra.}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-wardrobe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra
16
- requirement: &70102351546200 !ruby/object:Gem::Requirement
16
+ requirement: &70300792455040 !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: *70102351546200
24
+ version_requirements: *70300792455040
25
25
  description: A quick and dirty static file router for Sinatra.
26
26
  email:
27
27
  - evan.lecklider@gmail.com
@@ -36,7 +36,7 @@ files:
36
36
  - lib/sinatra-wardrobe.rb
37
37
  - lib/sinatra-wardrobe/version.rb
38
38
  - sinatra-wardrobe.gemspec
39
- homepage: ''
39
+ homepage: https://github.com/l3ck/sinatra-wardrobe
40
40
  licenses: []
41
41
  post_install_message:
42
42
  rdoc_options: []