cacheable_date_helper 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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
 
@@ -15,6 +15,4 @@ Gem::Specification.new do |s|
15
15
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
-
19
- s.add_runtime_dependency 'babilu'
20
18
  end
@@ -1,3 +1,3 @@
1
1
  module CacheableDateHelper
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.0"
3
3
  end
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 0
9
8
  - 1
10
- version: 0.0.1
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
- - !ruby/object:Gem::Dependency
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