liquid-validations 1.0.2 → 1.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 LiquidValidations
2
- VERSION = '1.0.2'
2
+ VERSION = '1.1.0'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ['dev@bigcartel.com']
11
11
  gem.description = %q{ ActiveRecord style validations for Liquid content in your ActiveRecord models. See the README to get the lowdown. }
12
12
  gem.summary = %q{ ActiveRecord style validations for Liquid content in your ActiveRecord models. }
13
- gem.homepage = 'https://github.com/bigcartel/liquid-validations'
13
+ gem.homepage = 'https://rubygems.org/gems/liquid-validations'
14
14
  gem.license = 'MIT'
15
15
 
16
16
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
+ - 1
8
9
  - 0
9
- - 2
10
- version: 1.0.2
10
+ version: 1.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matt Wigham
@@ -112,7 +112,7 @@ files:
112
112
  - spec/liquid_validations_spec.rb
113
113
  - spec/spec_helper.rb
114
114
  has_rdoc: true
115
- homepage: https://github.com/bigcartel/liquid-validations
115
+ homepage: https://rubygems.org/gems/liquid-validations
116
116
  licenses:
117
117
  - MIT
118
118
  post_install_message: