activerecord_cache_store 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,11 +3,11 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "activerecord_cache_store"
6
- s.version = "0.0.2"
6
+ s.version = "0.0.3"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Tomasz Mazur"]
9
9
  s.email = ["defkode@gmail.com"]
10
- s.homepage = "http://rubygems.org/gems/activerecord_cache_store"
10
+ s.homepage = "https://github.com/defkode/activerecord_cache_store"
11
11
  s.summary = %q{ActiveRecord Cache Store for Rails 3}
12
12
  s.description = %q{stores cache in database}
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_cache_store
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tomasz Mazur
@@ -71,7 +71,7 @@ files:
71
71
  - lib/generators/cache_migration_generator.rb
72
72
  - lib/generators/templates/migration.rb
73
73
  has_rdoc: true
74
- homepage: http://rubygems.org/gems/activerecord_cache_store
74
+ homepage: https://github.com/defkode/activerecord_cache_store
75
75
  licenses: []
76
76
 
77
77
  post_install_message: