memorize 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +2 -2
  2. metadata +3 -3
data/Rakefile CHANGED
@@ -4,11 +4,11 @@ require 'rake'
4
4
  require 'rake/gempackagetask'
5
5
 
6
6
  GEM = "memorize"
7
- GEM_VERSION = "0.1.0"
7
+ GEM_VERSION = "0.2.0"
8
8
  SUMMARY = "Allows Rails applications to do and control cache of actions"
9
9
  AUTHOR = "Roger Leite"
10
10
  EMAIL = "roger.barreto@gmail.com"
11
- HOMEPAGE = "http://1up4dev.org"
11
+ HOMEPAGE = "http://github.com/rogerleite/memorize"
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = GEM
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
7
+ - 2
8
8
  - 0
9
- version: 0.1.0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Roger Leite
@@ -34,7 +34,7 @@ files:
34
34
  - MIT-LICENSE
35
35
  - Rakefile
36
36
  has_rdoc: true
37
- homepage: http://1up4dev.org
37
+ homepage: http://github.com/rogerleite/memorize
38
38
  licenses: []
39
39
 
40
40
  post_install_message: