sinatra-hat 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +2 -1
- data/VERSION +1 -1
- data/lib/sinatra-hat.rb +3 -0
- metadata +7 -10
data/README.markdown
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/lib/sinatra-hat.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-hat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Strzelecki
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
19
|
-
default_executable:
|
18
|
+
date: 2011-06-23 00:00:00 Z
|
20
19
|
dependencies: []
|
21
20
|
|
22
21
|
description: Sinatra Ruby gem extensions for gettext, caching, reloading, etc.
|
@@ -43,7 +42,6 @@ files:
|
|
43
42
|
- lib/sinatra/template_cache.rb
|
44
43
|
- test/sinatra-hat_test.rb
|
45
44
|
- test/test_helper.rb
|
46
|
-
has_rdoc: true
|
47
45
|
homepage: http://github.com/nanoant/sinatra-hat
|
48
46
|
licenses: []
|
49
47
|
|
@@ -73,10 +71,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
71
|
requirements: []
|
74
72
|
|
75
73
|
rubyforge_project:
|
76
|
-
rubygems_version: 1.5
|
74
|
+
rubygems_version: 1.8.5
|
77
75
|
signing_key:
|
78
76
|
specification_version: 3
|
79
77
|
summary: Sinatra Ruby gem extensions for gettext, caching, reloading, etc.
|
80
|
-
test_files:
|
81
|
-
|
82
|
-
- test/test_helper.rb
|
78
|
+
test_files: []
|
79
|
+
|