likeable 0.0.2 → 0.0.3

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/likeable.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "likeable"
16
- gem.homepage = "http://github.com/Schnems/Likeable"
16
+ gem.homepage = "https://github.com/schneems/Likeable"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{Like ruby objects backed by redis}
19
19
  gem.description = %Q{
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "likeable"
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Schneems"]
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
  "spec/likeable_spec.rb",
41
41
  "spec/spec_helper.rb"
42
42
  ]
43
- s.homepage = "http://github.com/Schnems/Likeable"
43
+ s.homepage = "https://github.com/schneems/Likeable"
44
44
  s.licenses = ["MIT"]
45
45
  s.require_paths = ["lib"]
46
46
  s.rubygems_version = "1.8.10"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: likeable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
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
  - Schneems
@@ -183,7 +183,7 @@ files:
183
183
  - spec/likeable/user_methods_spec.rb
184
184
  - spec/likeable_spec.rb
185
185
  - spec/spec_helper.rb
186
- homepage: http://github.com/Schnems/Likeable
186
+ homepage: https://github.com/schneems/Likeable
187
187
  licenses:
188
188
  - MIT
189
189
  post_install_message: