constantize 0.1.0 → 0.1.1

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.
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Adam Weller"]
10
10
  s.email = ["mincheastwood@gmail.com"]
11
- s.homepage = "http://rubygems.org/gems/constantize"
11
+ s.homepage = %q{http://github.com/minch/constantize}
12
12
  s.summary = %q{Simple, dynamic and efficient activerecord model constants.}
13
13
  s.description = %q{This gem provides dynamically created constants for activerecord models}
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Constantize
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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
  - Adam Weller
@@ -131,7 +131,7 @@ files:
131
131
  - spec/libs/user_status.rb
132
132
  - spec/spec_helper.rb
133
133
  has_rdoc: true
134
- homepage: http://rubygems.org/gems/constantize
134
+ homepage: http://github.com/minch/constantize
135
135
  licenses: []
136
136
 
137
137
  post_install_message: