mini_token 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/mini_token.gemspec +2 -2
  4. metadata +3 -3
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Simple token generator}
9
9
  gem.description = %Q{Generate simple tokens for short url and other things}
10
10
  gem.email = "forevertonny@gmail.com"
11
- gem.homepage = "http://github.com/dev_ton/mini_token"
11
+ gem.homepage = "http://github.com/devton/mini_token"
12
12
  gem.authors = ["Antonio Roberto Silva"]
13
13
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
14
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/mini_token.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mini_token}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Antonio Roberto Silva"]
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
33
33
  "test/helper.rb",
34
34
  "test/test_mini_token.rb"
35
35
  ]
36
- s.homepage = %q{http://github.com/dev_ton/mini_token}
36
+ s.homepage = %q{http://github.com/devton/mini_token}
37
37
  s.rdoc_options = ["--charset=UTF-8"]
38
38
  s.require_paths = ["lib"]
39
39
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Antonio Roberto Silva
@@ -44,7 +44,7 @@ files:
44
44
  - test/helper.rb
45
45
  - test/test_mini_token.rb
46
46
  has_rdoc: true
47
- homepage: http://github.com/dev_ton/mini_token
47
+ homepage: http://github.com/devton/mini_token
48
48
  licenses: []
49
49
 
50
50
  post_install_message: