cacheable_date_helper 0.0.1 → 0.1.0
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/README.rdoc +1 -5
- data/cacheable_date_helper.gemspec +0 -2
- data/lib/cacheable_date_helper/version.rb +1 -1
- metadata +5 -18
data/README.rdoc
CHANGED
|
@@ -7,11 +7,7 @@ specifically to help avoid problems with caching.
|
|
|
7
7
|
|
|
8
8
|
* Rails 3.x (Not tested with Rails 3.1)
|
|
9
9
|
* Jquery
|
|
10
|
-
|
|
11
|
-
Furthermore the gem depends on the following other gems, which should be resolved automatically if
|
|
12
|
-
you're using bundler:
|
|
13
|
-
|
|
14
|
-
* babilu
|
|
10
|
+
* gem 'babilu'
|
|
15
11
|
|
|
16
12
|
== Installation
|
|
17
13
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cacheable_date_helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
- 0
|
|
9
8
|
- 1
|
|
10
|
-
|
|
9
|
+
- 0
|
|
10
|
+
version: 0.1.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Murui
|
|
@@ -17,21 +17,8 @@ cert_chain: []
|
|
|
17
17
|
|
|
18
18
|
date: 2011-07-18 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
|
-
dependencies:
|
|
21
|
-
|
|
22
|
-
name: babilu
|
|
23
|
-
prerelease: false
|
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ">="
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 3
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
version: "0"
|
|
33
|
-
type: :runtime
|
|
34
|
-
version_requirements: *id001
|
|
20
|
+
dependencies: []
|
|
21
|
+
|
|
35
22
|
description: Adds some cacheable alternatives to ActionView::Helpers::DateHelper
|
|
36
23
|
email:
|
|
37
24
|
- thomas@dippel.dk
|