settingcrazy 0.0.2 → 0.1.0

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.
@@ -1,3 +1,3 @@
1
1
  module SettingCrazy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["daniel@codefire.com"]
7
7
  gem.description = %q{An advanced setting manager for ActiveRecord models}
8
8
  gem.summary = %q{An advanced setting manager for ActiveRecord models}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/echannel/settingcrazy"
10
10
 
11
11
  gem.add_development_dependency "rspec", "~> 2.11.0"
12
12
  gem.add_development_dependency "activerecord", "~> 3"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: settingcrazy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -112,7 +112,7 @@ files:
112
112
  - spec/support/templates.rb
113
113
  - spec/support/templates/example_campaign_template.rb
114
114
  - spec/support/templates/example_template.rb
115
- homepage: ''
115
+ homepage: https://github.com/echannel/settingcrazy
116
116
  licenses: []
117
117
  post_install_message:
118
118
  rdoc_options: []