sinatra-hat 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.
Files changed (4) hide show
  1. data/README.markdown +2 -1
  2. data/VERSION +1 -1
  3. data/lib/sinatra-hat.rb +3 -0
  4. metadata +7 -10
@@ -12,7 +12,8 @@ It adds following functions to your *Sinatra* project:
12
12
  Setup
13
13
  =====
14
14
  ### 1. Install
15
- sudo gem install nanoant-sinatra-hat -s http://gems.github.com/
15
+
16
+ sudo gem install sinatra-hat
16
17
 
17
18
  Or from source:
18
19
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -29,6 +29,9 @@ class Integer
29
29
  def ago
30
30
  Time.now - self
31
31
  end
32
+ def forth
33
+ Time.now + self
34
+ end
32
35
  end
33
36
 
34
37
  class Time
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
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-02-21 00:00:00 +01:00
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.2
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
- - test/sinatra-hat_test.rb
82
- - test/test_helper.rb
78
+ test_files: []
79
+